Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Private Member Functions | |
double | activeLength (const DetId &) |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) |
virtual void | beginRun (edm::Run const &, edm::EventSetup const &) |
void | clearVectors () |
virtual void | endJob () |
virtual void | endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) |
virtual void | endRun (edm::Run const &, edm::EventSetup const &) |
bool | isGoodVertex (const reco::Vertex &vtx) |
int | matchId (const HcalDetId &, const HcalDetId &) |
Private Attributes | |
std::vector< HcalDDDRecConstants::HcalActiveLength > | actHB |
std::vector< HcalDDDRecConstants::HcalActiveLength > | actHE |
std::vector< std::string > | all_triggers |
unsigned int | bxNumber_ |
std::vector< double > | chiGlobal_ |
std::vector< double > | chiTracker_ |
std::vector< double > | dxyTracker_ |
std::vector< double > | dzTracker_ |
std::vector< double > | ecal3x3Energy_ |
std::vector< unsigned int > | ecalDetId_ |
std::vector< double > | ecalEnergy_ |
std::vector< unsigned int > | ehcalDetId_ |
std::vector< double > | energyMuon_ |
std::vector< double > | etaGlob_ |
unsigned int | eventNumber_ |
edm::Service< TFileService > | fs |
std::vector< double > | globalMuonHits_ |
std::vector< bool > | globalTrack_ |
std::vector< double > | globalTrckEta_ |
std::vector< double > | globalTrckPhi_ |
std::vector< double > | globalTrckPt_ |
std::vector< double > | hcal1x1Energy_ |
std::vector< double > | hcalActiveLength_ |
std::vector< double > | hcalActiveLengthHot_ |
std::vector< double > | hcalDepth1ActiveLength_ |
std::vector< double > | hcalDepth1ActiveLengthHot_ |
std::vector< double > | hcalDepth1Energy_ |
std::vector< double > | hcalDepth1EnergyHot_ |
std::vector< double > | hcalDepth2ActiveLength_ |
std::vector< double > | hcalDepth2ActiveLengthHot_ |
std::vector< double > | hcalDepth2Energy_ |
std::vector< double > | hcalDepth2EnergyHot_ |
std::vector< double > | hcalDepth3ActiveLength_ |
std::vector< double > | hcalDepth3ActiveLengthHot_ |
std::vector< double > | hcalDepth3Energy_ |
std::vector< double > | hcalDepth3EnergyHot_ |
std::vector< double > | hcalDepth4ActiveLength_ |
std::vector< double > | hcalDepth4ActiveLengthHot_ |
std::vector< double > | hcalDepth4Energy_ |
std::vector< double > | hcalDepth4EnergyHot_ |
std::vector< double > | hcalDepth5ActiveLength_ |
std::vector< double > | hcalDepth5ActiveLengthHot_ |
std::vector< double > | hcalDepth5Energy_ |
std::vector< double > | hcalDepth5EnergyHot_ |
std::vector< double > | hcalDepth6ActiveLength_ |
std::vector< double > | hcalDepth6ActiveLengthHot_ |
std::vector< double > | hcalDepth6Energy_ |
std::vector< double > | hcalDepth6EnergyHot_ |
std::vector< double > | hcalDepth7ActiveLength_ |
std::vector< double > | hcalDepth7ActiveLengthHot_ |
std::vector< double > | hcalDepth7Energy_ |
std::vector< double > | hcalDepth7EnergyHot_ |
std::vector< unsigned int > | hcalDetId_ |
std::vector< double > | hcalEnergy_ |
std::vector< double > | hcalHot_ |
HLTConfigProvider | hltConfig_ |
std::vector< int > | hltresults |
edm::InputTag | HLTriggerResults_ |
std::vector< double > | hoEnergy_ |
std::vector< bool > | innerTrack_ |
std::vector< double > | innerTracketa_ |
std::vector< double > | innerTrackphi_ |
std::vector< double > | innerTrackpt_ |
std::vector< double > | isolationR03_ |
std::vector< double > | isolationR04_ |
int | kount_ |
std::string | labelEBRecHit_ |
std::string | labelEERecHit_ |
std::string | labelHBHERecHit_ |
std::string | labelMuon_ |
std::string | labelVtx_ |
unsigned int | lumiNumber_ |
std::vector< double > | matchedId_ |
std::vector< double > | matchedStat_ |
const int | MaxDepth =7 |
int | maxDepth_ |
std::vector< bool > | muon_global_ |
std::vector< bool > | muon_is_good_ |
std::vector< bool > | muon_tracker_ |
std::vector< double > | numPixelLayers_ |
std::vector< bool > | outerTrack_ |
std::vector< double > | outerTrackChi_ |
std::vector< double > | outerTrackEta_ |
std::vector< double > | outerTrackHits_ |
std::vector< double > | outerTrackPhi_ |
std::vector< double > | outerTrackPt_ |
std::vector< double > | outerTrackRHits_ |
std::vector< double > | phiGlob_ |
std::vector< double > | pMuon_ |
std::vector< double > | ptGlob_ |
unsigned int | runNumber_ |
std::vector< double > | tight_LongPara_ |
std::vector< double > | tight_PixelHits_ |
std::vector< double > | tight_TransImpara_ |
edm::EDGetTokenT< EcalRecHitCollection > | tok_EB_ |
edm::EDGetTokenT< EcalRecHitCollection > | tok_EE_ |
edm::EDGetTokenT< HBHERecHitCollection > | tok_HBHE_ |
edm::EDGetTokenT< reco::MuonCollection > | tok_Muon_ |
edm::EDGetTokenT< edm::TriggerResults > | tok_trigRes_ |
edm::EDGetTokenT< reco::VertexCollection > | tok_Vtx_ |
std::vector< double > | trackerLayer_ |
TTree * | tree_ |
bool | useRaw_ |
int | verbosity_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Definition at line 62 of file HcalHBHEMuonAnalyzer.cc.
|
explicit |
Definition at line 139 of file HcalHBHEMuonAnalyzer.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), HLTriggerResults_, kount_, labelEBRecHit_, labelEERecHit_, labelHBHERecHit_, labelMuon_, labelVtx_, MaxDepth, maxDepth_, AlCaHLTBitMon_QueryRunRegistry::string, tok_EB_, tok_EE_, tok_HBHE_, tok_Muon_, tok_trigRes_, tok_Vtx_, useRaw_, and verbosity_.
HcalHBHEMuonAnalyzer::~HcalHBHEMuonAnalyzer | ( | ) |
Definition at line 182 of file HcalHBHEMuonAnalyzer.cc.
|
private |
Definition at line 793 of file HcalHBHEMuonAnalyzer.cc.
References actHB, actHE, particleFlowClusterECALTimeSelected_cfi::depth, HcalBarrel, mps_fire::i, and hcalTTPDigis_cfi::id.
Referenced by analyze().
|
privatevirtual |
Definition at line 192 of file HcalHBHEMuonAnalyzer.cc.
References funct::abs(), accept(), edm::HLTGlobalStatus::accept(), activeLength(), all_triggers, ecalTB2006H4_GenSimDigiReco_cfg::bField, edm::EventBase::bunchCrossing(), bxNumber_, trackerTree::check(), chiGlobal_, chiTracker_, clearVectors(), spr::propagatedTrackID::detIdECAL, spr::propagatedTrackID::detIdEHCAL, spr::propagatedTrackID::detIdHCAL, dxyTracker_, dzTracker_, ecal3x3Energy_, ecalDetId_, ecalEnergy_, spr::eECALmatrix(), ehcalDetId_, spr::eHCALmatrix(), spr::energyHCALCell(), energyMuon_, etaGlob_, edm::EventID::event(), eventNumber_, edm::EventSetup::get(), edm::Event::getByToken(), globalMuonHits_, globalTrack_, globalTrckEta_, globalTrckPhi_, globalTrckPt_, photonIsolationHIProducer_cfi::hbhe, hcal1x1Energy_, hcalActiveLength_, hcalActiveLengthHot_, HcalBarrel, hcalDepth1ActiveLength_, hcalDepth1ActiveLengthHot_, hcalDepth1Energy_, hcalDepth1EnergyHot_, hcalDepth2ActiveLength_, hcalDepth2ActiveLengthHot_, hcalDepth2Energy_, hcalDepth2EnergyHot_, hcalDepth3ActiveLength_, hcalDepth3ActiveLengthHot_, hcalDepth3Energy_, hcalDepth3EnergyHot_, hcalDepth4ActiveLength_, hcalDepth4ActiveLengthHot_, hcalDepth4Energy_, hcalDepth4EnergyHot_, hcalDepth5ActiveLength_, hcalDepth5ActiveLengthHot_, hcalDepth5Energy_, hcalDepth5EnergyHot_, hcalDepth6ActiveLength_, hcalDepth6ActiveLengthHot_, hcalDepth6Energy_, hcalDepth6EnergyHot_, hcalDepth7ActiveLength_, hcalDepth7ActiveLengthHot_, hcalDepth7Energy_, hcalDepth7EnergyHot_, hcalDetId_, HcalEndcap, hcalEnergy_, hcalHot_, hltresults, hoEnergy_, mps_fire::i, edm::EventBase::id(), HcalDetId::ieta(), diffTreeTool::index, info(), innerTrack_, innerTracketa_, innerTrackphi_, innerTrackpt_, createfilelist::int, HcalDetId::iphi(), isGoodVertex(), isolationR03_, isolationR04_, edm::HandleBase::isValid(), kount_, edm::EventID::luminosityBlock(), lumiNumber_, matchedId_, matchedStat_, matchId(), hpstanc_transforms::max, MaxDepth, maxDepth_, muon_global_, muon_is_good_, muon_tracker_, numPixelLayers_, spr::propagatedTrackID::okECAL, spr::propagatedTrackID::okHCAL, outerTrack_, outerTrackChi_, outerTrackEta_, outerTrackHits_, outerTrackPhi_, outerTrackPt_, outerTrackRHits_, phiGlob_, pMuon_, edm::ESHandle< T >::product(), spr::propagateCALO(), spr::propagateHCALBack(), EnergyCorrector::pt, ptGlob_, DetId::rawId(), edm::EventID::run(), runNumber_, edm::second(), edm::HLTGlobalStatus::size(), HcalDetId::subdet(), tight_LongPara_, tight_PixelHits_, tight_TransImpara_, tok_EB_, tok_EE_, tok_HBHE_, tok_Muon_, tok_trigRes_, tok_Vtx_, trackerLayer_, tree_, edm::TriggerNames::triggerIndex(), edm::Event::triggerNames(), useRaw_, verbosity_, and badGlobalMuonTaggersAOD_cff::vtx.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 530 of file HcalHBHEMuonAnalyzer.cc.
References all_triggers, bxNumber_, chiGlobal_, chiTracker_, dxyTracker_, dzTracker_, ecal3x3Energy_, ecalDetId_, ecalEnergy_, ehcalDetId_, energyMuon_, etaGlob_, eventNumber_, fs, globalMuonHits_, globalTrack_, globalTrckEta_, globalTrckPhi_, globalTrckPt_, hcal1x1Energy_, hcalActiveLength_, hcalActiveLengthHot_, hcalDepth1ActiveLength_, hcalDepth1Energy_, hcalDepth1EnergyHot_, hcalDepth2ActiveLength_, hcalDepth2Energy_, hcalDepth2EnergyHot_, hcalDepth3ActiveLength_, hcalDepth3Energy_, hcalDepth3EnergyHot_, hcalDepth4ActiveLength_, hcalDepth4Energy_, hcalDepth4EnergyHot_, hcalDepth5ActiveLength_, hcalDepth5Energy_, hcalDepth5EnergyHot_, hcalDepth6ActiveLength_, hcalDepth6Energy_, hcalDepth6EnergyHot_, hcalDepth7ActiveLength_, hcalDepth7Energy_, hcalDepth7EnergyHot_, hcalDetId_, hcalEnergy_, hcalHot_, hltresults, hoEnergy_, innerTrack_, innerTracketa_, innerTrackphi_, innerTrackpt_, isolationR03_, isolationR04_, lumiNumber_, TFileService::make(), matchedId_, matchedStat_, maxDepth_, muon_global_, muon_is_good_, muon_tracker_, numPixelLayers_, outerTrack_, outerTrackChi_, outerTrackEta_, outerTrackHits_, outerTrackPhi_, outerTrackPt_, outerTrackRHits_, phiGlob_, pMuon_, ptGlob_, runNumber_, tight_LongPara_, tight_PixelHits_, tight_TransImpara_, trackerLayer_, and tree_.
|
privatevirtual |
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 640 of file HcalHBHEMuonAnalyzer.cc.
References actHB, actHE, all_triggers, edm::EventSetup::get(), HcalDDDRecConstants::getThickActive(), hltConfig_, lumiCalc2::hltname, HLTConfigProvider::init(), HLTConfigProvider::size(), AlCaHLTBitMon_QueryRunRegistry::string, lumiQTWidget::t, and HLTConfigProvider::triggerName().
|
private |
clearing vectots
Definition at line 700 of file HcalHBHEMuonAnalyzer.cc.
References bxNumber_, chiGlobal_, chiTracker_, dxyTracker_, dzTracker_, ecal3x3Energy_, ecalDetId_, ecalEnergy_, ehcalDetId_, energyMuon_, etaGlob_, eventNumber_, globalMuonHits_, globalTrack_, globalTrckEta_, globalTrckPhi_, globalTrckPt_, hcal1x1Energy_, hcalActiveLengthHot_, hcalDepth1ActiveLength_, hcalDepth1ActiveLengthHot_, hcalDepth1Energy_, hcalDepth1EnergyHot_, hcalDepth2ActiveLength_, hcalDepth2ActiveLengthHot_, hcalDepth2Energy_, hcalDepth2EnergyHot_, hcalDepth3ActiveLength_, hcalDepth3ActiveLengthHot_, hcalDepth3Energy_, hcalDepth3EnergyHot_, hcalDepth4ActiveLength_, hcalDepth4ActiveLengthHot_, hcalDepth4Energy_, hcalDepth4EnergyHot_, hcalDepth5ActiveLength_, hcalDepth5ActiveLengthHot_, hcalDepth5Energy_, hcalDepth5EnergyHot_, hcalDepth6ActiveLength_, hcalDepth6ActiveLengthHot_, hcalDepth6Energy_, hcalDepth6EnergyHot_, hcalDepth7ActiveLength_, hcalDepth7ActiveLengthHot_, hcalDepth7Energy_, hcalDepth7EnergyHot_, hcalDetId_, hcalEnergy_, hcalHot_, hltresults, hoEnergy_, innerTrack_, innerTracketa_, innerTrackphi_, innerTrackpt_, isolationR03_, isolationR04_, lumiNumber_, matchedId_, matchedStat_, muon_global_, muon_is_good_, muon_tracker_, numPixelLayers_, outerTrack_, outerTrackChi_, outerTrackEta_, outerTrackHits_, outerTrackPhi_, outerTrackPt_, outerTrackRHits_, phiGlob_, pMuon_, ptGlob_, runNumber_, tight_LongPara_, tight_PixelHits_, tight_TransImpara_, and trackerLayer_.
Referenced by analyze().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 637 of file HcalHBHEMuonAnalyzer.cc.
Referenced by o2olib.O2ORunMgr::executeJob().
|
privatevirtual |
|
privatevirtual |
|
static |
Definition at line 692 of file HcalHBHEMuonAnalyzer.cc.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().
|
private |
Definition at line 816 of file HcalHBHEMuonAnalyzer.cc.
References DEFINE_FWK_MODULE, reco::Vertex::isFake(), reco::Vertex::ndof(), and reco::Vertex::position().
Referenced by analyze().
Definition at line 785 of file HcalHBHEMuonAnalyzer.cc.
References HcalDetId::ieta(), HcalDetId::iphi(), match(), and HcalDetId::subdet().
Referenced by analyze().
|
private |
Definition at line 129 of file HcalHBHEMuonAnalyzer.cc.
Referenced by activeLength(), and beginRun().
|
private |
Definition at line 129 of file HcalHBHEMuonAnalyzer.cc.
Referenced by activeLength(), and beginRun().
|
private |
Definition at line 130 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and beginRun().
|
private |
Definition at line 136 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 100 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 105 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 105 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 105 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 112 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 113 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 111 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 113 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 111 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 100 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 136 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 84 of file HcalHBHEMuonAnalyzer.cc.
Referenced by beginJob().
|
private |
Definition at line 101 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 109 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 102 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 102 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 101 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 112 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 128 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 128 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 114 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 121 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and clearVectors().
|
private |
Definition at line 114 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 121 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 115 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 122 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and clearVectors().
|
private |
Definition at line 115 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 122 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 116 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 123 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and clearVectors().
|
private |
Definition at line 116 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 123 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 117 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 124 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and clearVectors().
|
private |
Definition at line 117 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 124 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 118 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 125 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and clearVectors().
|
private |
Definition at line 118 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 125 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 119 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 126 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and clearVectors().
|
private |
Definition at line 119 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 126 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 120 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 127 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and clearVectors().
|
private |
Definition at line 120 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 127 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 113 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 111 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 112 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 83 of file HcalHBHEMuonAnalyzer.cc.
Referenced by beginRun().
|
private |
Definition at line 135 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 85 of file HcalHBHEMuonAnalyzer.cc.
Referenced by HcalHBHEMuonAnalyzer().
|
private |
Definition at line 111 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 109 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 103 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 103 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 103 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 110 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 110 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 88 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and HcalHBHEMuonAnalyzer().
|
private |
Definition at line 86 of file HcalHBHEMuonAnalyzer.cc.
Referenced by HcalHBHEMuonAnalyzer().
|
private |
Definition at line 86 of file HcalHBHEMuonAnalyzer.cc.
Referenced by HcalHBHEMuonAnalyzer().
|
private |
Definition at line 87 of file HcalHBHEMuonAnalyzer.cc.
Referenced by HcalHBHEMuonAnalyzer().
|
private |
Definition at line 87 of file HcalHBHEMuonAnalyzer.cc.
Referenced by HcalHBHEMuonAnalyzer().
|
private |
Definition at line 87 of file HcalHBHEMuonAnalyzer.cc.
Referenced by HcalHBHEMuonAnalyzer().
|
private |
Definition at line 136 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 104 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 101 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 90 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and HcalHBHEMuonAnalyzer().
|
private |
Definition at line 88 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and HcalHBHEMuonAnalyzer().
|
private |
Definition at line 134 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 134 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 134 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 104 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 109 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 107 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 106 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 107 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 106 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 106 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 107 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 100 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 112 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 100 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 136 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 108 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 108 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 108 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 94 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and HcalHBHEMuonAnalyzer().
|
private |
Definition at line 95 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and HcalHBHEMuonAnalyzer().
|
private |
Definition at line 96 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and HcalHBHEMuonAnalyzer().
|
private |
Definition at line 97 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and HcalHBHEMuonAnalyzer().
|
private |
Definition at line 92 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and HcalHBHEMuonAnalyzer().
|
private |
Definition at line 93 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and HcalHBHEMuonAnalyzer().
|
private |
Definition at line 102 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 133 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 89 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and HcalHBHEMuonAnalyzer().
|
private |
Definition at line 88 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and HcalHBHEMuonAnalyzer().