Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
double | activeLength (const DetId &) |
void | analyze (edm::Event const &, edm::EventSetup const &) override |
void | beginJob () override |
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) |
void | beginRun (edm::Run const &, edm::EventSetup const &) override |
void | clearVectors () |
virtual void | endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) |
void | endRun (edm::Run const &, edm::EventSetup const &) override |
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_ |
bool | collapseDepth_ |
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 > | hcalDepthActiveLength_ [depthMax_] |
std::vector< double > | hcalDepthActiveLengthHot_ [depthMax_] |
std::vector< double > | hcalDepthEnergy_ [depthMax_] |
std::vector< double > | hcalDepthEnergyCorr_ [depthMax_] |
std::vector< double > | hcalDepthEnergyHot_ [depthMax_] |
std::vector< double > | hcalDepthEnergyHotCorr_ [depthMax_] |
std::vector< unsigned int > | hcalDetId_ |
std::vector< double > | hcalEnergy_ |
std::vector< double > | hcalHot_ |
const HcalDDDRecConstants * | hdc |
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 | labelBS_ |
edm::InputTag | labelEBRecHit_ |
edm::InputTag | labelEERecHit_ |
edm::InputTag | labelHBHERecHit_ |
std::string | labelMuon_ |
std::string | labelVtx_ |
unsigned int | lumiNumber_ |
std::vector< double > | matchedId_ |
std::vector< double > | matchedStat_ |
int | maxDepth_ |
std::vector< double > | muon_chi2LocalPosition |
std::vector< bool > | muon_global_ |
std::vector< bool > | muon_is_good_ |
std::vector< double > | muon_segComp |
std::vector< bool > | muon_tracker_ |
std::vector< double > | muon_trkKink |
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_ |
bool | saveCorrect_ |
std::vector< double > | tight_LongPara_ |
std::vector< double > | tight_PixelHits_ |
std::vector< double > | tight_TransImpara_ |
std::vector< double > | tight_validFraction_ |
edm::EDGetTokenT< reco::BeamSpot > | tok_bs_ |
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_ |
std::vector< std::string > | triggers_ |
bool | unCorrect_ |
bool | useRaw_ |
int | verbosity_ |
Static Private Attributes | |
static const int | depthMax_ =7 |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | 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 66 of file HcalHBHEMuonAnalyzer.cc.
|
explicit |
Definition at line 138 of file HcalHBHEMuonAnalyzer.cc.
References collapseDepth_, depthMax_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), HLTriggerResults_, kount_, TFileService::kSharedResource, labelBS_, labelEBRecHit_, labelEERecHit_, labelHBHERecHit_, labelMuon_, labelVtx_, maxDepth_, saveCorrect_, AlCaHLTBitMon_QueryRunRegistry::string, tok_bs_, tok_EB_, tok_EE_, tok_HBHE_, tok_Muon_, tok_trigRes_, tok_Vtx_, triggers_, unCorrect_, useRaw_, and verbosity_.
|
private |
Definition at line 814 of file HcalHBHEMuonAnalyzer.cc.
References actHB, actHE, particleFlowClusterECALTimeSelected_cfi::depth, spr::find(), HcalBarrel, mps_fire::i, hcalTTPDigis_cfi::id, and HcalDigiParam_cfi::zside.
Referenced by analyze(), and endLuminosityBlock().
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 191 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(), collapseDepth_, corr, particleFlowClusterECALTimeSelected_cfi::depth, HcalDetId::depth(), depthMax_, 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(), reco::JetExtendedAssociation::getValue(), HcalCondObjectContainer< Item >::getValues(), globalMuonHits_, globalTrack_, globalTrckEta_, globalTrckPhi_, globalTrckPt_, photonIsolationHIProducer_cfi::hbhe, hcal1x1Energy_, hcalActiveLength_, hcalActiveLengthHot_, HcalBarrel, hcalDepthActiveLength_, hcalDepthActiveLengthHot_, hcalDepthEnergy_, hcalDepthEnergyCorr_, hcalDepthEnergyHot_, hcalDepthEnergyHotCorr_, hcalDetId_, HcalEndcap, hcalEnergy_, hcalHot_, hdc, 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_, HcalDDDRecConstants::mergedDepthDetId(), muon_chi2LocalPosition, muon_global_, muon_is_good_, muon_segComp, muon_tracker_, muon_trkKink, numPixelLayers_, spr::propagatedTrackID::okECAL, spr::propagatedTrackID::okHCAL, outerTrack_, outerTrackChi_, outerTrackEta_, outerTrackHits_, outerTrackPhi_, outerTrackPt_, outerTrackRHits_, phiGlob_, pMuon_, reco::BeamSpot::position(), edm::ESHandle< T >::product(), spr::propagateCALO(), spr::propagateHCALBack(), EnergyCorrector::pt, ptGlob_, DetId::rawId(), edm::EventID::run(), runNumber_, edm::second(), muon::segmentCompatibility(), HcalCondObjectContainerBase::setTopo(), edm::HLTGlobalStatus::size(), HcalDetId::subdet(), tight_LongPara_, tight_PixelHits_, tight_TransImpara_, tight_validFraction_, tok_bs_, tok_EB_, tok_EE_, tok_HBHE_, tok_Muon_, tok_trigRes_, tok_Vtx_, trackerLayer_, tree_, edm::TriggerNames::triggerIndex(), edm::Event::triggerNames(), unCorrect_, useRaw_, verbosity_, and badGlobalMuonTaggersAOD_cff::vtx.
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 581 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_, hcalDepthActiveLength_, hcalDepthEnergy_, hcalDepthEnergyCorr_, hcalDepthEnergyHot_, hcalDepthEnergyHotCorr_, hcalDetId_, hcalEnergy_, hcalHot_, hltresults, hoEnergy_, innerTrack_, innerTracketa_, innerTrackphi_, innerTrackpt_, isolationR03_, isolationR04_, gen::k, lumiNumber_, TFileService::make(), matchedId_, matchedStat_, maxDepth_, muon_chi2LocalPosition, muon_global_, muon_is_good_, muon_segComp, muon_tracker_, muon_trkKink, dataset::name, numPixelLayers_, outerTrack_, outerTrackChi_, outerTrackEta_, outerTrackHits_, outerTrackPhi_, outerTrackPt_, outerTrackRHits_, phiGlob_, pMuon_, ptGlob_, runNumber_, saveCorrect_, tight_LongPara_, tight_PixelHits_, tight_TransImpara_, tight_validFraction_, trackerLayer_, and tree_.
|
inlineprivatevirtual |
Definition at line 78 of file HcalHBHEMuonAnalyzer.cc.
|
overrideprivate |
Definition at line 673 of file HcalHBHEMuonAnalyzer.cc.
References actHB, actHE, all_triggers, edm::EventSetup::get(), HcalDDDRecConstants::getThickActive(), hdc, hltConfig_, lumiCalc2::hltname, HLTConfigProvider::init(), edm::ESHandle< T >::product(), HLTConfigProvider::size(), AlCaHLTBitMon_QueryRunRegistry::string, lumiQTWidget::t, HLTConfigProvider::triggerName(), and triggers_.
|
private |
clearing vectots
Definition at line 737 of file HcalHBHEMuonAnalyzer.cc.
References bxNumber_, chiGlobal_, chiTracker_, dxyTracker_, dzTracker_, ecal3x3Energy_, ecalDetId_, ecalEnergy_, ehcalDetId_, energyMuon_, etaGlob_, eventNumber_, globalMuonHits_, globalTrack_, globalTrckEta_, globalTrckPhi_, globalTrckPt_, hcal1x1Energy_, hcalActiveLengthHot_, hcalDepthActiveLength_, hcalDepthActiveLengthHot_, hcalDepthEnergy_, hcalDepthEnergyCorr_, hcalDepthEnergyHot_, hcalDepthEnergyHotCorr_, hcalDetId_, hcalEnergy_, hcalHot_, hltresults, hoEnergy_, mps_fire::i, innerTrack_, innerTracketa_, innerTrackphi_, innerTrackpt_, isolationR03_, isolationR04_, lumiNumber_, matchedId_, matchedStat_, maxDepth_, muon_chi2LocalPosition, muon_global_, muon_is_good_, muon_segComp, muon_tracker_, muon_trkKink, numPixelLayers_, outerTrack_, outerTrackChi_, outerTrackEta_, outerTrackHits_, outerTrackPhi_, outerTrackPt_, outerTrackRHits_, phiGlob_, pMuon_, ptGlob_, runNumber_, tight_LongPara_, tight_PixelHits_, tight_TransImpara_, tight_validFraction_, and trackerLayer_.
Referenced by analyze(), and endLuminosityBlock().
|
inlineprivatevirtual |
Definition at line 79 of file HcalHBHEMuonAnalyzer.cc.
References activeLength(), clearVectors(), isGoodVertex(), matchId(), and badGlobalMuonTaggersAOD_cff::vtx.
|
inlineoverrideprivate |
Definition at line 77 of file HcalHBHEMuonAnalyzer.cc.
|
static |
Definition at line 712 of file HcalHBHEMuonAnalyzer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ParameterSetDescription::addUntracked(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 845 of file HcalHBHEMuonAnalyzer.cc.
References DEFINE_FWK_MODULE, reco::Vertex::isFake(), reco::Vertex::ndof(), and reco::Vertex::position().
Referenced by analyze(), and endLuminosityBlock().
Definition at line 806 of file HcalHBHEMuonAnalyzer.cc.
References HcalDetId::ieta(), HcalDetId::iphi(), match(), and HcalDetId::subdet().
Referenced by analyze(), and endLuminosityBlock().
|
private |
Definition at line 128 of file HcalHBHEMuonAnalyzer.cc.
Referenced by activeLength(), and beginRun().
|
private |
Definition at line 128 of file HcalHBHEMuonAnalyzer.cc.
Referenced by activeLength(), and beginRun().
|
private |
Definition at line 129 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and beginRun().
|
private |
Definition at line 135 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 112 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 92 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and HcalHBHEMuonAnalyzer().
|
staticprivate |
Definition at line 94 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and HcalHBHEMuonAnalyzer().
|
private |
Definition at line 112 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 119 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 118 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 118 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 135 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 87 of file HcalHBHEMuonAnalyzer.cc.
Referenced by beginJob().
|
private |
Definition at line 108 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 109 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 108 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 127 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 127 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 124 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and clearVectors().
|
private |
Definition at line 121 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 123 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 118 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 95 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 86 of file HcalHBHEMuonAnalyzer.cc.
Referenced by beginRun().
|
private |
Definition at line 134 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 88 of file HcalHBHEMuonAnalyzer.cc.
Referenced by HcalHBHEMuonAnalyzer().
|
private |
Definition at line 118 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 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 110 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 117 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 93 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and HcalHBHEMuonAnalyzer().
|
private |
Definition at line 90 of file HcalHBHEMuonAnalyzer.cc.
Referenced by HcalHBHEMuonAnalyzer().
|
private |
Definition at line 89 of file HcalHBHEMuonAnalyzer.cc.
Referenced by HcalHBHEMuonAnalyzer().
|
private |
Definition at line 89 of file HcalHBHEMuonAnalyzer.cc.
Referenced by HcalHBHEMuonAnalyzer().
|
private |
Definition at line 89 of file HcalHBHEMuonAnalyzer.cc.
Referenced by HcalHBHEMuonAnalyzer().
|
private |
Definition at line 90 of file HcalHBHEMuonAnalyzer.cc.
Referenced by HcalHBHEMuonAnalyzer().
|
private |
Definition at line 90 of file HcalHBHEMuonAnalyzer.cc.
Referenced by HcalHBHEMuonAnalyzer().
|
private |
Definition at line 135 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 108 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 93 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), clearVectors(), and HcalHBHEMuonAnalyzer().
|
private |
Definition at line 106 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 133 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 133 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 133 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 111 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 114 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 114 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 113 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 107 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 107 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 135 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 92 of file HcalHBHEMuonAnalyzer.cc.
Referenced by beginJob(), and HcalHBHEMuonAnalyzer().
|
private |
Definition at line 115 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 115 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 98 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and HcalHBHEMuonAnalyzer().
|
private |
Definition at line 100 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and HcalHBHEMuonAnalyzer().
|
private |
Definition at line 101 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and HcalHBHEMuonAnalyzer().
|
private |
Definition at line 102 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and HcalHBHEMuonAnalyzer().
|
private |
Definition at line 103 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 99 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and HcalHBHEMuonAnalyzer().
|
private |
Definition at line 109 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), beginJob(), and clearVectors().
|
private |
Definition at line 132 of file HcalHBHEMuonAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 91 of file HcalHBHEMuonAnalyzer.cc.
Referenced by beginRun(), and HcalHBHEMuonAnalyzer().
|
private |
Definition at line 92 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().