ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Calorimeter
CaloLocalHadCalib
CaloLocalHadCalib
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
9
#include "
AthenaBaseComps/AthAlgorithm.h
"
10
#include "
CaloConditions/CaloLocalHadCoeff.h
"
11
#include <string>
12
13
14
class
CaloReadLCOutOfClusterFile
:
public
AthAlgorithm
15
{
16
public
:
17
CaloReadLCOutOfClusterFile
(
const
std::string & name, ISvcLocator * pSvcLocator);
18
~CaloReadLCOutOfClusterFile
();
19
20
StatusCode
initialize
();
21
StatusCode
execute
(
const
EventContext& ctx);
22
StatusCode
finalize
();
23
StatusCode
initDataFromFile
(
const
std::string& theLCOutOfClusterFileName,
24
CaloLocalHadCoeff
& data);
25
26
private
:
27
std::string
m_key
;
28
std::string
m_LCOutOfClusterFileName
;
29
};
30
31
#endif
AthAlgorithm.h
CaloLocalHadCoeff.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
CaloLocalHadCoeff
Hold binned correction data for local hadronic calibration procedure.
Definition
CaloLocalHadCoeff.h:41
CaloReadLCOutOfClusterFile::m_LCOutOfClusterFileName
std::string m_LCOutOfClusterFileName
Definition
CaloReadLCOutOfClusterFile.h:28
CaloReadLCOutOfClusterFile::execute
StatusCode execute(const EventContext &ctx)
Execute method.
Definition
CaloReadLCOutOfClusterFile.cxx:145
CaloReadLCOutOfClusterFile::finalize
StatusCode finalize()
Definition
CaloReadLCOutOfClusterFile.cxx:150
CaloReadLCOutOfClusterFile::CaloReadLCOutOfClusterFile
CaloReadLCOutOfClusterFile(const std::string &name, ISvcLocator *pSvcLocator)
Definition
CaloReadLCOutOfClusterFile.cxx:17
CaloReadLCOutOfClusterFile::m_key
std::string m_key
Definition
CaloReadLCOutOfClusterFile.h:27
CaloReadLCOutOfClusterFile::~CaloReadLCOutOfClusterFile
~CaloReadLCOutOfClusterFile()
Definition
CaloReadLCOutOfClusterFile.cxx:25
CaloReadLCOutOfClusterFile::initialize
StatusCode initialize()
Definition
CaloReadLCOutOfClusterFile.cxx:137
CaloReadLCOutOfClusterFile::initDataFromFile
StatusCode initDataFromFile(const std::string &theLCOutOfClusterFileName, CaloLocalHadCoeff &data)
Definition
CaloReadLCOutOfClusterFile.cxx:28
Generated on
for ATLAS Offline Software by
1.17.0