ATLAS Offline Software
AthenaServices_entries.cxx
Go to the documentation of this file.
1 #include "../AthenaEventLoopMgr.h"
2 #include "../PyAthenaEventLoopMgr.h"
3 #include "../AthenaOutputStream.h"
4 #include "../AthenaOutputStreamTool.h"
5 #include "../AthenaConditionStream.h"
6 #include "../MultipleEventLoopMgr.h"
7 #include "../MixingEventSelector.h"
8 #include "../ThinningCacheTool.h"
9 //#include "../EventDumperSvc.h"
10 #include "../FPEControlSvc.h"
11 #include "../JobIDSvc.h"
12 #include "../CoreDumpSvc.h"
13 #include "../AthDictLoaderSvc.h"
14 #include "../PageAccessControlSvc.h"
15 #include "../DecisionSvc.h"
16 #include "../ItemListSvc.h"
17 #include "../AthenaSummarySvc.h"
18 #include "../LoggedMessageSvc.h"
19 #include "../RCUSvc.h"
20 #include "../AthTPCnvSvc.h"
21 #include "../EvtIdModifierSvc.h"
22 #include "../TestRandomSeqAlg.h"
23 #include "../MetaDataSvc.h"
24 #include "../OutputStreamSequencerSvc.h"
25 #include "../AthenaHiveEventLoopMgr.h"
26 #include "../AthenaMtesEventLoopMgr.h"
27 #include "../AthIncFirerAlg.h"
28 #include "../ToyNextPassFilterAlg.h"
29 #include "../ToyNextPassFilterTool.h"
30 #include "../ConditionsCleanerSvc.h"
31 #include "../DelayedConditionsCleanerSvc.h"
32 #include "../DecisionAlg.h"
33 #include "../AthReadAlg.h"
34 #include "../../test/MetaDataToolStub.h"
35 
68 DECLARE_COMPONENT( MetaDataToolStub )
AthenaMtesEventLoopMgr
Definition: AthenaMtesEventLoopMgr.h:57
MixingEventSelector
a stream of events read from different selectors.
Definition: MixingEventSelector.h:71
AthenaEventLoopMgr
The default ATLAS batch event loop manager.
Definition: AthenaEventLoopMgr.h:69
Athena::ThinningCacheTool
Create ThinningCache for a given stream.
Definition: ThinningCacheTool.h:37
Athena::DelayedConditionsCleanerSvc
Clean conditions containers after a delay.
Definition: DelayedConditionsCleanerSvc.h:59
EvtIdModifierSvc
Definition: EvtIdModifierSvc.h:42
AthenaHiveEventLoopMgr
The default ATLAS batch event loop manager.
Definition: AthenaHiveEventLoopMgr.h:75
ToyNextPassFilterAlg
an Algorithm providing a toy implementation of INextPassFilter
Definition: ToyNextPassFilterAlg.h:27
AthenaSummarySvc
Definition: AthenaSummarySvc.h:36
DecisionAlg
Call through interface to FilteredAlgorithm.
Definition: Control/AthenaServices/src/DecisionAlg.h:17
FPEControlSvc
Service to enable or disable floating-point exceptions.
Definition: FPEControlSvc.h:52
AthTPCnvSvc
Definition: AthTPCnvSvc.h:32
LoggedMessageSvc
Definition: LoggedMessageSvc.h:38
Athena::RCUSvc
Service to allow cleaning up RCU objects at the EndEvent.
Definition: RCUSvc.h:41
JobIDSvc
a service to distribute unique job identifier
Definition: JobIDSvc.h:17
CoreDumpSvc
Service to print additional information before a crash.
Definition: CoreDumpSvc.h:46
AthenaConditionStream
this class is OBSOLETE. Use AthenaOutputStream with writeOnExecute=false and writeOnFinalize=true ins...
Definition: AthenaConditionStream.h:22
Athena::ConditionsCleanerSvc
Facade class for conditions garbage collection.
Definition: ConditionsCleanerSvc.h:37
MetaDataSvc
Manages the content of the metadata stores.
Definition: MetaDataSvc.h:95
PyAthenaEventLoopMgr
Implementation of the AthenaEventLoopMgr that allows selective and specific overrides in python....
Definition: PyAthenaEventLoopMgr.h:36
MultipleEventLoopMgr
A specialized AthenaEventLoopMgr that allows multiple passes over an event collection.
Definition: MultipleEventLoopMgr.h:52
AthReadAlg
Generic algorithm wrapping an input conversion.
Definition: AthReadAlg.h:44
DECLARE_COMPONENT
DECLARE_COMPONENT(MuonReadoutGeomCnvAlg)
ItemListSvc
This implementes the methods for IItemListSvc.
Definition: ItemListSvc.h:56
OutputStreamSequencerSvc
This class provides configuration properties to enable OutputStream file sequences.
Definition: OutputStreamSequencerSvc.h:33
TestRandomSeqAlg
Definition: TestRandomSeqAlg.h:22
AthIncFirerAlg
Definition: AthIncFirerAlg.h:16
AthDictLoaderSvc
Definition: AthDictLoaderSvc.h:38
DecisionSvc
This implementes the methods for IDecisionSvc.
Definition: DecisionSvc.h:31
AthenaOutputStream
algorithm that marks for write data objects in SG
Definition: AthenaOutputStream.h:58
ToyNextPassFilterTool
a tool providing a toy implementation of INextPassFilter
Definition: ToyNextPassFilterTool.h:26
PageAccessControlSvc
Service to monitor access to memory pages.
Definition: PageAccessControlSvc.h:52
AthenaOutputStreamTool
This is the implementation of IAthenaOutputStreamTool.
Definition: AthenaOutputStreamTool.h:31