ATLAS Offline Software
Control/AthenaServices/src/DecisionAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ATHENASERVICES_DECISIONALG_H
6 #define ATHENASERVICES_DECISIONALG_H
7 
9 
17 {
18 public:
19 
21  DecisionAlg(const std::string& name, ISvcLocator* pSvcLocator);
23  virtual ~DecisionAlg();
24 
25 };
26 
27 #endif // ATHENASERVICES_DECISIONALG_H
FilteredAlgorithm
algorithm that marks for write data objects in SG
Definition: FilteredAlgorithm.h:33
FilteredAlgorithm.h
DecisionAlg
Call through interface to FilteredAlgorithm.
Definition: Control/AthenaServices/src/DecisionAlg.h:17
DecisionAlg::DecisionAlg
DecisionAlg(const std::string &name, ISvcLocator *pSvcLocator)
Standard algorithm Constructor.
Definition: Control/AthenaServices/src/DecisionAlg.cxx:12
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
DecisionAlg::~DecisionAlg
virtual ~DecisionAlg()
Standard Destructor.
Definition: Control/AthenaServices/src/DecisionAlg.cxx:19