#include <HcalTBObjectUnpacker.h>
Public Member Functions | |
HcalTBObjectUnpacker (const edm::ParameterSet &ps) | |
void | produce (edm::Event &e, const edm::EventSetup &c) override |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Private Member Functions | |
void | parseCalib () |
Private Attributes | |
std::string | calibFile_ |
std::vector< std::vector< std::string > > | calibLines_ |
bool | doBeamADC_ |
bool | doEventPosition_ |
bool | doRunData_ |
bool | doSourcePos_ |
bool | doTiming_ |
bool | doTriggerData_ |
int | qadcFed_ |
hcaltb::HcalTBQADCUnpacker | qadcUnpacker_ |
int | sdFed_ |
hcaltb::HcalTBSlowDataUnpacker | sdUnpacker_ |
int | spdFed_ |
hcaltb::HcalTBSourcePositionDataUnpacker | spdUnpacker_ |
int | tdcFed_ |
hcaltb::HcalTBTDCUnpacker | tdcUnpacker_ |
hcaltb::HcalTBTriggerDataUnpacker | tdUnpacker_ |
edm::EDGetTokenT< FEDRawDataCollection > | tok_raw_ |
int | triggerFed_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
HcalTBObjectUnpacker is the EDProducer subclass which runs the Hcal Test Beam Object Unpack algorithm.
Definition at line 33 of file HcalTBObjectUnpacker.h.
|
explicit |
Definition at line 14 of file HcalTBObjectUnpacker.cc.
References calibFile_, calibLines_, gather_cfg::cout, doBeamADC_, doEventPosition_, doRunData_, doSourcePos_, doTiming_, doTriggerData_, Exception, edm::ParameterSet::getParameter(), parseCalib(), qadcFed_, qadcUnpacker_, sdFed_, hcaltb::HcalTBQADCUnpacker::setCalib(), hcaltb::HcalTBTDCUnpacker::setCalib(), spdFed_, tdcFed_, tdcUnpacker_, tok_raw_, and triggerFed_.
|
private |
Definition at line 162 of file HcalTBObjectUnpacker.cc.
References edmScanValgrind::buffer, calibFile_, calibLines_, relativeConstraints::empty, edm::FileInPath::fullPath(), mps_fire::i, timingPdfMaker::infile, B2GTnPMonitor_cfi::item, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by HcalTBObjectUnpacker().
|
override |
Definition at line 96 of file HcalTBObjectUnpacker.cc.
References doBeamADC_, doEventPosition_, doRunData_, doSourcePos_, doTiming_, doTriggerData_, MillePedeFileConverter_cfg::e, FEDRawDataCollection::FEDData(), eostools::move(), qadcFed_, qadcUnpacker_, sdFed_, sdUnpacker_, spdFed_, spdUnpacker_, tdcFed_, tdcUnpacker_, tdUnpacker_, tok_raw_, triggerFed_, hcaltb::HcalTBQADCUnpacker::unpack(), hcaltb::HcalTBSourcePositionDataUnpacker::unpack(), hcaltb::HcalTBTriggerDataUnpacker::unpack(), hcaltb::HcalTBTDCUnpacker::unpack(), and hcaltb::HcalTBSlowDataUnpacker::unpack().
|
private |
Definition at line 45 of file HcalTBObjectUnpacker.h.
Referenced by HcalTBObjectUnpacker(), and parseCalib().
|
private |
Definition at line 53 of file HcalTBObjectUnpacker.h.
Referenced by HcalTBObjectUnpacker(), and parseCalib().
|
private |
Definition at line 51 of file HcalTBObjectUnpacker.h.
Referenced by HcalTBObjectUnpacker(), and produce().
|
private |
Definition at line 51 of file HcalTBObjectUnpacker.h.
Referenced by HcalTBObjectUnpacker(), and produce().
|
private |
Definition at line 51 of file HcalTBObjectUnpacker.h.
Referenced by HcalTBObjectUnpacker(), and produce().
|
private |
Definition at line 51 of file HcalTBObjectUnpacker.h.
Referenced by HcalTBObjectUnpacker(), and produce().
|
private |
Definition at line 51 of file HcalTBObjectUnpacker.h.
Referenced by HcalTBObjectUnpacker(), and produce().
|
private |
Definition at line 51 of file HcalTBObjectUnpacker.h.
Referenced by HcalTBObjectUnpacker(), and produce().
|
private |
Definition at line 44 of file HcalTBObjectUnpacker.h.
Referenced by HcalTBObjectUnpacker(), and produce().
|
private |
Definition at line 49 of file HcalTBObjectUnpacker.h.
Referenced by HcalTBObjectUnpacker(), and produce().
|
private |
Definition at line 41 of file HcalTBObjectUnpacker.h.
Referenced by HcalTBObjectUnpacker(), and produce().
|
private |
Definition at line 47 of file HcalTBObjectUnpacker.h.
Referenced by produce().
|
private |
Definition at line 42 of file HcalTBObjectUnpacker.h.
Referenced by HcalTBObjectUnpacker(), and produce().
|
private |
Definition at line 50 of file HcalTBObjectUnpacker.h.
Referenced by produce().
|
private |
Definition at line 43 of file HcalTBObjectUnpacker.h.
Referenced by HcalTBObjectUnpacker(), and produce().
|
private |
Definition at line 48 of file HcalTBObjectUnpacker.h.
Referenced by HcalTBObjectUnpacker(), and produce().
|
private |
Definition at line 46 of file HcalTBObjectUnpacker.h.
Referenced by produce().
|
private |
Definition at line 54 of file HcalTBObjectUnpacker.h.
Referenced by HcalTBObjectUnpacker(), and produce().
|
private |
Definition at line 40 of file HcalTBObjectUnpacker.h.
Referenced by HcalTBObjectUnpacker(), and produce().