CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
l1t::AMCDumpToRaw Class Reference
Inheritance diagram for l1t::AMCDumpToRaw:
edm::EDProducer edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 AMCDumpToRaw (const edm::ParameterSet &)
 
 ~AMCDumpToRaw () override
 
- Public Member Functions inherited from edm::EDProducer
 EDProducer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDProducer () 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)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::EDProducer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 

Private Member Functions

void beginJob () override
 
void endJob () override
 
void formatAMC (amc13::Packet &amc13, const std::vector< uint32_t > &load32)
 
void formatRaw (edm::Event &iEvent, amc13::Packet &amc13, FEDRawData &fed_data)
 
void produce (edm::Event &, const edm::EventSetup &) override
 
void readEvent (std::vector< uint32_t > &load32)
 

Private Attributes

int boardId_
 
int evType_
 
int fedId_
 
std::ifstream file_
 
std::string filename_
 
int fwVer_
 
int iAmc_
 
int slinkHeaderSize_
 
int slinkTrailerSize_
 

Additional Inherited Members

- Public Types inherited from edm::EDProducer
typedef EDProducer 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
 
- 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

Definition at line 49 of file AMCDumpToRaw.cc.

Constructor & Destructor Documentation

◆ AMCDumpToRaw()

AMCDumpToRaw::AMCDumpToRaw ( const edm::ParameterSet iConfig)
explicit

Definition at line 97 of file AMCDumpToRaw.cc.

98  : filename_(iConfig.getUntrackedParameter<std::string>("filename", "data.txt")),
99  fedId_(iConfig.getUntrackedParameter<int>("fedId", 1)),
100  iAmc_(iConfig.getUntrackedParameter<int>("iAmc", 1)),
101  boardId_(iConfig.getUntrackedParameter<int>("boardId", 1)),
102  evType_(iConfig.getUntrackedParameter<int>("eventType", 1)),
103  fwVer_(iConfig.getUntrackedParameter<int>("fwVersion", 1)),
104  slinkHeaderSize_(iConfig.getUntrackedParameter<int>("lenSlinkHeader", 8)),
105  slinkTrailerSize_(iConfig.getUntrackedParameter<int>("lenSlinkTrailer", 8)) {
106  produces<FEDRawDataCollection>();
107  }

◆ ~AMCDumpToRaw()

AMCDumpToRaw::~AMCDumpToRaw ( )
override

Definition at line 109 of file AMCDumpToRaw.cc.

109  {
110  // do anything here that needs to be done at desctruction time
111  // (e.g. close files, deallocate resources etc.)
112  }

Member Function Documentation

◆ beginJob()

void AMCDumpToRaw::beginJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDProducer.

Definition at line 200 of file AMCDumpToRaw.cc.

200  {
201  // open VME file
202  file_.open(filename_.c_str(), std::ios::in);
203  if (!file_.good()) {
204  edm::LogInfo("TextToDigi") << "Failed to open ASCII file " << filename_ << std::endl;
205  }
206  }

References file_, filename_, and recoMuon::in.

◆ endJob()

void AMCDumpToRaw::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDProducer.

Definition at line 209 of file AMCDumpToRaw.cc.

209 { file_.close(); }

References file_.

◆ fillDescriptions()

void AMCDumpToRaw::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 244 of file AMCDumpToRaw.cc.

244  {
245  //The following says we do not know what parameters are allowed so do no validation
246  // Please change this to state exactly what you do use, even if it is no parameters
248  desc.setUnknown();
249  descriptions.addDefault(desc);
250  }

References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().

◆ formatAMC()

void AMCDumpToRaw::formatAMC ( amc13::Packet amc13,
const std::vector< uint32_t > &  load32 
)
private

Definition at line 159 of file AMCDumpToRaw.cc.

159  {
160  // TODO this is an empty word to be replaced with a proper MP7
161  // header containing at least the firmware version
162 
163  std::vector<uint64_t> load64;
164  for (unsigned int i = 0; i < load32.size(); i += 2) {
165  uint64_t word = load32[i];
166  if (i + 1 < load32.size())
167  word |= static_cast<uint64_t>(load32[i + 1]) << 32;
168  load64.push_back(word);
169  }
170 
171  LogDebug("L1T") << "Creating AMC packet " << iAmc_;
172 
173  amc13.add(iAmc_, boardId_, 0, 0, 0, load64);
174  }

References boardId_, mps_fire::i, iAmc_, and LogDebug.

Referenced by produce().

◆ formatRaw()

void AMCDumpToRaw::formatRaw ( edm::Event iEvent,
amc13::Packet amc13,
FEDRawData fed_data 
)
private

Definition at line 176 of file AMCDumpToRaw.cc.

176  {
177  unsigned int size = slinkHeaderSize_ + slinkTrailerSize_ + amc13.size() * 8;
178  fed_data.resize(size);
179  unsigned char* payload = fed_data.data();
180  unsigned char* payload_start = payload;
181 
182  auto bxId = iEvent.bunchCrossing();
183  auto evtId = iEvent.id().event();
184 
185  LogDebug("L1T") << "Creating FEDRawData ID " << fedId_ << ", size " << size;
186 
188  header.set(payload, evType_, evtId, bxId, fedId_);
189 
191 
193  payload += amc13.size() * 8;
194 
195  FEDTrailer trailer(payload);
196  trailer.set(payload, size / 8, evf::compute_crc(payload_start, size), 0, 0);
197  }

References evf::compute_crc(), FEDRawData::data(), evType_, fedId_, RecoTauValidation_cfi::header, iEvent, LogDebug, jets_cff::payload, FEDRawData::resize(), FEDTrailer::set(), findQualityFiles::size, slinkHeaderSize_, and slinkTrailerSize_.

Referenced by produce().

◆ produce()

void AMCDumpToRaw::produce ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Implements edm::EDProducer.

Definition at line 119 of file AMCDumpToRaw.cc.

119  {
120  using namespace edm;
121 
122  // create AMC 13 packet
124 
125  std::vector<uint32_t> load32;
126 
127  readEvent(load32);
128 
129  formatAMC(amc13, load32);
130 
131  LogDebug("L1T") << "AMC13 size " << amc13.size();
132 
133  // prepare the raw data collection
134  std::unique_ptr<FEDRawDataCollection> raw_coll(new FEDRawDataCollection());
135  FEDRawData& fed_data = raw_coll->FEDData(fedId_);
136 
137  formatRaw(iEvent, amc13, fed_data);
138 
139  LogDebug("L1T") << "Packing FED ID " << fedId_ << " size " << fed_data.size();
140 
141  // put the collection in the event
142  iEvent.put(std::move(raw_coll));
143  }

References fedId_, EcalFEDMonitor_cfi::FEDRawDataCollection, formatAMC(), formatRaw(), iEvent, LogDebug, eostools::move(), readEvent(), and FEDRawData::size().

◆ readEvent()

void AMCDumpToRaw::readEvent ( std::vector< uint32_t > &  load32)
private

Definition at line 145 of file AMCDumpToRaw.cc.

145  {
146  // read file
148 
149  // while not encountering dumb errors
150  while (getline(file_, line) && !line.empty()) {
151  std::istringstream iss(line);
152  unsigned long d;
153  iss >> std::hex >> d;
154 
155  load32.push_back(d);
156  }
157  }

References ztail::d, file_, mps_splice::line, and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by produce().

Member Data Documentation

◆ boardId_

int l1t::AMCDumpToRaw::boardId_
private

Definition at line 79 of file AMCDumpToRaw.cc.

Referenced by formatAMC().

◆ evType_

int l1t::AMCDumpToRaw::evType_
private

Definition at line 80 of file AMCDumpToRaw.cc.

Referenced by formatRaw().

◆ fedId_

int l1t::AMCDumpToRaw::fedId_
private

Definition at line 77 of file AMCDumpToRaw.cc.

Referenced by formatRaw(), and produce().

◆ file_

std::ifstream l1t::AMCDumpToRaw::file_
private

Definition at line 73 of file AMCDumpToRaw.cc.

Referenced by beginJob(), endJob(), and readEvent().

◆ filename_

std::string l1t::AMCDumpToRaw::filename_
private

Definition at line 74 of file AMCDumpToRaw.cc.

Referenced by beginJob().

◆ fwVer_

int l1t::AMCDumpToRaw::fwVer_
private

Definition at line 81 of file AMCDumpToRaw.cc.

◆ iAmc_

int l1t::AMCDumpToRaw::iAmc_
private

Definition at line 78 of file AMCDumpToRaw.cc.

Referenced by formatAMC().

◆ slinkHeaderSize_

int l1t::AMCDumpToRaw::slinkHeaderSize_
private

Definition at line 82 of file AMCDumpToRaw.cc.

Referenced by formatRaw().

◆ slinkTrailerSize_

int l1t::AMCDumpToRaw::slinkTrailerSize_
private

Definition at line 83 of file AMCDumpToRaw.cc.

Referenced by formatRaw().

mps_fire.i
i
Definition: mps_fire.py:355
l1t::AMCDumpToRaw::iAmc_
int iAmc_
Definition: AMCDumpToRaw.cc:78
edm
HLT enums.
Definition: AlignableModifier.h:19
edm::LogInfo
Definition: MessageLogger.h:254
edm::ParameterSetDescription
Definition: ParameterSetDescription.h:52
amc13
Definition: AMC13Spec.h:14
edm::ParameterSet::getUntrackedParameter
T getUntrackedParameter(std::string const &, T const &) const
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
word
uint64_t word
Definition: CTPPSTotemDataFormatter.cc:29
l1t::AMCDumpToRaw::formatRaw
void formatRaw(edm::Event &iEvent, amc13::Packet &amc13, FEDRawData &fed_data)
Definition: AMCDumpToRaw.cc:176
amc13::Packet
Definition: AMC13Spec.h:69
EcalFEDMonitor_cfi.FEDRawDataCollection
FEDRawDataCollection
Definition: EcalFEDMonitor_cfi.py:6
jets_cff.payload
payload
Definition: jets_cff.py:34
evf::compute_crc
unsigned short compute_crc(unsigned char *buffer, unsigned int bufSize)
Definition: CRC16.h:46
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
LogDebug
#define LogDebug(id)
Definition: MessageLogger.h:670
FEDTrailer
Definition: FEDTrailer.h:14
l1t::AMCDumpToRaw::slinkHeaderSize_
int slinkHeaderSize_
Definition: AMCDumpToRaw.cc:82
l1t::AMCDumpToRaw::readEvent
void readEvent(std::vector< uint32_t > &load32)
Definition: AMCDumpToRaw.cc:145
recoMuon::in
Definition: RecoMuonEnumerators.h:6
iEvent
int iEvent
Definition: GenABIO.cc:224
edm::ParameterSetDescription::setUnknown
void setUnknown()
Definition: ParameterSetDescription.cc:39
FEDRawData::size
size_t size() const
Lenght of the data buffer in bytes.
Definition: FEDRawData.h:45
l1t::AMCDumpToRaw::file_
std::ifstream file_
Definition: AMCDumpToRaw.cc:73
eostools.move
def move(src, dest)
Definition: eostools.py:511
l1t::AMCDumpToRaw::formatAMC
void formatAMC(amc13::Packet &amc13, const std::vector< uint32_t > &load32)
Definition: AMCDumpToRaw.cc:159
l1t::AMCDumpToRaw::fwVer_
int fwVer_
Definition: AMCDumpToRaw.cc:81
FEDRawData::resize
void resize(size_t newsize)
Definition: FEDRawData.cc:28
l1t::AMCDumpToRaw::boardId_
int boardId_
Definition: AMCDumpToRaw.cc:79
l1t::AMCDumpToRaw::filename_
std::string filename_
Definition: AMCDumpToRaw.cc:74
l1t::AMCDumpToRaw::fedId_
int fedId_
Definition: AMCDumpToRaw.cc:77
RecoTauValidation_cfi.header
header
Definition: RecoTauValidation_cfi.py:292
cond::uint64_t
unsigned long long uint64_t
Definition: Time.h:13
ztail.d
d
Definition: ztail.py:151
l1t::AMCDumpToRaw::evType_
int evType_
Definition: AMCDumpToRaw.cc:80
FEDHeader
Definition: FEDHeader.h:14
mps_splice.line
line
Definition: mps_splice.py:76
edm::ConfigurationDescriptions::addDefault
void addDefault(ParameterSetDescription const &psetDescription)
Definition: ConfigurationDescriptions.cc:99
l1t::AMCDumpToRaw::slinkTrailerSize_
int slinkTrailerSize_
Definition: AMCDumpToRaw.cc:83
findQualityFiles.size
size
Write out results.
Definition: findQualityFiles.py:443