#include <L1Trigger/L1GctAnalzyer/src/GctFibreAnalyzer.cc>
Public Member Functions | |
GctFibreAnalyzer (const edm::ParameterSet &) | |
~GctFibreAnalyzer () | |
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 &) |
void | CheckCounter (const L1GctFibreWord fibre) |
bool | CheckFibreWord (const L1GctFibreWord fibre) |
bool | CheckForBC0 (const L1GctFibreWord fibre) |
void | CheckLogicalID (const L1GctFibreWord fibre) |
Private Attributes | |
bool | m_doCounter |
bool | m_doLogicalID |
edm::InputTag | m_fibreSource |
unsigned int | m_numConsistentEvents |
unsigned int | m_numInconsistentPayloadEvents |
unsigned int | m_numZeroEvents |
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) |
Description: Analyzer individual fibre channels from the source card.
Definition at line 33 of file GctFibreAnalyzer.h.
|
explicit |
Definition at line 27 of file GctFibreAnalyzer.cc.
GctFibreAnalyzer::~GctFibreAnalyzer | ( | ) |
Definition at line 37 of file GctFibreAnalyzer.cc.
References m_doCounter, m_numConsistentEvents, m_numInconsistentPayloadEvents, and m_numZeroEvents.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 44 of file GctFibreAnalyzer.cc.
References CheckCounter(), CheckFibreWord(), CheckForBC0(), CheckLogicalID(), f, edm::Event::getByLabel(), m_doCounter, m_doLogicalID, m_fibreSource, m_numConsistentEvents, m_numInconsistentPayloadEvents, and m_numZeroEvents.
|
private |
Definition at line 126 of file GctFibreAnalyzer.cc.
References L1GctFibreWord::data().
Referenced by analyze().
|
private |
Definition at line 116 of file GctFibreAnalyzer.cc.
References L1GctFibreWord::data().
Referenced by analyze().
|
private |
Definition at line 106 of file GctFibreAnalyzer.cc.
References L1GctFibreWord::data().
Referenced by analyze().
|
private |
Definition at line 148 of file GctFibreAnalyzer.cc.
References L1GctFibreWord::block(), L1GctFibreWord::data(), edm::hlt::Exception, and L1GctFibreWord::index().
Referenced by analyze().
|
private |
Definition at line 51 of file GctFibreAnalyzer.h.
Referenced by analyze(), and ~GctFibreAnalyzer().
|
private |
Definition at line 50 of file GctFibreAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 49 of file GctFibreAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 54 of file GctFibreAnalyzer.h.
Referenced by analyze(), and ~GctFibreAnalyzer().
|
private |
Definition at line 53 of file GctFibreAnalyzer.h.
Referenced by analyze(), and ~GctFibreAnalyzer().
|
private |
Definition at line 52 of file GctFibreAnalyzer.h.
Referenced by analyze(), and ~GctFibreAnalyzer().