The Gaudi Framework
v37r1 (a7f61348)
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
>
12
#include <
GaudiAlg/GaudiSequencer.h
>
13
#include <
GaudiAlg/Prescaler.h
>
14
15
DECLARE_COMPONENT
(
EventCounter
)
16
DECLARE_COMPONENT
(
Prescaler
)
17
DECLARE_COMPONENT
(
GaudiSequencer
)
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>
22
struct
Sequencer
:
Gaudi::Sequencer
{
23
using
Gaudi::Sequencer::Sequencer
;
24
};
25
DECLARE_COMPONENT
(
Sequencer
)
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
GaudiAlg
src
components
GaudiAlg_entries.cpp
Generated on Mon Oct 30 2023 11:39:49 for The Gaudi Framework by
1.8.18