![]() |
![]() |
#include <L1GtAnalyzer.h>
Public Member Functions | |
L1GtAnalyzer (const edm::ParameterSet &) | |
~L1GtAnalyzer () | |
![]() | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
![]() | |
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 () |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
analyze each event: event loop over various code snippets More... | |
void | analyzeConditionsInEventBlock (const edm::Event &, const edm::EventSetup &) |
to be used in analyze/produce/filter More... | |
void | analyzeConditionsInLumiBlock (const edm::LuminosityBlock &, const edm::EventSetup &) |
to be used in beginLuminosityBlock More... | |
void | analyzeConditionsInRunBlock (const edm::Run &, const edm::EventSetup &) |
virtual void | analyzeDecisionReadoutRecord (const edm::Event &, const edm::EventSetup &) |
void | analyzeL1GtTriggerMenuLite (const edm::Event &, const edm::EventSetup &) |
analyze: usage of L1GtTriggerMenuLite More... | |
void | analyzeL1GtUtils (const edm::Event &, const edm::EventSetup &) |
void | analyzeL1GtUtilsCore (const edm::Event &, const edm::EventSetup &) |
analyze: usage of L1GtUtils More... | |
void | analyzeL1GtUtilsEventSetup (const edm::Event &, const edm::EventSetup &) |
void | analyzeL1GtUtilsMenuLite (const edm::Event &, const edm::EventSetup &) |
for tests, use only one of the following methods More... | |
virtual void | analyzeObjectMap (const edm::Event &, const edm::EventSetup &) |
analyze: object map product More... | |
void | analyzeTrigger (const edm::Event &, const edm::EventSetup &) |
full analysis of an algorithm or technical trigger More... | |
virtual void | beginJob () |
virtual void | beginLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) |
virtual void | beginRun (const edm::Run &, const edm::EventSetup &) |
virtual void | endJob () |
end of job More... | |
virtual void | endLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) |
end section More... | |
virtual void | endRun (const edm::Run &, const edm::EventSetup &) |
void | printOutput (std::ostringstream &) |
print the output stream to the required output, given by m_printOutput More... | |
Additional Inherited Members | |
![]() | |
typedef EDAnalyzer | ModuleType |
![]() | |
typedef ProductLabels | Labels |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
![]() | |
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) |
Description: test analyzer to illustrate various methods for L1 GT trigger.
Implementation: <TODO: enter implementation details>
Definition at line 48 of file L1GtAnalyzer.h.
|
explicit |
Definition at line 43 of file L1GtAnalyzer.cc.
L1GtAnalyzer::~L1GtAnalyzer | ( | ) |
Definition at line 157 of file L1GtAnalyzer.cc.
|
privatevirtual |
analyze each event: event loop over various code snippets
Implements edm::EDAnalyzer.
Definition at line 1761 of file L1GtAnalyzer.cc.
|
private |
to be used in analyze/produce/filter
Definition at line 1679 of file L1GtAnalyzer.cc.
|
private |
to be used in beginLuminosityBlock
Definition at line 1638 of file L1GtAnalyzer.cc.
|
private |
analyze: usage of ConditionsInEdm
to be used in beginRun
Definition at line 1597 of file L1GtAnalyzer.cc.
|
privatevirtual |
analyze: decision and decision word bunch cross in event BxInEvent = 0 - L1Accept event
Definition at line 264 of file L1GtAnalyzer.cc.
|
private |
analyze: usage of L1GtTriggerMenuLite
Definition at line 1399 of file L1GtAnalyzer.cc.
|
private |
Definition at line 1045 of file L1GtAnalyzer.cc.
|
private |
analyze: usage of L1GtUtils
Definition at line 308 of file L1GtAnalyzer.cc.
|
private |
Definition at line 1020 of file L1GtAnalyzer.cc.
|
private |
for tests, use only one of the following methods
Definition at line 996 of file L1GtAnalyzer.cc.
|
privatevirtual |
analyze: object map product
Definition at line 1334 of file L1GtAnalyzer.cc.
|
private |
full analysis of an algorithm or technical trigger
Definition at line 1069 of file L1GtAnalyzer.cc.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 164 of file L1GtAnalyzer.cc.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 250 of file L1GtAnalyzer.cc.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 171 of file L1GtAnalyzer.cc.
|
privatevirtual |
|
privatevirtual |
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 1840 of file L1GtAnalyzer.cc.
|
private |
print the output stream to the required output, given by m_printOutput
Definition at line 1714 of file L1GtAnalyzer.cc.
|
private |
Definition at line 127 of file L1GtAnalyzer.h.
|
private |
Definition at line 126 of file L1GtAnalyzer.h.
|
private |
Definition at line 125 of file L1GtAnalyzer.h.
|
private |
enable / disable various analysis methods
Definition at line 114 of file L1GtAnalyzer.h.
|
private |
Definition at line 123 of file L1GtAnalyzer.h.
|
private |
Definition at line 118 of file L1GtAnalyzer.h.
|
private |
Definition at line 117 of file L1GtAnalyzer.h.
|
private |
Definition at line 116 of file L1GtAnalyzer.h.
|
private |
Definition at line 121 of file L1GtAnalyzer.h.
|
private |
Definition at line 119 of file L1GtAnalyzer.h.
|
private |
a bit number to retrieve the name and the alias
Definition at line 166 of file L1GtAnalyzer.h.
|
private |
input tag for ConditionInEdm products
Definition at line 154 of file L1GtAnalyzer.h.
|
private |
Definition at line 157 of file L1GtAnalyzer.h.
|
private |
Definition at line 156 of file L1GtAnalyzer.h.
|
private |
Definition at line 155 of file L1GtAnalyzer.h.
|
private |
a condition in the algorithm trigger to test the object maps
Definition at line 163 of file L1GtAnalyzer.h.
|
private |
input tag for muon collection from GMT
Definition at line 147 of file L1GtAnalyzer.h.
|
private |
input tags for GT DAQ product
Definition at line 132 of file L1GtAnalyzer.h.
|
private |
Definition at line 133 of file L1GtAnalyzer.h.
|
private |
input tags for GT object map collection L1GlobalTriggerObjectMaps
Definition at line 143 of file L1GtAnalyzer.h.
|
private |
Definition at line 144 of file L1GtAnalyzer.h.
|
private |
input tags for GT object map collection L1GlobalTriggerObjectMapRecord
Definition at line 139 of file L1GtAnalyzer.h.
|
private |
Definition at line 140 of file L1GtAnalyzer.h.
|
private |
input tags for GT lite product
Definition at line 136 of file L1GtAnalyzer.h.
|
private |
if true, use methods in L1GtUtils with the given input tags for L1GlobalTriggerReadoutRecord and / or L1GlobalTriggerRecord from provenance
Definition at line 177 of file L1GtAnalyzer.h.
|
private |
input tag for L1GtTriggerMenuLite
Definition at line 150 of file L1GtAnalyzer.h.
|
private |
if true, use methods in L1GtUtils with the input tag for L1GtTriggerMenuLite from provenance
Definition at line 173 of file L1GtAnalyzer.h.
|
private |
Definition at line 151 of file L1GtAnalyzer.h.
|
private |
Definition at line 189 of file L1GtAnalyzer.h.
|
private |
L1 configuration code for L1GtUtils.
Definition at line 169 of file L1GtAnalyzer.h.
|
private |
if true, configure (partially) L1GtUtils in beginRun using getL1GtRunCache
Definition at line 180 of file L1GtAnalyzer.h.
|
private |
expression to test the L1GtUtils methods to retrieve L1 trigger decisions, prescale factors and masks for logical expressions
Definition at line 184 of file L1GtAnalyzer.h.
|
private |
Definition at line 188 of file L1GtAnalyzer.h.
|
private |
Definition at line 191 of file L1GtAnalyzer.h.
|
private |
Definition at line 190 of file L1GtAnalyzer.h.
|
private |
an algorithm trigger (name or alias) or a technical trigger name
Definition at line 160 of file L1GtAnalyzer.h.
|
private |
print output
Definition at line 110 of file L1GtAnalyzer.h.
|
private |
Definition at line 107 of file L1GtAnalyzer.h.