Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
25 , m_zdc_fiber_channel(0)
26 , m_zdc_fiber_photons(0)
29 , m_zdc_calib_channel(0)
30 , m_zdc_calib_Total(0)
32 , m_zdc_calib_NonEM(0)
34 , m_ntupleFileName(
"/ZDCHitAnalysis/")
35 ,
m_path(
"/ZDCHitAnalysis/")
36 , m_thistSvc(
"THistSvc",
name)
47 msg(MSG::ERROR) <<
"execute: Could not retrieve ZdcID object from the detector store" <<
endmsg;
48 return StatusCode::FAILURE;
54 for(
int side : {0,1}){
62 for(
int side : {0,1}){
76 m_tree =
new TTree(
"ZDC",
"ZDC");
98 return StatusCode::SUCCESS;
110 double photons_fiber = -1;
113 int channel_fiber = -1;
118 for (fiberhi=(*fiberiter).begin(); fiberhi != (*fiberiter).end(); ++fiberhi) {
144 int channel_calib = -1;
145 float calib_eTot = -999.;
146 float calib_eEM = -999.;
147 float calib_eNonEM = -999.;
151 for (
auto hit : *calibiter) {
156 calib_eTot = hit->energyTotal();
157 calib_eEM = hit->energyEM();
158 calib_eNonEM = hit->energyNonEM();
174 return StatusCode::SUCCESS;
def retrieve(aClass, aKey=None)
std::vector< float > * m_zdc_calib_Total
std::string m_ntupleFileName
std::vector< float > * m_zdc_calib_NonEM
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
int module(const Identifier &id) const
std::vector< int > * m_zdc_fiber_channel
TH1 * m_h_zdc_photons[2][5]
Some variables.
virtual StatusCode initialize()
ZDCHitAnalysis(const std::string &name, ISvcLocator *pSvcLocator)
ZDC_SimFiberHit_Collection::const_iterator ZDC_SimFiberHit_ConstIterator
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
TH1 * m_h_zdc_calibTot[2][5]
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
TH1 * m_h_zdc_calibNonEM[2][5]
::StatusCode StatusCode
StatusCode definition for legacy code.
std::vector< float > * m_zdc_calib_EM
std::string m_path
the path being used
std::vector< int > * m_zdc_fiber_side
#define CHECK(...)
Evaluate an expression and check for errors.
ServiceHandle< ITHistSvc > m_thistSvc
TH1 * m_h_zdc_calibEM[2][5]
std::vector< int > * m_zdc_fiber_photons
std::vector< int > * m_zdc_calib_channel
std::vector< int > * m_zdc_calib_mod
int side(const Identifier &id) const
Values of different levels (failure returns 0)
std::vector< int > * m_zdc_calib_side
std::vector< int > * m_zdc_fiber_mod
virtual StatusCode execute()
int channel(const Identifier &id) const