#include <RawDataConverter.h>
Private Types | |
enum | DigiType { ZeroSuppressed, VirginRaw, ProcessedRaw, Unknown } |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginJob () override |
void | beginRun (edm::Run const &, edm::EventSetup const &) override |
void | ClearData (void) |
void | endJob () override |
void | fillDetectorId (void) |
template<class T > | |
void | GetDigis (const edm::Event &) |
DigiType | GetValidLabels (const edm::Event &iEvent) |
Private Attributes | |
std::string | CurrentInstanceLabel |
std::string | CurrentModuleLabel |
LASGlobalData< int > | detectorId |
int | eventnumber |
int | latency |
int | lumiBlock |
int | runnumber |
LASGlobalData< std::vector< float > > | theData |
std::vector< std::string > | theDigiModuleLabels |
TFile * | theOutputFile |
TTree * | theOutputTree |
std::vector< std::string > | theProductInstanceLabels |
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 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 12 of file RawDataConverter.h.
|
private |
Enumerator | |
---|---|
ZeroSuppressed | |
VirginRaw | |
ProcessedRaw | |
Unknown |
Definition at line 20 of file RawDataConverter.h.
|
explicit |
constructors and destructor
Definition at line 22 of file RawDataConverter.cc.
References eventnumber, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), latency, lumiBlock, runnumber, AlCaHLTBitMon_QueryRunRegistry::string, theData, theDigiModuleLabels, theOutputFile, theOutputTree, and theProductInstanceLabels.
|
override |
Definition at line 48 of file RawDataConverter.cc.
|
overrideprivate |
Definition at line 136 of file RawDataConverter.cc.
References edm::EventID::event(), eventnumber, edm::Event::getByLabel(), GetValidLabels(), edm::EventBase::id(), iEvent, latency, SiStripEventSummary::latency(), lumiBlock, edm::EventBase::luminosityBlock(), ProcessedRaw, edm::Event::run(), runnumber, heppy_report::summary, theOutputTree, Unknown, VirginRaw, and ZeroSuppressed.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 55 of file RawDataConverter.cc.
References fillDetectorId().
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 66 of file RawDataConverter.cc.
References edm::EventSetup::fillAvailableRecordKeys(), mps_fire::i, LogDebug, and connectstrParser::o.
|
private |
set all strips to zero
Definition at line 196 of file RawDataConverter.cc.
References LASGlobalData< T >::GetTEC2TECEntry(), LASGlobalData< T >::GetTECEntry(), LASGlobalData< T >::GetTIBTOBEntry(), heppy_loop::loop, relativeConstraints::ring, LASGlobalLoop::TEC2TECLoop(), LASGlobalLoop::TECLoop(), theData, and LASGlobalLoop::TIBTOBLoop().
Referenced by GetDigis().
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 186 of file RawDataConverter.cc.
References theOutputFile.
Referenced by o2olib.O2ORunMgr::executeJob().
|
private |
all the detector ids for the LAS modules hard-coded (this should be changed...)
Definition at line 233 of file RawDataConverter.cc.
References DEFINE_FWK_MODULE, detectorId, LASGlobalData< T >::SetTEC2TECEntry(), LASGlobalData< T >::SetTECEntry(), and LASGlobalData< T >::SetTIBTOBEntry().
Referenced by beginJob().
|
private |
Definition at line 56 of file RawDataConverter.h.
References edm::DetSetVector< T >::begin(), ClearData(), CurrentInstanceLabel, CurrentModuleLabel, detectorId, edm::DetSetVector< T >::end(), edm::Event::getByLabel(), LASGlobalData< T >::GetTEC2TECEntry(), LASGlobalData< T >::GetTECEntry(), LASGlobalData< T >::GetTIBTOBEntry(), edm::HandleBase::isValid(), LogDebug, heppy_loop::loop, relativeConstraints::ring, LASGlobalLoop::TEC2TECLoop(), LASGlobalLoop::TECLoop(), theData, and LASGlobalLoop::TIBTOBLoop().
|
private |
Definition at line 79 of file RawDataConverter.cc.
References CurrentInstanceLabel, CurrentModuleLabel, edm::Event::getByLabel(), edm::HandleBase::isValid(), ProcessedRaw, theDigiModuleLabels, theProductInstanceLabels, Unknown, VirginRaw, and ZeroSuppressed.
Referenced by analyze().
|
private |
Definition at line 37 of file RawDataConverter.h.
Referenced by GetDigis(), and GetValidLabels().
|
private |
Definition at line 36 of file RawDataConverter.h.
Referenced by GetDigis(), and GetValidLabels().
|
private |
Definition at line 47 of file RawDataConverter.h.
Referenced by fillDetectorId(), and GetDigis().
|
private |
Definition at line 44 of file RawDataConverter.h.
Referenced by analyze(), and RawDataConverter().
|
private |
Definition at line 43 of file RawDataConverter.h.
Referenced by analyze(), and RawDataConverter().
|
private |
Definition at line 46 of file RawDataConverter.h.
Referenced by analyze(), and RawDataConverter().
|
private |
Definition at line 45 of file RawDataConverter.h.
Referenced by analyze(), and RawDataConverter().
|
private |
Definition at line 41 of file RawDataConverter.h.
Referenced by ClearData(), GetDigis(), and RawDataConverter().
|
private |
Definition at line 33 of file RawDataConverter.h.
Referenced by GetValidLabels(), and RawDataConverter().
|
private |
Definition at line 39 of file RawDataConverter.h.
Referenced by endJob(), and RawDataConverter().
|
private |
Definition at line 40 of file RawDataConverter.h.
Referenced by analyze(), and RawDataConverter().
|
private |
Definition at line 34 of file RawDataConverter.h.
Referenced by GetValidLabels(), and RawDataConverter().