#include <L1Trigger/L1GctAnalzyer/src/GctFibreAnalyzer.cc>
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
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 |
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 &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
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 32 of file GctFibreAnalyzer.h.
|
explicit |
Definition at line 26 of file GctFibreAnalyzer.cc.
|
override |
Definition at line 36 of file GctFibreAnalyzer.cc.
References m_doCounter, m_numConsistentEvents, m_numInconsistentPayloadEvents, and m_numZeroEvents.
|
overrideprivate |
Definition at line 43 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 125 of file GctFibreAnalyzer.cc.
References L1GctFibreWord::data().
Referenced by analyze().
|
private |
Definition at line 115 of file GctFibreAnalyzer.cc.
References L1GctFibreWord::data().
Referenced by analyze().
|
private |
Definition at line 105 of file GctFibreAnalyzer.cc.
References L1GctFibreWord::data().
Referenced by analyze().
|
private |
Definition at line 147 of file GctFibreAnalyzer.cc.
References L1GctFibreWord::block(), L1GctFibreWord::data(), Exception, L1GctFibreWord::index(), and globals_cff::x1.
Referenced by analyze().
|
private |
Definition at line 50 of file GctFibreAnalyzer.h.
Referenced by analyze(), and ~GctFibreAnalyzer().
|
private |
Definition at line 49 of file GctFibreAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 48 of file GctFibreAnalyzer.h.
Referenced by analyze().
|
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().
|
private |
Definition at line 51 of file GctFibreAnalyzer.h.
Referenced by analyze(), and ~GctFibreAnalyzer().