![]() |
![]() |
#include <ESDigiToRaw.h>
Public Types | |
typedef uint32_t | Word32 |
typedef uint64_t | Word64 |
![]() | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
![]() | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Member Functions | |
void | beginJob () |
void | endJob () |
ESDigiToRaw (const edm::ParameterSet &ps) | |
int * | GetBX () |
int * | GetCounter () |
int * | GetLV1 () |
int * | GetOrbit () |
int * | GetRunNumber () |
void | produce (edm::Event &e, const edm::EventSetup &es) |
virtual | ~ESDigiToRaw () |
![]() | |
EDProducer () | |
virtual | ~EDProducer () |
![]() | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Static Public Attributes | |
static const int | BXMAX = 2808 |
static const int | KCHIP_BC_RANGE = 4096 |
static const int | KCHIP_EC_RANGE = 256 |
static const int | LHC_BX_RANGE = 3564 |
Private Attributes | |
int | bx_ |
int | counter_ |
bool | debug_ |
ESDataFormatter * | ESDataFormatter_ |
int | fedId_ [2][2][40][40] |
int | formatMajor_ |
int | formatMinor_ |
std::string | instanceName_ |
int | kchip_bc_ |
int | kchip_ec_ |
std::string | label_ |
edm::FileInPath | lookup_ |
int | lv1_ |
int | orbit_number_ |
int | run_number_ |
Additional Inherited Members | |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
![]() | |
CurrentProcessingContext const * | currentContext () const |
![]() | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Definition at line 19 of file ESDigiToRaw.h.
typedef uint32_t ESDigiToRaw::Word32 |
Definition at line 30 of file ESDigiToRaw.h.
typedef uint64_t ESDigiToRaw::Word64 |
Definition at line 31 of file ESDigiToRaw.h.
ESDigiToRaw::ESDigiToRaw | ( | const edm::ParameterSet & | ps | ) |
Definition at line 15 of file ESDigiToRaw.cc.
References counter_, gather_cfg::cout, debug_, ESDataFormatter_, fedId_, mergeVDriftHistosByStation::file, formatMajor_, formatMinor_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), i, instanceName_, j, gen::k, kchip_bc_, kchip_ec_, label_, lookup_, m, and submitDQMOfflineCAF::nLines.
|
virtual |
|
virtual |
|
virtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
virtual |
Implements edm::EDProducer.
Definition at line 68 of file ESDigiToRaw.cc.
References bx_, counter_, gather_cfg::cout, debug_, ESDataFormatter::DigiToRaw(), ESDataFormatter_, edm::EventID::event(), fedId_, edm::Event::getByLabel(), edm::EventBase::id(), instanceName_, kchip_bc_, KCHIP_BC_RANGE, kchip_ec_, KCHIP_EC_RANGE, label_, LHC_BX_RANGE, lv1_, orbit_number_, ESDetId::plane(), edm::Event::put(), edm::EventID::run(), run_number_, ESDataFormatter::setBX(), ESDataFormatter::setKchipBC(), ESDataFormatter::setKchipEC(), ESDataFormatter::setLV1(), ESDataFormatter::setOrbitNumber(), ESDataFormatter::setRunNumber(), ESDetId::six(), ESDetId::siy(), FEDRawData::size(), and ESDetId::zside().
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 49 of file ESDigiToRaw.h.
|
static |
Definition at line 39 of file ESDigiToRaw.h.
|
private |
Definition at line 46 of file ESDigiToRaw.h.
Referenced by ESDigiToRaw(), GetCounter(), and produce().
|
private |
Definition at line 58 of file ESDigiToRaw.h.
Referenced by ESDigiToRaw(), and produce().
|
private |
Definition at line 62 of file ESDigiToRaw.h.
Referenced by ESDigiToRaw(), produce(), and ~ESDigiToRaw().
|
private |
Definition at line 53 of file ESDigiToRaw.h.
Referenced by ESDigiToRaw(), and produce().
|
private |
Definition at line 59 of file ESDigiToRaw.h.
Referenced by ESDigiToRaw().
|
private |
Definition at line 60 of file ESDigiToRaw.h.
Referenced by ESDigiToRaw().
|
private |
Definition at line 56 of file ESDigiToRaw.h.
Referenced by ESDigiToRaw(), and produce().
|
private |
Definition at line 52 of file ESDigiToRaw.h.
Referenced by ESDigiToRaw(), and produce().
|
static |
Definition at line 41 of file ESDigiToRaw.h.
Referenced by produce().
|
private |
Definition at line 51 of file ESDigiToRaw.h.
Referenced by ESDigiToRaw(), and produce().
|
static |
Definition at line 42 of file ESDigiToRaw.h.
Referenced by produce().
|
private |
Definition at line 55 of file ESDigiToRaw.h.
Referenced by Mixins._Labelable::_findDependencies(), Mixins._TypedParameterizable::dumpPython(), ESDigiToRaw(), and produce().
|
static |
Definition at line 40 of file ESDigiToRaw.h.
Referenced by produce().
|
private |
Definition at line 57 of file ESDigiToRaw.h.
Referenced by ESDigiToRaw().
|
private |
Definition at line 50 of file ESDigiToRaw.h.
|
private |
Definition at line 47 of file ESDigiToRaw.h.
Referenced by GetOrbit(), and produce().
|
private |
Definition at line 48 of file ESDigiToRaw.h.
Referenced by GetRunNumber(), and produce().