CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
DaqFakeReader Class Reference

#include <DaqFakeReader.h>

Inheritance diagram for DaqFakeReader:
edm::one::EDProducer<> edm::one::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 DaqFakeReader (const edm::ParameterSet &pset)
 
virtual int fillRawData (edm::Event &e, FEDRawDataCollection *&data)
 
void produce (edm::Event &, edm::EventSetup const &) override
 
 ~DaqFakeReader () override
 
- Public Member Functions inherited from edm::one::EDProducer<>
 EDProducer ()=default
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndRuns () const final
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
- Public Member Functions inherited from edm::one::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDProducerBase () override
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector< edm::ProductResolverIndex > const & indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
std::vector< edm::ProductResolverIndex > const & putTokenIndexToProductResolverIndex () const
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription const &)> registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
 ~ProducerBase () noexcept(false) override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Member Functions

virtual void beginLuminosityBlock (edm::LuminosityBlock const &iL, edm::EventSetup const &iE)
 
void fillFEDs (const int, const int, edm::EventID &eID, FEDRawDataCollection &data, float meansize, float width)
 
void fillGTPFED (edm::EventID &eID, FEDRawDataCollection &data, timeval *now)
 

Private Attributes

bool empty_events
 
edm::EventNumber_t eventNum
 
unsigned int fakeLs_ = 0
 
unsigned int injected_errors_per_million_events
 
unsigned int meansize
 
unsigned int modulo_error_events
 
edm::RunNumber_t runNum
 
unsigned int width
 

Additional Inherited Members

- Public Types inherited from edm::one::EDProducerBase
typedef EDProducerBase ModuleType
 
- Public Types inherited from edm::ProducerBase
using ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >>
 
typedef ProductRegistryHelper::TypeLabelList TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::ProducerBase
ProducesCollector producesCollector ()
 
- 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)
 

Detailed Description

Generates empty FEDRawData of random size for all FEDs Proper headers and trailers are included; but the payloads are all 0s

Author
N. Amapane - CERN

Definition at line 19 of file DaqFakeReader.h.

Constructor & Destructor Documentation

DaqFakeReader::DaqFakeReader ( const edm::ParameterSet pset)

Definition at line 31 of file DaqFakeReader.cc.

32  : runNum(1),
33  eventNum(1),
34  empty_events(pset.getUntrackedParameter<bool>("emptyEvents", false)),
35  meansize(pset.getUntrackedParameter<unsigned int>("meanSize", 1024)),
36  width(pset.getUntrackedParameter<unsigned int>("width", 1024)),
37  injected_errors_per_million_events(pset.getUntrackedParameter<unsigned int>("injectErrPpm", 0)),
39  : 0xffffffff) {
40  // mean = pset.getParameter<float>("mean");
41  produces<FEDRawDataCollection>();
42 }
unsigned int width
Definition: DaqFakeReader.h:52
T getUntrackedParameter(std::string const &, T const &) const
unsigned int modulo_error_events
Definition: DaqFakeReader.h:54
unsigned int injected_errors_per_million_events
Definition: DaqFakeReader.h:53
unsigned int meansize
Definition: DaqFakeReader.h:51
edm::RunNumber_t runNum
Definition: DaqFakeReader.h:48
edm::EventNumber_t eventNum
Definition: DaqFakeReader.h:49
DaqFakeReader::~DaqFakeReader ( )
override

Definition at line 45 of file DaqFakeReader.cc.

45 {}

Member Function Documentation

void DaqFakeReader::beginLuminosityBlock ( edm::LuminosityBlock const &  iL,
edm::EventSetup const &  iE 
)
privatevirtual

Definition at line 154 of file DaqFakeReader.cc.

References gather_cfg::cout, fakeLs_, and edm::LuminosityBlockBase::luminosityBlock().

154  {
155  std::cout << "DaqFakeReader begin Lumi " << iL.luminosityBlock() << std::endl;
156  fakeLs_ = iL.luminosityBlock();
157 }
unsigned int fakeLs_
Definition: DaqFakeReader.h:55
void DaqFakeReader::fillFEDs ( const int  fedmin,
const int  fedmax,
edm::EventID eID,
FEDRawDataCollection data,
float  meansize,
float  width 
)
private

Definition at line 87 of file DaqFakeReader.cc.

References FEDRawData::data(), edm::EventID::event(), JetChargeProducer_cfi::exp, FEDRawDataCollection::FEDData(), l1tstage2_dqm_sourceclient-live_cfg::fedId, createfilelist::int, dqm-mbProfile::log, FEDRawData::resize(), FEDHeader::set(), FEDTrailer::set(), and findQualityFiles::size.

Referenced by fillRawData().

88  {
89  // FIXME: last ID included?
90  for (int fedId = fedmin; fedId <= fedmax; ++fedId) {
91  // Generate size...
92  float logsiz = CLHEP::RandGauss::shoot(std::log(meansize), std::log(meansize) - std::log(width / 2.));
93  size_t size = int(std::exp(logsiz));
94  size -= size % 8; // all blocks aligned to 64 bit words
95 
96  FEDRawData& feddata = data.FEDData(fedId);
97  // Allocate space for header+trailer+payload
98  feddata.resize(size + 16);
99 
100  // Generate header
101  FEDHeader::set(feddata.data(),
102  1, // Trigger type
103  eID.event(), // LV1_id (24 bits)
104  0, // BX_id
105  fedId); // source_id
106 
107  // Payload = all 0s...
108 
109  // Generate trailer
110  int crc = 0; // FIXME : get CRC
111  FEDTrailer::set(feddata.data() + 8 + size,
112  size / 8 + 2, // in 64 bit words!!!
113  crc,
114  0, // Evt_stat
115  0); // TTS bits
116  }
117 }
unsigned int width
Definition: DaqFakeReader.h:52
size
Write out results.
EventNumber_t event() const
Definition: EventID.h:40
const FEDRawData & FEDData(int fedid) const
retrieve data for fed
static void set(unsigned char *trailer, uint32_t lenght, uint16_t crc, uint8_t evt_stat, uint8_t tts, bool moreTrailers=false)
Set all fields in the trailer.
Definition: FEDTrailer.cc:31
void resize(size_t newsize)
Definition: FEDRawData.cc:28
unsigned int meansize
Definition: DaqFakeReader.h:51
const unsigned char * data() const
Return a const pointer to the beginning of the data buffer.
Definition: FEDRawData.cc:24
static void set(unsigned char *header, uint8_t triggerType, uint32_t lvl1ID, uint16_t bxID, uint16_t sourceID, uint8_t version=0, bool moreHeaders=false)
Set all fields in the header.
Definition: FEDHeader.cc:25
void DaqFakeReader::fillGTPFED ( edm::EventID eID,
FEDRawDataCollection data,
timeval *  now 
)
private

Definition at line 119 of file DaqFakeReader.cc.

References FEDRawData::data(), edm::EventID::event(), evf::evtn::EVM_BOARDID_OFFSET, evf::evtn::EVM_BOARDID_SHIFT, evf::evtn::EVM_BOARDID_VALUE, evf::evtn::EVM_GTFE_BSTGPS_OFFSET, evf::evtn::EVM_TCS_TRIGNR_OFFSET, FEDRawDataCollection::FEDData(), l1tstage2_dqm_sourceclient-live_cfg::fedId, FEDHeader::length, FEDNumbering::MINTriggerGTPFEDID, FEDRawData::resize(), FEDHeader::set(), FEDTrailer::set(), findQualityFiles::size, evf::evtn::SLINK_HALFWORD_SIZE, and evf::evtn::SLINK_WORD_SIZE.

Referenced by fillRawData().

119  {
121  FEDRawData& feddata = data.FEDData(fedId);
122  uint32_t size = evf::evtn::SLINK_WORD_SIZE * 37 - 16; //BST52_3BX
123  feddata.resize(size + 16);
124 
125  FEDHeader::set(feddata.data(),
126  1, // Trigger type
127  eID.event(), // LV1_id (24 bits)
128  0, // BX_id
129  fedId); // source_id
130 
131  int crc = 0; // FIXME : get CRC
132  FEDTrailer::set(feddata.data() + 8 + size,
133  size / 8 + 2, // in 64 bit words!!!
134  crc,
135  0, // Evt_stat
136  0); // TTS bits
137 
138  unsigned char* pOffset = feddata.data() + FEDHeader::length;
139  //fill in event ID
140  *((uint32_t*)(pOffset + evf::evtn::EVM_BOARDID_OFFSET * evf::evtn::SLINK_WORD_SIZE / 2)) =
142  *((uint32_t*)(pOffset + FEDHeader::length +
144  //fill in timestamp
145  *((uint32_t*)(pOffset + evf::evtn::EVM_GTFE_BSTGPS_OFFSET * evf::evtn::SLINK_WORD_SIZE / 2)) = now->tv_sec;
147  evf::evtn::SLINK_HALFWORD_SIZE)) = now->tv_usec;
148 
149  //*( (uint16_t*) (pOffset + (evtn::EVM_GTFE_BLOCK*2 + evtn::EVM_TCS_LSBLNR_OFFSET)*evtn::SLINK_HALFWORD_SIZE)) = (unsigned short)fakeLs_-1;
150 
151  //we could also generate lumiblock, bcr, orbit,... but they are not currently used by the FRD input source
152 }
size
Write out results.
EventNumber_t event() const
Definition: EventID.h:40
const unsigned int EVM_TCS_TRIGNR_OFFSET
static const uint32_t length
Definition: FEDHeader.h:54
const unsigned int EVM_BOARDID_VALUE
const unsigned int SLINK_HALFWORD_SIZE
const FEDRawData & FEDData(int fedid) const
retrieve data for fed
static void set(unsigned char *trailer, uint32_t lenght, uint16_t crc, uint8_t evt_stat, uint8_t tts, bool moreTrailers=false)
Set all fields in the trailer.
Definition: FEDTrailer.cc:31
void resize(size_t newsize)
Definition: FEDRawData.cc:28
const unsigned int SLINK_WORD_SIZE
const unsigned int EVM_BOARDID_OFFSET
const unsigned int EVM_GTFE_BSTGPS_OFFSET
const unsigned char * data() const
Return a const pointer to the beginning of the data buffer.
Definition: FEDRawData.cc:24
const unsigned int EVM_BOARDID_SHIFT
static void set(unsigned char *header, uint8_t triggerType, uint32_t lvl1ID, uint16_t bxID, uint16_t sourceID, uint8_t version=0, bool moreHeaders=false)
Set all fields in the header.
Definition: FEDHeader.cc:25
int DaqFakeReader::fillRawData ( edm::Event e,
FEDRawDataCollection *&  data 
)
virtual

Definition at line 52 of file DaqFakeReader.cc.

References empty_events, eventNum, EcalFEDMonitor_cfi::FEDRawDataCollection, fillFEDs(), fillGTPFED(), edm::EventBase::id(), FEDNumbering::MAXCSCFEDID, FEDNumbering::MAXDTFEDID, FEDNumbering::MAXECALFEDID, FEDNumbering::MAXHCALFEDID, FEDNumbering::MAXRPCFEDID, FEDNumbering::MAXSiPixelFEDID, FEDNumbering::MAXSiStripFEDID, meansize, FEDNumbering::MINCSCFEDID, FEDNumbering::MINDTFEDID, FEDNumbering::MINECALFEDID, FEDNumbering::MINHCALFEDID, FEDNumbering::MINRPCFEDID, FEDNumbering::MINSiPixelFEDID, FEDNumbering::MINSiStripFEDID, fileCollector::now, and width.

Referenced by produce().

52  {
53  // a null pointer is passed, need to allocate the fed collection
54  data = new FEDRawDataCollection();
55  EventID eID = e.id();
56 
57  if (!empty_events) {
58  // Fill the EventID
59  eventNum++;
60  // FIXME:
61 
69 
70  timeval now;
71  gettimeofday(&now, nullptr);
72  fillGTPFED(eID, *data, &now);
73  //TODO: write fake TCDS FED filler
74  }
75  return 1;
76 }
unsigned int width
Definition: DaqFakeReader.h:52
void fillFEDs(const int, const int, edm::EventID &eID, FEDRawDataCollection &data, float meansize, float width)
void fillGTPFED(edm::EventID &eID, FEDRawDataCollection &data, timeval *now)
unsigned int meansize
Definition: DaqFakeReader.h:51
edm::EventID id() const
Definition: EventBase.h:59
edm::EventNumber_t eventNum
Definition: DaqFakeReader.h:49
void DaqFakeReader::produce ( edm::Event e,
edm::EventSetup const &  es 
)
overridevirtual

Implements edm::one::EDProducerBase.

Definition at line 78 of file DaqFakeReader.cc.

References fillRawData(), eostools::move(), and edm::Event::put().

Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().

78  {
80  FEDRawDataCollection* fedcoll = nullptr;
81  fillRawData(e, fedcoll);
82  std::unique_ptr<FEDRawDataCollection> bare_product(fedcoll);
83  e.put(std::move(bare_product));
84 }
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Definition: Event.h:131
virtual int fillRawData(edm::Event &e, FEDRawDataCollection *&data)
def move(src, dest)
Definition: eostools.py:511

Member Data Documentation

bool DaqFakeReader::empty_events
private

Definition at line 50 of file DaqFakeReader.h.

Referenced by fillRawData().

edm::EventNumber_t DaqFakeReader::eventNum
private

Definition at line 49 of file DaqFakeReader.h.

Referenced by fillRawData().

unsigned int DaqFakeReader::fakeLs_ = 0
private

Definition at line 55 of file DaqFakeReader.h.

Referenced by beginLuminosityBlock().

unsigned int DaqFakeReader::injected_errors_per_million_events
private

Definition at line 53 of file DaqFakeReader.h.

unsigned int DaqFakeReader::meansize
private

Definition at line 51 of file DaqFakeReader.h.

Referenced by fillRawData().

unsigned int DaqFakeReader::modulo_error_events
private

Definition at line 54 of file DaqFakeReader.h.

edm::RunNumber_t DaqFakeReader::runNum
private

Definition at line 48 of file DaqFakeReader.h.

unsigned int DaqFakeReader::width
private