00001 #ifndef ElectronThresholds_h
00002 #define ElectronThresholds_h
00003
00004 #include "TrigMuonEfficiency/ElectronHypothesis.h"
00005
00006 namespace ElectronHypoThresholds {
00007
00008
00009 const ElectronHypothesis::EF_thresholdPair ef_el_pair[] = {
00010 ElectronHypothesis::EF_thresholdPair("7GeV", 7000.),
00011 ElectronHypothesis::EF_thresholdPair("12GeV", 12000.),
00012 ElectronHypothesis::EF_thresholdPair("24GeV", 24000.),
00013 };
00014
00015 const ElectronHypothesis::EF_thresholdMap ef_el_map(ef_el_pair, ef_el_pair + sizeof(ef_el_pair)/sizeof(ef_el_pair[0]));
00016 }
00017
00018 #endif
00019