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_ |
unsigned int | maxMuon_ |
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_ |
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 78 of file L1Muon2RecoTreeProducer.cc.
|
explicit |
Definition at line 137 of file L1Muon2RecoTreeProducer.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), metsig::muon, and AlCaHLTBitMon_QueryRunRegistry::string.
L1Muon2RecoTreeProducer::~L1Muon2RecoTreeProducer | ( | ) |
Definition at line 173 of file L1Muon2RecoTreeProducer.cc.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 187 of file L1Muon2RecoTreeProducer.cc.
References edm::Event::getByToken(), edm::HandleBase::isValid(), metsig::muon, and triggerResults.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 264 of file L1Muon2RecoTreeProducer.cc.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 319 of file L1Muon2RecoTreeProducer.cc.
References assert(), and gather_cfg::cout.
void L1Muon2RecoTreeProducer::empty_hlt | ( | ) |
Definition at line 273 of file L1Muon2RecoTreeProducer.cc.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 270 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 282 of file L1Muon2RecoTreeProducer.cc.
References deltaR().
|
private |
Definition at line 102 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 121 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 130 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 128 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 124 of file L1Muon2RecoTreeProducer.cc.
L1Analysis::L1AnalysisRecoMuon2* L1Muon2RecoTreeProducer::muon |
Definition at line 91 of file L1Muon2RecoTreeProducer.cc.
L1Analysis::L1AnalysisRecoMuon2DataFormat* L1Muon2RecoTreeProducer::muon_data |
Definition at line 93 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 108 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 105 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 131 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 126 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 125 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 129 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 127 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 109 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 110 of file L1Muon2RecoTreeProducer.cc.