|
ATLAS Offline Software
|
Go to the documentation of this file. 1 #ifndef TrigEgammaEmulationFastElectronHypoTool_h
2 #define TrigEgammaEmulationFastElectronHypoTool_h
32 Gaudi::Property<bool>
m_doRinger{
this,
"DoRinger",
false,
"apply ringer selection" };
33 Gaudi::Property<std::string>
m_pidName{
this,
"PidName",
"",
"pid name" };
35 Gaudi::Property<bool>
m_acceptAll{
this,
"AcceptAll",
false,
"Ignore selection" };
36 Gaudi::Property<bool>
m_doLRT{
this,
"DoLRT",
false,
"apply d0 cut for LRT triggers" };
38 Gaudi::Property<float>
m_caloTrackDEta{
this,
"CaloTrackdETA", 0,
"Delta Eta between the track and cluster" };
39 Gaudi::Property<float>
m_caloTrackDPhi{
this,
"CaloTrackdPHI", 0,
"Delta Phi between track and cluster" };
42 Gaudi::Property<float>
m_trtRatio{
this,
"TRTRatio", 0,
"TRT HT ratio" };
43 Gaudi::Property<float>
m_trkd0{
this,
"d0Cut", 0,
"d0 cut" };
Class describing an electron reconstructed in the HLT.
The common trigger namespace for trigger analysis tools.