#include <HLTOniaSource.h>
Public Member Functions | |
HLTOniaSource (const edm::ParameterSet &) | |
~HLTOniaSource () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | beginRun (const edm::Run &, const edm::EventSetup &) |
void | bookOniaTriggerInvariantMassMEs (std::map< std::string, MonitorElement * > &, std::string, std::string) |
void | bookOniaTriggerMEs (std::map< std::string, MonitorElement * > &, std::string) |
bool | checkHLTConfiguration (const edm::Run &, const edm::EventSetup &, std::string) |
virtual void | endJob () |
void | fillInvariantMass (std::vector< reco::RecoChargedCandidateRef > &, reco::RecoChargedCandidateCollection &, std::string, std::string) |
void | fillInvariantMass (std::vector< reco::RecoChargedCandidateRef > &, std::vector< reco::RecoChargedCandidateRef > &, std::string, std::string) |
void | fillInvariantMass (std::vector< reco::RecoChargedCandidateRef > &, reco::TrackCollection &, std::string, std::string) |
void | fillOniaTriggerMEs (edm::Handle< reco::RecoChargedCandidateCollection > &, std::string, std::map< std::string, MonitorElement * > &) |
void | fillOniaTriggerMEs (edm::Handle< reco::TrackCollection > &, std::string, std::map< std::string, MonitorElement * > &) |
void | fillOniaTriggerMEs (std::vector< reco::RecoChargedCandidateRef > &, std::string, std::map< std::string, MonitorElement * > &) |
Private Attributes | |
edm::InputTag | beamSpotTag_ |
reco::BeamSpot::Point | BSPosition_ |
DQMStore * | dbe_ |
bool | hltConfigInit_ |
std::string | hltProcessName_ |
std::map< std::string, MonitorElement * > | massME_ |
std::map< std::string, MonitorElement * > | muonME_ |
std::vector< edm::InputTag > | oniaMuonTag_ |
std::map< std::string, MonitorElement * > | pixelAfterFilterME_ |
std::map< std::string, MonitorElement * > | pixelME_ |
edm::InputTag | pixelTag_ |
std::vector< edm::InputTag > | pixelTagsAfterFilter_ |
std::string | subsystemFolder_ |
std::map< std::string, MonitorElement * > | trackAfterFilterME_ |
std::map< std::string, MonitorElement * > | trackME_ |
edm::InputTag | trackTag_ |
std::vector< edm::InputTag > | trackTagsAfterFilter_ |
std::vector< std::string > | triggerPath_ |
edm::InputTag | triggerSummaryRAWTag_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
CurrentProcessingContext const * | currentContext () const |
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 28 of file HLTOniaSource.h.
|
explicit |
Definition at line 25 of file HLTOniaSource.cc.
References beamSpotTag_, edm::ParameterSet::getUntrackedParameter(), hltProcessName_, oniaMuonTag_, pixelTag_, pixelTagsAfterFilter_, AlCaHLTBitMon_QueryRunRegistry::string, subsystemFolder_, trackTag_, trackTagsAfterFilter_, triggerPath_, and triggerSummaryRAWTag_.
HLTOniaSource::~HLTOniaSource | ( | ) |
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 141 of file HLTOniaSource.cc.
References beamSpotTag_, BSPosition_, fillInvariantMass(), fillOniaTriggerMEs(), edm::Event::getByLabel(), hltConfigInit_, i, edm::HandleBase::isValid(), diffTwoXMLs::label, edm::InputTag::label(), muonME_, oniaMuonTag_, pixelAfterFilterME_, pixelME_, pixelTag_, pixelTagsAfterFilter_, findQualityFiles::size, python.multivaluedict::sort(), trackAfterFilterME_, trackME_, trackTag_, trackTagsAfterFilter_, trigger::TriggerMuon, triggerSummaryRAWTag_, and trigger::TriggerTrack.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 76 of file HLTOniaSource.cc.
References dbe_, and cppFunctionSkipper::operator.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 85 of file HLTOniaSource.cc.
References bookOniaTriggerInvariantMassMEs(), bookOniaTriggerMEs(), checkHLTConfiguration(), dbe_, hltConfigInit_, hltProcessName_, i, edm::InputTag::label(), diffTwoXMLs::label, massME_, muonME_, oniaMuonTag_, pixelAfterFilterME_, pixelME_, pixelTag_, pixelTagsAfterFilter_, DQMStore::setCurrentFolder(), subsystemFolder_, trackAfterFilterME_, trackME_, trackTag_, and trackTagsAfterFilter_.
|
private |
Definition at line 326 of file HLTOniaSource.cc.
References DQMStore::book1D(), dbe_, and massME_.
Referenced by beginRun().
|
private |
Definition at line 239 of file HLTOniaSource.cc.
References DQMStore::book1D(), DQMStore::book2D(), dbe_, and MonitorElement::setAxisTitle().
Referenced by beginRun().
|
private |
Definition at line 597 of file HLTOniaSource.cc.
References spr::find(), HltComparatorCreateWorkflow::hltConfig, i, HLTConfigProvider::init(), j, HLTConfigProvider::moduleLabels(), mergeVDriftHistosByStation::name, HLTConfigProvider::triggerNames(), and triggerPath_.
Referenced by beginRun().
|
privatevirtual |
|
private |
Definition at line 511 of file HLTOniaSource.cc.
References DeDxDiscriminatorTools::charge(), i, massME_, p4, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by analyze().
|
private |
Definition at line 470 of file HLTOniaSource.cc.
References DeDxDiscriminatorTools::charge(), i, j, massME_, AlCaHLTBitMon_ParallelJobs::p, p4, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 552 of file HLTOniaSource.cc.
References DeDxDiscriminatorTools::charge(), i, massME_, p4, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 437 of file HLTOniaSource.cc.
References reco::LeafCandidate::charge(), runEdmFileComparison::collection, reco::LeafCandidate::eta(), i, edm::HandleBase::isValid(), reco::LeafCandidate::p(), reco::LeafCandidate::phi(), and reco::LeafCandidate::pt().
Referenced by analyze().
|
private |
Definition at line 378 of file HLTOniaSource.cc.
References runEdmFileComparison::collection, and edm::HandleBase::isValid().
|
private |
Definition at line 412 of file HLTOniaSource.cc.
References reco::LeafCandidate::charge(), reco::LeafCandidate::eta(), i, reco::LeafCandidate::p(), reco::LeafCandidate::phi(), and reco::LeafCandidate::pt().
|
private |
Definition at line 64 of file HLTOniaSource.h.
Referenced by analyze(), and HLTOniaSource().
|
private |
Definition at line 41 of file HLTOniaSource.h.
Referenced by analyze().
|
private |
Definition at line 66 of file HLTOniaSource.h.
Referenced by beginJob(), beginRun(), bookOniaTriggerInvariantMassMEs(), bookOniaTriggerMEs(), and ~HLTOniaSource().
|
private |
Definition at line 73 of file HLTOniaSource.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 56 of file HLTOniaSource.h.
Referenced by beginRun(), and HLTOniaSource().
|
private |
Definition at line 72 of file HLTOniaSource.h.
Referenced by beginRun(), bookOniaTriggerInvariantMassMEs(), and fillInvariantMass().
|
private |
Definition at line 70 of file HLTOniaSource.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 59 of file HLTOniaSource.h.
Referenced by analyze(), beginRun(), and HLTOniaSource().
|
private |
Definition at line 67 of file HLTOniaSource.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 69 of file HLTOniaSource.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 63 of file HLTOniaSource.h.
Referenced by analyze(), beginRun(), and HLTOniaSource().
|
private |
Definition at line 60 of file HLTOniaSource.h.
Referenced by analyze(), beginRun(), and HLTOniaSource().
|
private |
Definition at line 55 of file HLTOniaSource.h.
Referenced by beginRun(), and HLTOniaSource().
|
private |
Definition at line 68 of file HLTOniaSource.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 71 of file HLTOniaSource.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 65 of file HLTOniaSource.h.
Referenced by analyze(), beginRun(), and HLTOniaSource().
|
private |
Definition at line 61 of file HLTOniaSource.h.
Referenced by analyze(), beginRun(), and HLTOniaSource().
|
private |
Definition at line 58 of file HLTOniaSource.h.
Referenced by checkHLTConfiguration(), and HLTOniaSource().
|
private |
Definition at line 62 of file HLTOniaSource.h.
Referenced by analyze(), and HLTOniaSource().