ATLAS Offline Software
CaloReadLCOutOfClusterFile.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 //Dear emacs, this is -*-c++-*-
6 #ifndef CALOLOCALHADCALIB_CALOREADLCOUTOFCLUSTERFILE
7 #define CALOLOCALHADCALIB_CALOREADLCOUTOFCLUSTERFILE
8 
11 #include <string>
12 
13 
15 {
16  public:
17  CaloReadLCOutOfClusterFile(const std::string & name, ISvcLocator * pSvcLocator);
19 
23  StatusCode initDataFromFile(const std::string& theLCOutOfClusterFileName,
25 
26  private:
27  std::string m_key;
29 };
30 
31 #endif
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
CaloReadLCOutOfClusterFile
Definition: CaloReadLCOutOfClusterFile.h:15
CaloReadLCOutOfClusterFile::initDataFromFile
StatusCode initDataFromFile(const std::string &theLCOutOfClusterFileName, CaloLocalHadCoeff &data)
Definition: CaloReadLCOutOfClusterFile.cxx:28
CaloReadLCOutOfClusterFile::initialize
StatusCode initialize()
Definition: CaloReadLCOutOfClusterFile.cxx:137
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
CaloLocalHadCoeff
Hold binned correction data for local hadronic calibration procedure.
Definition: CaloLocalHadCoeff.h:41
AthAlgorithm
Definition: AthAlgorithm.h:47
CaloReadLCOutOfClusterFile::finalize
StatusCode finalize()
Definition: CaloReadLCOutOfClusterFile.cxx:150
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
CaloReadLCOutOfClusterFile::m_LCOutOfClusterFileName
std::string m_LCOutOfClusterFileName
Definition: CaloReadLCOutOfClusterFile.h:28
CaloReadLCOutOfClusterFile::CaloReadLCOutOfClusterFile
CaloReadLCOutOfClusterFile(const std::string &name, ISvcLocator *pSvcLocator)
Definition: CaloReadLCOutOfClusterFile.cxx:17
CaloLocalHadCoeff.h
CaloReadLCOutOfClusterFile::~CaloReadLCOutOfClusterFile
~CaloReadLCOutOfClusterFile()
Definition: CaloReadLCOutOfClusterFile.cxx:25
CaloReadLCOutOfClusterFile::m_key
std::string m_key
Definition: CaloReadLCOutOfClusterFile.h:27
CaloReadLCOutOfClusterFile::execute
StatusCode execute()
Definition: CaloReadLCOutOfClusterFile.cxx:145