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
 
std::vector< bool > const & recordProvenanceList () 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)
 
TypeLabelList const & typeLabelList () const
 used by the fwk to register the list of products of this module More...
 
 ~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 &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
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
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
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
template<class ProductType >
BranchAliasSetterT< ProductType > produces ()
 declare what type of product will make and with which optional label More...
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces ()
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces ()
 
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<BranchType B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<Transition B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<class ProductType >
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
ProducesCollector producesCollector ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (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)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (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::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 }

◆ ~DaqFakeReader()

DaqFakeReader::~DaqFakeReader ( )
override

Definition at line 45 of file DaqFakeReader.cc.

45 {}

Member Function Documentation

◆ beginLuminosityBlock()

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

Definition at line 154 of file DaqFakeReader.cc.

154  {
155  std::cout << "DaqFakeReader begin Lumi " << iL.luminosityBlock() << std::endl;
156  fakeLs_ = iL.luminosityBlock();
157 }

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

◆ fillFEDs()

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.

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 }

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

Referenced by fillRawData().

◆ fillGTPFED()

void DaqFakeReader::fillGTPFED ( edm::EventID eID,
FEDRawDataCollection data,
timeval *  now 
)
private

Definition at line 119 of file DaqFakeReader.cc.

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 }

References FEDRawData::data(), 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, l1tstage2_dqm_sourceclient-live_cfg::fedId, FEDHeader::length, FEDNumbering::MINTriggerGTPFEDID, fileCollector::now, FEDRawData::resize(), FEDHeader::set(), FEDTrailer::set(), findQualityFiles::size, evf::evtn::SLINK_HALFWORD_SIZE, and evf::evtn::SLINK_WORD_SIZE.

Referenced by fillRawData().

◆ fillRawData()

int DaqFakeReader::fillRawData ( edm::Event e,
FEDRawDataCollection *&  data 
)
virtual

Definition at line 52 of file DaqFakeReader.cc.

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 }

References data, MillePedeFileConverter_cfg::e, empty_events, eventNum, EcalFEDMonitor_cfi::FEDRawDataCollection, fillFEDs(), fillGTPFED(), 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().

◆ produce()

void DaqFakeReader::produce ( edm::Event e,
edm::EventSetup const &  es 
)
overridevirtual

Implements edm::one::EDProducerBase.

Definition at line 78 of file DaqFakeReader.cc.

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 }

References MillePedeFileConverter_cfg::e, fillRawData(), and eostools::move().

Member Data Documentation

◆ empty_events

bool DaqFakeReader::empty_events
private

Definition at line 50 of file DaqFakeReader.h.

Referenced by fillRawData().

◆ eventNum

edm::EventNumber_t DaqFakeReader::eventNum
private

Definition at line 49 of file DaqFakeReader.h.

Referenced by fillRawData().

◆ fakeLs_

unsigned int DaqFakeReader::fakeLs_ = 0
private

Definition at line 55 of file DaqFakeReader.h.

Referenced by beginLuminosityBlock().

◆ injected_errors_per_million_events

unsigned int DaqFakeReader::injected_errors_per_million_events
private

Definition at line 53 of file DaqFakeReader.h.

◆ meansize

unsigned int DaqFakeReader::meansize
private

Definition at line 51 of file DaqFakeReader.h.

Referenced by fillFEDs(), and fillRawData().

◆ modulo_error_events

unsigned int DaqFakeReader::modulo_error_events
private

Definition at line 54 of file DaqFakeReader.h.

◆ runNum

edm::RunNumber_t DaqFakeReader::runNum
private

Definition at line 48 of file DaqFakeReader.h.

◆ width

unsigned int DaqFakeReader::width
private
evf::evtn::EVM_BOARDID_OFFSET
const unsigned int EVM_BOARDID_OFFSET
Definition: GlobalEventNumber.h:29
DaqFakeReader::runNum
edm::RunNumber_t runNum
Definition: DaqFakeReader.h:48
FEDNumbering::MINECALFEDID
Definition: FEDNumbering.h:43
DaqFakeReader::empty_events
bool empty_events
Definition: DaqFakeReader.h:50
DaqFakeReader::injected_errors_per_million_events
unsigned int injected_errors_per_million_events
Definition: DaqFakeReader.h:53
FEDRawDataCollection
Definition: FEDRawDataCollection.h:18
DaqFakeReader::fillRawData
virtual int fillRawData(edm::Event &e, FEDRawDataCollection *&data)
Definition: DaqFakeReader.cc:52
evf::evtn::EVM_GTFE_BSTGPS_OFFSET
const unsigned int EVM_GTFE_BSTGPS_OFFSET
Definition: GlobalEventNumber.h:36
gather_cfg.cout
cout
Definition: gather_cfg.py:144
FEDNumbering::MAXCSCFEDID
Definition: FEDNumbering.h:52
edm::Handle
Definition: AssociativeIterator.h:50
FEDNumbering::MINRPCFEDID
Definition: FEDNumbering.h:59
FEDRawData::data
const unsigned char * data() const
Return a const pointer to the beginning of the data buffer.
Definition: FEDRawData.cc:24
FEDRawData
Definition: FEDRawData.h:19
fileCollector.now
now
Definition: fileCollector.py:207
DaqFakeReader::meansize
unsigned int meansize
Definition: DaqFakeReader.h:51
FEDNumbering::MAXSiPixelFEDID
Definition: FEDNumbering.h:28
EcalFEDMonitor_cfi.FEDRawDataCollection
FEDRawDataCollection
Definition: EcalFEDMonitor_cfi.py:6
FEDNumbering::MAXDTFEDID
Definition: FEDNumbering.h:56
DaqFakeReader::eventNum
edm::EventNumber_t eventNum
Definition: DaqFakeReader.h:49
FEDNumbering::MAXSiStripFEDID
Definition: FEDNumbering.h:30
evf::evtn::EVM_BOARDID_VALUE
const unsigned int EVM_BOARDID_VALUE
Definition: GlobalEventNumber.h:32
edm::EventID::event
EventNumber_t event() const
Definition: EventID.h:40
createfilelist.int
int
Definition: createfilelist.py:10
DaqFakeReader::fillGTPFED
void fillGTPFED(edm::EventID &eID, FEDRawDataCollection &data, timeval *now)
Definition: DaqFakeReader.cc:119
FEDHeader::length
static const uint32_t length
Definition: FEDHeader.h:54
FEDNumbering::MINCSCFEDID
Definition: FEDNumbering.h:51
evf::evtn::SLINK_HALFWORD_SIZE
const unsigned int SLINK_HALFWORD_SIZE
Definition: GlobalEventNumber.h:12
l1tstage2_dqm_sourceclient-live_cfg.fedId
fedId
Definition: l1tstage2_dqm_sourceclient-live_cfg.py:82
FEDNumbering::MINDTFEDID
Definition: FEDNumbering.h:55
FEDTrailer::set
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
DaqFakeReader::width
unsigned int width
Definition: DaqFakeReader.h:52
DaqFakeReader::fillFEDs
void fillFEDs(const int, const int, edm::EventID &eID, FEDRawDataCollection &data, float meansize, float width)
Definition: DaqFakeReader.cc:87
FEDNumbering::MINSiPixelFEDID
Definition: FEDNumbering.h:27
eostools.move
def move(src, dest)
Definition: eostools.py:511
DaqFakeReader::fakeLs_
unsigned int fakeLs_
Definition: DaqFakeReader.h:55
FEDNumbering::MINHCALFEDID
Definition: FEDNumbering.h:47
FEDHeader::set
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
evf::evtn::EVM_TCS_TRIGNR_OFFSET
const unsigned int EVM_TCS_TRIGNR_OFFSET
Definition: GlobalEventNumber.h:40
FEDRawData::resize
void resize(size_t newsize)
Definition: FEDRawData.cc:28
dqm-mbProfile.log
log
Definition: dqm-mbProfile.py:17
data
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:79
evf::evtn::SLINK_WORD_SIZE
const unsigned int SLINK_WORD_SIZE
Definition: GlobalEventNumber.h:11
FEDNumbering::MAXRPCFEDID
Definition: FEDNumbering.h:60
FEDNumbering::MAXHCALFEDID
Definition: FEDNumbering.h:48
JetChargeProducer_cfi.exp
exp
Definition: JetChargeProducer_cfi.py:6
edm::EventID
Definition: EventID.h:31
evf::evtn::EVM_BOARDID_SHIFT
const unsigned int EVM_BOARDID_SHIFT
Definition: GlobalEventNumber.h:31
DaqFakeReader::modulo_error_events
unsigned int modulo_error_events
Definition: DaqFakeReader.h:54
FEDNumbering::MAXECALFEDID
Definition: FEDNumbering.h:44
muonDTDigis_cfi.pset
pset
Definition: muonDTDigis_cfi.py:27
findQualityFiles.size
size
Write out results.
Definition: findQualityFiles.py:443
MillePedeFileConverter_cfg.e
e
Definition: MillePedeFileConverter_cfg.py:37
FEDNumbering::MINSiStripFEDID
Definition: FEDNumbering.h:29
FEDNumbering::MINTriggerGTPFEDID
Definition: FEDNumbering.h:61