9#ifndef EGAMMAPHYSVALMONITORING_EGAMMAPHYVALMONITORINGTOOL_H
10#define EGAMMAPHYSVALMONITORING_EGAMMAPHYVALMONITORINGTOOL_H 1
16#include "GaudiKernel/ServiceHandle.h"
17#include "GaudiKernel/ToolHandle.h"
18#include "Gaudi/Property.h"
42#include "CLHEP/Units/SystemOfUnits.h"
63 const std::string& name,
64 const IInterface* parent );
94 "EventInfoContainerName",
"EventInfo",
"Input event information container"};
96 "PhotonContainerName",
"Photons",
"Input photon container"};
98 "ElectronContainerName",
"Electrons",
"Input electron container"};
100 "LRTElectronContainerName",
"",
"Input LRT electron container"};
102 "ElectronContainerFrwdName",
"ForwardElectrons",
"Input forward electron container"};
104 "TruthParticleContainerName",
"TruthParticles",
"Input global truth particles"};
106 "EgammaTruthContainerName",
"egammaTruthParticles",
"Input egamma truth particles"};
108 Gaudi::Property<bool>
m_isMC {
this,
"isMC",
false,
"Should be set from file peeking"};
116 "MCTruthClassifier",
"EMMCTruthClassifier",
"Handle of MCTruthClassifier"};
120 "ElectronLHSelectorVeryLooseNoPix",
121 "AsgElectronLikelihoodTool/ElectronLHSelectorVeryLooseNoPix",
122 "Electron Likelihood Selector VeryLooseNoPix"
127 "ElectronLHSelectorLooseNoPix",
128 "AsgElectronLikelihoodTool/ElectronLHSelectorLooseNoPix",
129 "Electron Likelihood Selector LooseNoPix"
134 "ElectronLHSelectorMediumNoPix",
135 "AsgElectronLikelihoodTool/ElectronLHSelectorMediumNoPix",
136 "Electron Likelihood Selector Medium"
141 "ElectronLHSelectorTightNoPix",
142 "AsgElectronLikelihoodTool/ElectronLHSelectorTightNoPix",
143 "Electron Likelihood Selector Tight"
152 Gaudi::Property<bool>
m_useOQQuality {
this,
"useOQQuality",
false,
"Use OQ quality cuts"};
Property holding a SG store/key/clid from which a ReadHandle is made.
Define macros for attributes used to control the static checker.
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
SG::ConstAccessor< T, ALLOC > ConstAccessor
Property holding a SG store/key/clid from which a ReadHandle is made.
EventInfo_v1 EventInfo
Definition of the latest event info version.
Egamma_v1 Egamma
Definition of the current "egamma version".
TruthParticle_v1 TruthParticle
Typedef to implementation.
TruthParticleContainer_v1 TruthParticleContainer
Declare the latest version of the truth particle container.