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" };
37 Gaudi::Property<float>
m_trackPt{
this,
"TrackPt", { float( 5.0*Gaudi::Units::GeV ) },
"Track pT requirement ( separate threshold for each electron )" };
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" };
The common trigger namespace for trigger analysis tools.
TrigElectron_v1 TrigElectron
Declare the latest version of the class.