 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef DERIVATIONFRAMEWORK_EGELECTRONAMBIGUITYTOOL_H
6 #define DERIVATIONFRAMEWORK_EGELECTRONAMBIGUITYTOOL_H
8 #include "GaudiKernel/ToolHandle.h"
13 #include "GaudiKernel/EventContext.h"
34 using base_class::base_class;
44 "SG key of electron container"
50 "SG key of vertex container"
55 "InDetTrackParticles",
56 "SG key of track particles container"
63 "SG key of TrackParticleInputContainer"
114 Gaudi::Property<bool>
m_isMC{
this,
"isMC",
false};
118 this,
"pTCut", 9000.,
"minimum pT for an electron to be studied"};
120 this,
"idCut",
"DFCommonElectronsLHLoose",
"minimal quality for an electron to be studied"};
124 this,
"nSiCut", 7,
"minimum number of Si hits in the other track"};
126 this,
"DCTCut", 0.02,
"second separation cut"};
128 this,
"SeparationCut", 1.,
"first separation cut"};
130 this,
"dzsinTCut", 0.5,
"max dz sinTheta between ele and other tracks"};
136 this,
"radiusCut", 20,
"minimum radius to be classified as external conversion"};
138 this,
"meeAtVtxCut", 100,
"maximal mass at vertex to be classified as external conversion"};
140 this,
"meeCut", 100,
"maximal mass at primary vertex to be classified as gamma*"};
144 #endif // DERIVATIONFRAMEWORK_EGCONVERSIONINFOTOOL_H
Property holding a SG store/key/clid from which a ReadHandle is made.
DataVector adapter that acts like it holds const pointers.
::StatusCode StatusCode
StatusCode definition for legacy code.
Handle class for adding a decoration to an object.
Handle class for adding a decoration to an object.
Class describing a Vertex.
DataVector adapter that acts like it holds const pointers.