ATLAS Offline Software
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
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:195
DecisionAlg::~DecisionAlg
virtual ~DecisionAlg()
Standard Destructor.
Definition: Control/AthenaServices/src/DecisionAlg.cxx:19