Public Member Functions | |
void | empty_hlt () |
L1Muon2RecoTreeProducer (const edm::ParameterSet &) | |
double | match_trigger (std::vector< int > &trigIndices, const trigger::TriggerObjectCollection &trigObjs, edm::Handle< trigger::TriggerEvent > &triggerEvent, const reco::Muon &mu) |
~L1Muon2RecoTreeProducer () | |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Public Attributes | |
L1Analysis::L1AnalysisRecoMuon2 * | muon |
L1Analysis::L1AnalysisRecoMuon2DataFormat * | muon_data |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob (void) |
virtual void | beginRun (const edm::Run &, const edm::EventSetup &) |
virtual void | endJob () |
Private Attributes | |
edm::Service< TFileService > | fs_ |
HLTConfigProvider | hltConfig_ |
std::vector< int > | isoTriggerIndices_ |
std::vector< std::string > | isoTriggerNames_ |
edm::Handle< std::vector < std::string > > | isoTriggerNamesToken_ |
edm::Handle< edm::TriggerResults > | isoTriggerToken_ |
unsigned int | maxMuon_ |
edm::EDGetTokenT < reco::PFMETCollection > | metToken_ |
edm::EDGetTokenT < reco::MuonCollection > | MuonToken_ |
TTree * | tree_ |
std::vector< int > | triggerIndices_ |
bool | triggerMatching_ |
double | triggerMaxDeltaR_ |
std::vector< std::string > | triggerNames_ |
std::string | triggerProcessLabel_ |
edm::EDGetTokenT < edm::TriggerResults > | TriggerResultsToken_ |
edm::EDGetTokenT < trigger::TriggerEvent > | triggerSummaryLabelToken_ |
edm::EDGetTokenT < reco::VertexCollection > | VtxToken_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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::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 87 of file L1Muon2RecoTreeProducer.cc.
|
explicit |
Definition at line 149 of file L1Muon2RecoTreeProducer.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), metsig::muon, and AlCaHLTBitMon_QueryRunRegistry::string.
L1Muon2RecoTreeProducer::~L1Muon2RecoTreeProducer | ( | ) |
Definition at line 188 of file L1Muon2RecoTreeProducer.cc.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 202 of file L1Muon2RecoTreeProducer.cc.
References edm::Event::getByToken(), edm::HandleBase::isValid(), metsig::muon, EgammaValidation_cff::pathName, edm::TriggerNames::size(), AlCaHLTBitMon_QueryRunRegistry::string, edm::TriggerNames::triggerIndex(), edm::Event::triggerNames(), triggerResults, trigNames, and HLT_25ns10e33_v2_cff::vertices.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 325 of file L1Muon2RecoTreeProducer.cc.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 380 of file L1Muon2RecoTreeProducer.cc.
References assert(), gather_cfg::cout, and metsig::muon.
void L1Muon2RecoTreeProducer::empty_hlt | ( | ) |
Definition at line 334 of file L1Muon2RecoTreeProducer.cc.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 331 of file L1Muon2RecoTreeProducer.cc.
double L1Muon2RecoTreeProducer::match_trigger | ( | std::vector< int > & | trigIndices, |
const trigger::TriggerObjectCollection & | trigObjs, | ||
edm::Handle< trigger::TriggerEvent > & | triggerEvent, | ||
const reco::Muon & | mu | ||
) |
Definition at line 343 of file L1Muon2RecoTreeProducer.cc.
References deltaR().
|
private |
Definition at line 111 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 133 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 142 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 140 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 130 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 129 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 136 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 121 of file L1Muon2RecoTreeProducer.cc.
L1Analysis::L1AnalysisRecoMuon2* L1Muon2RecoTreeProducer::muon |
Definition at line 100 of file L1Muon2RecoTreeProducer.cc.
L1Analysis::L1AnalysisRecoMuon2DataFormat* L1Muon2RecoTreeProducer::muon_data |
Definition at line 102 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 117 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 114 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 143 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 138 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 137 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 141 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 139 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 118 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 119 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 120 of file L1Muon2RecoTreeProducer.cc.