ATLAS Offline Software
LArWFParams2Ntuple.h
Go to the documentation of this file.
1 //Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 
19 #ifndef LARWFPARAMS2NTUPLE_H
20 #define LARWFPARAMS2NTUPLE_H
21 
23 
25 {
26  public:
27  LArWFParams2Ntuple(const std::string & name, ISvcLocator * pSvcLocator);
29 
30  //standard algorithm methods
32  StatusCode execute() {return StatusCode::SUCCESS;}
33  virtual StatusCode stop();
34  StatusCode finalize(){return StatusCode::SUCCESS;}
35 
36  private:
37 
38  // bool m_useContainers , m_useComplete ,
41 
42 };
43 
44 #endif
LArWFParams2Ntuple::initialize
StatusCode initialize()
Definition: LArWFParams2Ntuple.cxx:39
LArCond2NtupleBase.h
LArWFParams2Ntuple::m_tdriftKey
std::string m_tdriftKey
Definition: LArWFParams2Ntuple.h:40
LArWFParams2Ntuple::finalize
StatusCode finalize()
Definition: LArWFParams2Ntuple.h:34
LArWFParams2Ntuple::m_dumpPhysCaliTdiff
bool m_dumpPhysCaliTdiff
Definition: LArWFParams2Ntuple.h:39
LArWFParams2Ntuple::m_physCaliTDiffKey
std::string m_physCaliTDiffKey
Definition: LArWFParams2Ntuple.h:40
LArWFParams2Ntuple::m_dumpTdrift
bool m_dumpTdrift
Definition: LArWFParams2Ntuple.h:39
LArWFParams2Ntuple::execute
StatusCode execute()
Definition: LArWFParams2Ntuple.h:32
LArCond2NtupleBase
Definition: LArCond2NtupleBase.h:32
LArWFParams2Ntuple::m_caliPulseParamsKey
std::string m_caliPulseParamsKey
Definition: LArWFParams2Ntuple.h:40
LArWFParams2Ntuple::m_ofcBinKey
std::string m_ofcBinKey
Definition: LArWFParams2Ntuple.h:40
LArWFParams2Ntuple::m_detCellParamsKey
std::string m_detCellParamsKey
Definition: LArWFParams2Ntuple.h:40
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
LArWFParams2Ntuple::m_dumpDetCellParams
bool m_dumpDetCellParams
Definition: LArWFParams2Ntuple.h:39
LArWFParams2Ntuple
This algorithm produces a column-wise NTuple out of a LArWFParamsContainer.
Definition: LArWFParams2Ntuple.h:25
LArWFParams2Ntuple::LArWFParams2Ntuple
LArWFParams2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition: LArWFParams2Ntuple.cxx:15
LArWFParams2Ntuple::stop
virtual StatusCode stop()
Definition: LArWFParams2Ntuple.cxx:46
LArWFParams2Ntuple::m_dumpCaliPulseParams
bool m_dumpCaliPulseParams
Definition: LArWFParams2Ntuple.h:39
LArWFParams2Ntuple::~LArWFParams2Ntuple
~LArWFParams2Ntuple()
LArWFParams2Ntuple::m_dumpOFCBin
bool m_dumpOFCBin
Definition: LArWFParams2Ntuple.h:39