The Gaudi Framework  v38r0 (2143aa4c)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
GaudiAlg_entries.cpp
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2023 CERN for the benefit of the LHCb and ATLAS collaborations *
3 * *
4 * This software is distributed under the terms of the Apache version 2 licence, *
5 * copied verbatim in the file "LICENSE". *
6 * *
7 * In applying this licence, CERN does not waive the privileges and immunities *
8 * granted to it by virtue of its status as an Intergovernmental Organization *
9 * or submit itself to any jurisdiction. *
10 \***********************************************************************************/
11 #include <GaudiAlg/EventCounter.h>
13 #include <GaudiAlg/Prescaler.h>
14 
18 
19 // GaudiAlg Sequencer has been moved to GaudiKernel as Gaudi::Sequencer and this
20 // allows for backward compatibility in options and tests.
21 #include <Gaudi/Sequencer.h>
24 };
Sequencer
Definition: GaudiAlg_entries.cpp:22
EventCounter.h
EventCounter
Definition: EventCounter.h:14
Prescaler.h
Gaudi::Sequencer::Sequencer
Sequencer(const Sequencer &a)=delete
GaudiSequencer
Definition: GaudiSequencer.h:38
DECLARE_COMPONENT
#define DECLARE_COMPONENT(type)
Definition: PluginServiceV1.h:46
Prescaler
Definition: Prescaler.h:15
GaudiSequencer.h
Gaudi::Sequencer
A Sequencer is essentially a list of Algorithms and is responsible for their management.
Definition: Sequencer.h:28