ATLAS Offline Software
LArCalibCopyAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 //Dear emacs, this is -*-c++-*-
6 
15 #ifndef LARCALIBCOPYALG_H
16 #define LARCALIBCOPYALG_H
17 
18 #include <vector>
19 #include <string>
20 
28 
29 
37 template<class CONDITIONSCONTAINER>
39 
40 public:
44  LArCalibCopyAlg (const std::string& name, ISvcLocator* pSvcLocator);
45 
50 
57 
61  StatusCode execute() {return StatusCode::SUCCESS;}
62 
69  StatusCode finalize(){return StatusCode::SUCCESS;}
70 
71 private:
72 
73  typedef typename CONDITIONSCONTAINER::ConstConditionsMapIterator CONTIT;
74  typedef typename CONDITIONSCONTAINER::LArCondObj LArCondObj;
75  typedef typename CONDITIONSCONTAINER::ConstCorrectionIt CORRIT;
76 
77 
78  std::string m_inputName;
79  std::string m_outputName;
80  std::string m_groupingType;
82 
83 };
84 
85 #include "LArCalibCopyAlg.icc"
86 
87 #endif
88 
LArCalibCopyAlg::finalize
StatusCode finalize()
Definition: LArCalibCopyAlg.h:69
LArCalibCopyAlg::m_outputName
std::string m_outputName
Definition: LArCalibCopyAlg.h:79
LArCalibCopyAlg::~LArCalibCopyAlg
~LArCalibCopyAlg()
Destructor.
LArCalibCopyAlg::m_inputName
std::string m_inputName
Definition: LArCalibCopyAlg.h:78
LArRampComplete.h
LArCalibCopyAlg::initialize
StatusCode initialize()
Initialize method.
LArCalibCopyAlg::m_groupingType
std::string m_groupingType
Definition: LArCalibCopyAlg.h:80
LArCalibCopyAlg::stop
StatusCode stop()
stop(() method.
LArDAC2uAMC.h
LArCalibCopyAlg::execute
StatusCode execute()
Empty Execute method.
Definition: LArCalibCopyAlg.h:61
LArCalibCopyAlg
Definition: LArCalibCopyAlg.h:38
AthAlgorithm.h
LArCalibCopyAlg::m_useCorrChannel
bool m_useCorrChannel
Definition: LArCalibCopyAlg.h:81
LArOFCComplete.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArCalibCopyAlg::LArCalibCopyAlg
LArCalibCopyAlg(const std::string &name, ISvcLocator *pSvcLocator)
regular Algorithm constructor
LArCalibCopyAlg::CORRIT
CONDITIONSCONTAINER::ConstCorrectionIt CORRIT
Definition: LArCalibCopyAlg.h:75
AthAlgorithm
Definition: AthAlgorithm.h:47
LArCalibCopyAlg::CONTIT
CONDITIONSCONTAINER::ConstConditionsMapIterator CONTIT
Definition: LArCalibCopyAlg.h:73
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
LArCalibCopyAlg::LArCondObj
CONDITIONSCONTAINER::LArCondObj LArCondObj
Definition: LArCalibCopyAlg.h:74
LArPedestalComplete.h
LArMphysOverMcalComplete.h
LArTdriftComplete.h
LArCalibCopyAlg.icc