#include <EgHLTOffHelper.h>
Public Member Functions | |
void | fillClusShapeData (const reco::GsfElectron &ele, OffEle::ClusShapeData &clusShapeData) |
void | fillClusShapeData (const reco::Photon &pho, OffPho::ClusShapeData &clusShapeData) |
void | fillHLTData (const reco::GsfElectron &ele, OffEle::HLTData &hltData) |
void | fillHLTDataPho (const reco::Photon &pho, OffPho::HLTData &hltData) |
void | fillIsolData (const reco::GsfElectron &ele, OffEle::IsolData &isolData) |
void | fillIsolData (const reco::Photon &pho, OffPho::IsolData &isolData) |
int | fillOffEleVec (std::vector< OffEle > &offEles) |
int | fillOffPhoVec (std::vector< OffPho > &offPhos) |
int | getHandles (const edm::Event &event, const edm::EventSetup &setup) |
int | makeOffEvt (const edm::Event &edmEvent, const edm::EventSetup &setup, egHLT::OffEvt &offEvent, const TrigCodes &trigCodes) |
OffHelper () | |
int | setTrigInfo (const edm::Event &edmEvent, egHLT::OffEvt &offEvent, const TrigCodes &trigCodes) |
void | setup (const edm::ParameterSet &conf, edm::ConsumesCollector &&iC) |
void | setupTriggers (const HLTConfigProvider &config, const std::vector< std::string > &hltFiltersUsed, const TrigCodes &trigCodes) |
const std::vector< std::pair< TrigCodes::TrigBitSet, OffEgSel > > & | trigCuts () const |
const trigger::TriggerEvent * | trigEvt () const |
~OffHelper () | |
Static Public Member Functions | |
template<class T > | |
static bool | getHandle (const edm::Event &event, const edm::EDGetTokenT< T > &token, edm::Handle< T > &handle) |
Private Member Functions | |
OffHelper (const OffHelper &)=delete | |
OffHelper & | operator= (const OffHelper &)=delete |
Definition at line 59 of file EgHLTOffHelper.h.
|
privatedelete |
|
inline |
Definition at line 164 of file EgHLTOffHelper.h.
References fillClusShapeData(), fillHLTData(), fillHLTDataPho(), fillIsolData(), fillOffEleVec(), fillOffPhoVec(), getHandles(), makeOffEvt(), setTrigInfo(), setup(), setupTriggers(), and ~OffHelper().
OffHelper::~OffHelper | ( | ) |
Definition at line 30 of file EgHLTOffHelper.cc.
References hltEleTrkIsolAlgo_, and hltPhoTrkIsolAlgo_.
Referenced by OffHelper().
void OffHelper::fillClusShapeData | ( | const reco::GsfElectron & | ele, |
OffEle::ClusShapeData & | clusShapeData | ||
) |
Definition at line 275 of file EgHLTOffHelper.cc.
References caloGeom_, caloTopology_, reco::GsfElectron::e1x5(), egHLT::OffEle::ClusShapeData::e1x5Over5x5, reco::GsfElectron::e2x5Max(), egHLT::OffEle::ClusShapeData::e2x5MaxOver5x5, reco::GsfElectron::e5x5(), ebRecHits_, EcalBarrel, eeRecHits_, edm::ESHandle< T >::product(), egHLT::OffEle::ClusShapeData::r9, egHLT::OffEle::ClusShapeData::sigmaEtaEta, reco::GsfElectron::sigmaEtaEta(), egHLT::OffEle::ClusShapeData::sigmaIEtaIEta, reco::GsfElectron::sigmaIetaIeta(), egHLT::OffEle::ClusShapeData::sigmaIPhiIPhi, egHLT::OffEle::ClusShapeData::sigmaPhiPhi, mathSSE::sqrt(), DetId::subdetId(), and reco::GsfElectron::superCluster().
Referenced by fillOffEleVec(), fillOffPhoVec(), and OffHelper().
void OffHelper::fillClusShapeData | ( | const reco::Photon & | pho, |
OffPho::ClusShapeData & | clusShapeData | ||
) |
Definition at line 422 of file EgHLTOffHelper.cc.
References caloGeom_, caloTopology_, reco::Photon::e1x5(), egHLT::OffPho::ClusShapeData::e1x5Over5x5, reco::Photon::e2x5(), egHLT::OffPho::ClusShapeData::e2x5MaxOver5x5, reco::Photon::e5x5(), ebRecHits_, EcalBarrel, eeRecHits_, edm::ESHandle< T >::product(), egHLT::OffPho::ClusShapeData::r9, reco::Photon::r9(), egHLT::OffPho::ClusShapeData::sigmaEtaEta, reco::Photon::sigmaEtaEta(), egHLT::OffPho::ClusShapeData::sigmaIEtaIEta, reco::Photon::sigmaIetaIeta(), egHLT::OffPho::ClusShapeData::sigmaIPhiIPhi, egHLT::OffPho::ClusShapeData::sigmaPhiPhi, mathSSE::sqrt(), DetId::subdetId(), and reco::Photon::superCluster().
void OffHelper::fillHLTData | ( | const reco::GsfElectron & | ele, |
OffEle::HLTData & | hltData | ||
) |
Definition at line 312 of file EgHLTOffHelper.cc.
References beamSpot_, reco::GsfElectron::closestCtfTrackRef(), hiPixelPairStep_cff::deltaPhi, egHLT::OffEle::HLTData::dEtaIn, egHLT::OffEle::HLTData::dPhiIn, reco::GsfElectron::ecalEnergy(), egHLT::trigTools::fillHLTposition(), egHLT::OffEle::HLTData::HLTenergy, egHLT::OffEle::HLTData::HLTeta, hltFiltersUsed_, egHLT::OffEle::HLTData::HLTphi, hltTag_, egHLT::OffEle::HLTData::invEInvP, edm::Ref< C, T, F >::isNonnull(), reco::BeamSpot::position(), edm::Handle< T >::product(), reco::GsfElectron::superCluster(), and trigEvt_.
Referenced by fillOffEleVec(), and OffHelper().
void OffHelper::fillHLTDataPho | ( | const reco::Photon & | pho, |
OffPho::HLTData & | hltData | ||
) |
Definition at line 350 of file EgHLTOffHelper.cc.
References egHLT::trigTools::fillHLTposition(), egHLT::OffPho::HLTData::HLTenergy, egHLT::OffPho::HLTData::HLTeta, hltFiltersUsed_, egHLT::OffPho::HLTData::HLTphi, hltTag_, edm::Handle< T >::product(), and trigEvt_.
Referenced by fillOffPhoVec(), and OffHelper().
void OffHelper::fillIsolData | ( | const reco::GsfElectron & | ele, |
OffEle::IsolData & | isolData | ||
) |
Definition at line 244 of file EgHLTOffHelper.cc.
References calHLTEleTrkIsol_, calHLTEmIsol_, calHLTHcalIsol_, calHLTPhoTrkIsol_, caloGeom_, caloTowers_, reco::GsfElectron::dr03EcalRecHitSumEt(), reco::GsfElectron::dr03HcalDepth1TowerSumEt(), reco::GsfElectron::dr03HcalDepth2TowerSumEt(), reco::GsfElectron::dr03TkSumPt(), ebRecHits_, DetId::Ecal, ecalSeverityLevel_, eeRecHits_, EgammaHLTTrackIsolation::electronPtSum(), egHLT::OffEle::IsolData::em, reco::GsfElectron::gsfTrack(), egHLT::OffEle::IsolData::hadDepth1, egHLT::OffEle::IsolData::hadDepth2, hltEleTrkIsolAlgo_, egHLT::OffEle::IsolData::hltEm, hltEMIsolEMinEB_, hltEMIsolEMinEE_, hltEMIsolEtaSliceEB_, hltEMIsolEtaSliceEE_, hltEMIsolEtMinEB_, hltEMIsolEtMinEE_, hltEMIsolInnerConeEB_, hltEMIsolInnerConeEE_, hltEMIsolOuterCone_, egHLT::OffEle::IsolData::hltHad, hltHadIsolDepth_, hltHadIsolEtMin_, hltHadIsolInnerCone_, hltHadIsolOuterCone_, hltPhoTrkIsolAlgo_, hltPhoTrkIsolCountTrks_, egHLT::OffEle::IsolData::hltTrksEle, egHLT::OffEle::IsolData::hltTrksPho, isolTrks_, egHLT::OffEle::IsolData::nrTrks, EgammaHLTTrackIsolation::photonPtSum(), EgammaHLTTrackIsolation::photonTrackCount(), edm::Handle< T >::product(), edm::ESHandle< T >::product(), and egHLT::OffEle::IsolData::ptTrks.
Referenced by fillOffEleVec(), fillOffPhoVec(), and OffHelper().
void OffHelper::fillIsolData | ( | const reco::Photon & | pho, |
OffPho::IsolData & | isolData | ||
) |
Definition at line 395 of file EgHLTOffHelper.cc.
References calHLTEmIsol_, calHLTHcalIsol_, calHLTPhoTrkIsol_, caloGeom_, caloTowers_, ebRecHits_, DetId::Ecal, reco::Photon::ecalRecHitSumEtConeDR03(), ecalSeverityLevel_, eeRecHits_, egHLT::OffPho::IsolData::em, egHLT::OffPho::IsolData::had, reco::Photon::hcalTowerSumEtConeDR03(), egHLT::OffPho::IsolData::hltEm, hltEMIsolEMinEB_, hltEMIsolEMinEE_, hltEMIsolEtaSliceEB_, hltEMIsolEtaSliceEE_, hltEMIsolEtMinEB_, hltEMIsolEtMinEE_, hltEMIsolInnerConeEB_, hltEMIsolInnerConeEE_, hltEMIsolOuterCone_, egHLT::OffPho::IsolData::hltHad, hltHadIsolDepth_, hltHadIsolEtMin_, hltHadIsolInnerCone_, hltHadIsolOuterCone_, hltPhoTrkIsolAlgo_, hltPhoTrkIsolCountTrks_, egHLT::OffPho::IsolData::hltTrks, isolTrks_, egHLT::OffPho::IsolData::nrTrks, reco::Photon::nTrkHollowConeDR03(), EgammaHLTTrackIsolation::photonPtSum(), EgammaHLTTrackIsolation::photonTrackCount(), edm::Handle< T >::product(), edm::ESHandle< T >::product(), egHLT::OffPho::IsolData::ptTrks, and reco::Photon::trkSumPtHollowConeDR03().
int OffHelper::fillOffEleVec | ( | std::vector< OffEle > & | offEles | ) |
Definition at line 203 of file EgHLTOffHelper.cc.
References eleCuts_, eleLooseCuts_, fillClusShapeData(), fillHLTData(), fillIsolData(), egHLT::OffEgSel::getCutCode(), egHLT::OffEle::EventData::NVertex, recoEles_, recoVertices_, egHLT::OffEle::setCutCode(), egHLT::OffEle::setLooseCutCode(), egHLT::OffEle::setTrigCutsCutCodes(), mathSSE::sqrt(), and trigCuts_.
Referenced by makeOffEvt(), and OffHelper().
int OffHelper::fillOffPhoVec | ( | std::vector< OffPho > & | offPhos | ) |
Definition at line 365 of file EgHLTOffHelper.cc.
References fillClusShapeData(), fillHLTDataPho(), fillIsolData(), egHLT::OffEgSel::getCutCode(), phoCuts_, phoLooseCuts_, recoPhos_, egHLT::OffPho::setCutCode(), egHLT::OffPho::setLooseCutCode(), egHLT::OffPho::setTrigCutsCutCodes(), and trigCuts_.
Referenced by makeOffEvt(), and OffHelper().
|
static |
Definition at line 197 of file EgHLTOffHelper.h.
References edm::Handle< T >::product(), and summarizeEdmComparisonLogfiles::success.
Referenced by getHandles(), and trigCuts().
int OffHelper::getHandles | ( | const edm::Event & | event, |
const edm::EventSetup & | setup | ||
) |
Definition at line 166 of file EgHLTOffHelper.cc.
References egHLT::errCodes::BeamSpot, beamSpot_, beamSpotToken, caloGeom_, caloJetsToken, caloTopology_, egHLT::errCodes::CaloTowers, caloTowers_, caloTowersToken, egHLT::errCodes::EBRecHits, ebRecHits_, ecalRecHitsEBToken, ecalRecHitsEEToken, egHLT::errCodes::EERecHits, eeRecHits_, electronsToken, egHLT::errCodes::Geom, edm::EventSetup::get(), getHandle(), hbheHits_, hbheHitsToken, egHLT::errCodes::HBHERecHits, hfHits_, hfHitsToken, egHLT::errCodes::HFRecHits, egHLT::errCodes::IsolTrks, isolTrks_, isolTrkToken, egHLT::errCodes::MagField, magField_, egHLT::errCodes::OffEle, egHLT::errCodes::OffJet, egHLT::errCodes::OffPho, egHLT::errCodes::OffVertex, photonsToken, recoEles_, recoJets_, recoPhos_, recoVertices_, egHLT::errCodes::TrigEvent, trigEvt_, triggerSummaryToken, trigResults_, trigResultsToken, and vertexToken.
Referenced by makeOffEvt(), and OffHelper().
int OffHelper::makeOffEvt | ( | const edm::Event & | edmEvent, |
const edm::EventSetup & | setup, | ||
egHLT::OffEvt & | offEvent, | ||
const TrigCodes & | trigCodes | ||
) |
Definition at line 153 of file EgHLTOffHelper.cc.
References egHLT::OffEvt::clear(), egHLT::OffEvt::eles(), fillOffEleVec(), fillOffPhoVec(), getHandles(), egHLT::OffEvt::phos(), recoJets_, egHLT::OffEvt::setJets(), and setTrigInfo().
Referenced by EgHLTOfflineSource::analyze(), and OffHelper().
int OffHelper::setTrigInfo | ( | const edm::Event & | edmEvent, |
egHLT::OffEvt & | offEvent, | ||
const TrigCodes & | trigCodes | ||
) |
Definition at line 455 of file EgHLTOffHelper.cc.
References edm::HLTGlobalStatus::accept(), egHLT::OffEvt::eles(), egHLT::TrigCodes::getCode(), egHLT::trigTools::getFiltersPassed(), hltFiltersUsed_, hltFiltersUsedWithNrCandsCut_, hltTag_, l1PreAndSeedFilters_, l1PreScaledFilters_, l1PreScaledPaths_, egHLT::OffEvt::phos(), edm::Handle< T >::product(), egHLT::OffEvt::setEvtTrigBits(), egHLT::trigTools::setFiltersObjPasses(), findQualityFiles::size, trigEvt_, edm::TriggerNames::triggerIndex(), edm::Event::triggerNames(), and trigResults_.
Referenced by makeOffEvt(), and OffHelper().
void OffHelper::setup | ( | const edm::ParameterSet & | conf, |
edm::ConsumesCollector && | iC | ||
) |
Definition at line 36 of file EgHLTOffHelper.cc.
References beamSpotToken, calHLTEleTrkIsol_, calHLTEmIsol_, calHLTHcalIsol_, calHLTPhoTrkIsol_, caloJetsToken, caloTowersToken, ecalRecHitsEBToken, ecalRecHitsEEToken, electronsToken, eleCuts_, eleLooseCuts_, edm::ParameterSet::getParameter(), hbheHitsToken, hfHitsToken, hltEleTrkIsolAlgo_, hltEleTrkIsolInnerCone_, hltEleTrkIsolOuterCone_, hltEleTrkIsolPtMin_, hltEleTrkIsolRSpan_, hltEleTrkIsolZSpan_, hltEMIsolEMinEB_, hltEMIsolEMinEE_, hltEMIsolEtaSliceEB_, hltEMIsolEtaSliceEE_, hltEMIsolEtMinEB_, hltEMIsolEtMinEE_, hltEMIsolInnerConeEB_, hltEMIsolInnerConeEE_, hltEMIsolOuterCone_, hltHadIsolDepth_, hltHadIsolEtMin_, hltHadIsolInnerCone_, hltHadIsolOuterCone_, hltPhoTrkIsolAlgo_, hltPhoTrkIsolCountTrks_, hltPhoTrkIsolInnerCone_, hltPhoTrkIsolOuterCone_, hltPhoTrkIsolPtMin_, hltPhoTrkIsolRSpan_, hltPhoTrkIsolZSpan_, hltTag_, isolTrkToken, phoCuts_, phoLooseCuts_, photonsToken, egHLT::OffEgSel::setup(), AlCaHLTBitMon_QueryRunRegistry::string, trigCutParams_, triggerSummaryToken, trigResultsToken, and vertexToken.
Referenced by EgHLTOfflineSource::EgHLTOfflineSource(), and OffHelper().
void OffHelper::setupTriggers | ( | const HLTConfigProvider & | config, |
const std::vector< std::string > & | hltFiltersUsed, | ||
const TrigCodes & | trigCodes | ||
) |
Definition at line 103 of file EgHLTOffHelper.cc.
References spr::find(), egHLT::TrigCodes::getCode(), egHLT::trigTools::getL1SeedFilterOfPath(), egHLT::trigTools::getMinNrObjsRequiredByFilter(), hltFiltersUsed_, hltFiltersUsedWithNrCandsCut_, l1PreAndSeedFilters_, l1PreScaledFilters_, l1PreScaledPaths_, AlCaHLTBitMon_QueryRunRegistry::string, egHLT::trigTools::translateFiltersToPathNames(), trigCutParams_, and trigCuts_.
Referenced by EgHLTOfflineSource::bookHistograms(), and OffHelper().
|
inline |
Definition at line 189 of file EgHLTOffHelper.h.
References getHandle(), cmsBatch::handle, and trigCuts_.
|
inline |
Definition at line 188 of file EgHLTOffHelper.h.
References edm::Handle< T >::product().
|
private |
Definition at line 101 of file EgHLTOffHelper.h.
Referenced by fillHLTData(), and getHandles().
|
private |
Definition at line 80 of file EgHLTOffHelper.h.
Referenced by getHandles(), and setup().
|
private |
Definition at line 153 of file EgHLTOffHelper.h.
Referenced by fillIsolData(), and setup().
|
private |
Definition at line 152 of file EgHLTOffHelper.h.
Referenced by fillIsolData(), and setup().
|
private |
Definition at line 151 of file EgHLTOffHelper.h.
Referenced by fillIsolData(), and setup().
|
private |
Definition at line 154 of file EgHLTOffHelper.h.
Referenced by fillIsolData(), and setup().
|
private |
Definition at line 85 of file EgHLTOffHelper.h.
Referenced by fillClusShapeData(), fillIsolData(), and getHandles().
|
private |
Definition at line 73 of file EgHLTOffHelper.h.
Referenced by getHandles(), and setup().
|
private |
Definition at line 86 of file EgHLTOffHelper.h.
Referenced by fillClusShapeData(), and getHandles().
|
private |
Definition at line 102 of file EgHLTOffHelper.h.
Referenced by fillIsolData(), and getHandles().
|
private |
Definition at line 81 of file EgHLTOffHelper.h.
Referenced by getHandles(), and setup().
|
private |
Definition at line 90 of file EgHLTOffHelper.h.
Referenced by fillClusShapeData(), fillIsolData(), and getHandles().
|
private |
Definition at line 71 of file EgHLTOffHelper.h.
Referenced by getHandles(), and setup().
|
private |
Definition at line 72 of file EgHLTOffHelper.h.
Referenced by getHandles(), and setup().
|
private |
Definition at line 88 of file EgHLTOffHelper.h.
Referenced by fillIsolData().
|
private |
Definition at line 91 of file EgHLTOffHelper.h.
Referenced by fillClusShapeData(), fillIsolData(), and getHandles().
|
private |
Definition at line 78 of file EgHLTOffHelper.h.
Referenced by getHandles(), and setup().
|
private |
Definition at line 64 of file EgHLTOffHelper.h.
Referenced by fillOffEleVec(), and setup().
|
private |
Definition at line 63 of file EgHLTOffHelper.h.
Referenced by fillOffEleVec(), and setup().
|
private |
Definition at line 93 of file EgHLTOffHelper.h.
Referenced by getHandles().
|
private |
Definition at line 75 of file EgHLTOffHelper.h.
Referenced by getHandles(), and setup().
|
private |
Definition at line 92 of file EgHLTOffHelper.h.
Referenced by getHandles().
|
private |
Definition at line 76 of file EgHLTOffHelper.h.
Referenced by getHandles(), and setup().
|
private |
Definition at line 119 of file EgHLTOffHelper.h.
Referenced by fillIsolData(), setup(), and ~OffHelper().
|
private |
Definition at line 142 of file EgHLTOffHelper.h.
Referenced by setup().
|
private |
Definition at line 141 of file EgHLTOffHelper.h.
Referenced by setup().
|
private |
Definition at line 140 of file EgHLTOffHelper.h.
Referenced by setup().
|
private |
Definition at line 144 of file EgHLTOffHelper.h.
Referenced by setup().
|
private |
Definition at line 143 of file EgHLTOffHelper.h.
Referenced by setup().
|
private |
Definition at line 128 of file EgHLTOffHelper.h.
Referenced by fillIsolData(), and setup().
|
private |
Definition at line 132 of file EgHLTOffHelper.h.
Referenced by fillIsolData(), and setup().
|
private |
Definition at line 126 of file EgHLTOffHelper.h.
Referenced by fillIsolData(), and setup().
|
private |
Definition at line 130 of file EgHLTOffHelper.h.
Referenced by fillIsolData(), and setup().
|
private |
Definition at line 127 of file EgHLTOffHelper.h.
Referenced by fillIsolData(), and setup().
|
private |
Definition at line 131 of file EgHLTOffHelper.h.
Referenced by fillIsolData(), and setup().
|
private |
Definition at line 125 of file EgHLTOffHelper.h.
Referenced by fillIsolData(), and setup().
|
private |
Definition at line 129 of file EgHLTOffHelper.h.
Referenced by fillIsolData(), and setup().
|
private |
Definition at line 124 of file EgHLTOffHelper.h.
Referenced by fillIsolData(), and setup().
|
private |
Definition at line 111 of file EgHLTOffHelper.h.
Referenced by fillHLTData(), fillHLTDataPho(), setTrigInfo(), and setupTriggers().
|
private |
Definition at line 112 of file EgHLTOffHelper.h.
Referenced by setTrigInfo(), and setupTriggers().
|
private |
Definition at line 149 of file EgHLTOffHelper.h.
Referenced by fillIsolData(), and setup().
|
private |
Definition at line 148 of file EgHLTOffHelper.h.
Referenced by fillIsolData(), and setup().
|
private |
Definition at line 147 of file EgHLTOffHelper.h.
Referenced by fillIsolData(), and setup().
|
private |
Definition at line 146 of file EgHLTOffHelper.h.
Referenced by fillIsolData(), and setup().
|
private |
Definition at line 120 of file EgHLTOffHelper.h.
Referenced by fillIsolData(), setup(), and ~OffHelper().
|
private |
Definition at line 139 of file EgHLTOffHelper.h.
Referenced by fillIsolData(), and setup().
|
private |
Definition at line 136 of file EgHLTOffHelper.h.
Referenced by setup().
|
private |
Definition at line 135 of file EgHLTOffHelper.h.
Referenced by setup().
|
private |
Definition at line 134 of file EgHLTOffHelper.h.
Referenced by setup().
|
private |
Definition at line 138 of file EgHLTOffHelper.h.
Referenced by setup().
|
private |
Definition at line 137 of file EgHLTOffHelper.h.
Referenced by setup().
|
private |
Definition at line 110 of file EgHLTOffHelper.h.
Referenced by fillHLTData(), fillHLTDataPho(), setTrigInfo(), and setup().
|
private |
Definition at line 94 of file EgHLTOffHelper.h.
Referenced by fillIsolData(), and getHandles().
|
private |
Definition at line 74 of file EgHLTOffHelper.h.
Referenced by getHandles(), and setup().
|
private |
Definition at line 113 of file EgHLTOffHelper.h.
Referenced by setTrigInfo(), and setupTriggers().
|
private |
Definition at line 115 of file EgHLTOffHelper.h.
Referenced by setTrigInfo(), and setupTriggers().
|
private |
Definition at line 114 of file EgHLTOffHelper.h.
Referenced by setTrigInfo(), and setupTriggers().
|
private |
Definition at line 87 of file EgHLTOffHelper.h.
Referenced by getHandles().
|
private |
Definition at line 66 of file EgHLTOffHelper.h.
Referenced by fillOffPhoVec(), and setup().
|
private |
Definition at line 65 of file EgHLTOffHelper.h.
Referenced by fillOffPhoVec(), and setup().
|
private |
Definition at line 79 of file EgHLTOffHelper.h.
Referenced by getHandles(), and setup().
|
private |
Definition at line 98 of file EgHLTOffHelper.h.
Referenced by fillOffEleVec(), and getHandles().
|
private |
Definition at line 99 of file EgHLTOffHelper.h.
Referenced by getHandles(), and makeOffEvt().
|
private |
Definition at line 97 of file EgHLTOffHelper.h.
Referenced by fillOffPhoVec(), and getHandles().
|
private |
Definition at line 106 of file EgHLTOffHelper.h.
Referenced by fillOffEleVec(), and getHandles().
|
private |
Definition at line 157 of file EgHLTOffHelper.h.
Referenced by setup(), and setupTriggers().
|
private |
Definition at line 68 of file EgHLTOffHelper.h.
Referenced by fillOffEleVec(), fillOffPhoVec(), setupTriggers(), and trigCuts().
|
private |
Definition at line 96 of file EgHLTOffHelper.h.
Referenced by fillHLTData(), fillHLTDataPho(), getHandles(), and setTrigInfo().
|
private |
Definition at line 77 of file EgHLTOffHelper.h.
Referenced by getHandles(), and setup().
|
private |
Definition at line 104 of file EgHLTOffHelper.h.
Referenced by getHandles(), and setTrigInfo().
|
private |
Definition at line 82 of file EgHLTOffHelper.h.
Referenced by getHandles(), and setup().
|
private |
Definition at line 83 of file EgHLTOffHelper.h.
Referenced by getHandles(), and setup().