ATLAS Offline Software
Control
AthenaServices
src
Control/AthenaServices/src/DecisionAlg.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
DecisionAlg.h
"
6
7
8
//****************************************************************************
9
10
11
// Standard Constructor
12
DecisionAlg::DecisionAlg
(
const
std::string&
name
, ISvcLocator* pSvcLocator)
13
:
FilteredAlgorithm
(
name
, pSvcLocator)
14
{
15
assert(pSvcLocator);
16
}
17
18
// Standard Destructor
19
DecisionAlg::~DecisionAlg
() {
20
}
21
FilteredAlgorithm
algorithm that marks for write data objects in SG
Definition:
FilteredAlgorithm.h:33
DecisionAlg::DecisionAlg
DecisionAlg(const std::string &name, ISvcLocator *pSvcLocator)
Standard algorithm Constructor.
Definition:
Control/AthenaServices/src/DecisionAlg.cxx:12
DecisionAlg.h
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
DecisionAlg::~DecisionAlg
virtual ~DecisionAlg()
Standard Destructor.
Definition:
Control/AthenaServices/src/DecisionAlg.cxx:19
Generated on Thu Nov 7 2024 21:13:32 for ATLAS Offline Software by
1.8.18