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"
44#include "CLHEP/Units/SystemOfUnits.h"
65 const std::string& name,
66 const IInterface* parent );
96 "EventInfoContainerName",
"EventInfo",
"Input event information container"};
98 "PhotonContainerName",
"Photons",
"Input photon container"};
100 "ElectronContainerName",
"Electrons",
"Input electron container"};
102 "LRTElectronContainerName",
"",
"Input LRT electron container"};
104 "ElectronContainerFrwdName",
"ForwardElectrons",
"Input forward electron container"};
106 "TruthParticleContainerName",
"TruthParticles",
"Input global truth particles"};
108 "EgammaTruthContainerName",
"egammaTruthParticles",
"Input egamma truth particles"};
110 Gaudi::Property<bool>
m_isMC {
this,
"isMC",
false,
"Should be set from file peeking"};
118 "MCTruthClassifier",
"EMMCTruthClassifier",
"Handle of MCTruthClassifier"};
122 "ElectronLHSelectorVeryLooseNoPix",
123 "AsgElectronLikelihoodTool/ElectronLHSelectorVeryLooseNoPix",
124 "Electron Likelihood Selector VeryLooseNoPix"
129 "ElectronLHSelectorLooseNoPix",
130 "AsgElectronLikelihoodTool/ElectronLHSelectorLooseNoPix",
131 "Electron Likelihood Selector LooseNoPix"
136 "ElectronLHSelectorMediumNoPix",
137 "AsgElectronLikelihoodTool/ElectronLHSelectorMediumNoPix",
138 "Electron Likelihood Selector Medium"
143 "ElectronLHSelectorTightNoPix",
144 "AsgElectronLikelihoodTool/ElectronLHSelectorTightNoPix",
145 "Electron Likelihood Selector Tight"
154 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
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.