CMS 3D CMS Logo

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

Public Member Functions

 AMC13DumpToRaw (const edm::ParameterSet &)
 
 ~AMC13DumpToRaw () 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
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (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::array< std::vector< ModuleDescription const * > *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, 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
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
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 wantsInputProcessBlocks ()
 
static bool wantsProcessBlocks ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 

Private Member Functions

void beginJob () override
 
void endJob () override
 
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 = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
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 AMC13DumpToRaw.cc.

Constructor & Destructor Documentation

◆ AMC13DumpToRaw()

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

Definition at line 97 of file AMC13DumpToRaw.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  }

◆ ~AMC13DumpToRaw()

AMC13DumpToRaw::~AMC13DumpToRaw ( )
override

Definition at line 109 of file AMC13DumpToRaw.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 AMC13DumpToRaw::beginJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDProducer.

Definition at line 219 of file AMC13DumpToRaw.cc.

219  {
220  // open VME file
221  file_.open(filename_.c_str(), std::ios::in);
222  if (!file_.good()) {
223  edm::LogInfo("TextToDigi") << "Failed to open ASCII file " << filename_ << std::endl;
224  }
225  }

References file_, filename_, and recoMuon::in.

◆ endJob()

void AMC13DumpToRaw::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDProducer.

Definition at line 228 of file AMC13DumpToRaw.cc.

228 { file_.close(); }

References file_.

◆ fillDescriptions()

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

Definition at line 263 of file AMC13DumpToRaw.cc.

263  {
264  //The following says we do not know what parameters are allowed so do no validation
265  // Please change this to state exactly what you do use, even if it is no parameters
267  desc.setUnknown();
268  descriptions.addDefault(desc);
269  }

References edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.

◆ produce()

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

Implements edm::EDProducer.

Definition at line 119 of file AMC13DumpToRaw.cc.

119  {
120  using namespace edm;
121 
122  // create AMC 13 packet
123  // amc13::Packet amc13;
124 
125  std::vector<uint32_t> load32;
126 
127  readEvent(load32);
128 
129  // formatAMC(amc13, load32);
130 
131  int size = load32.size() * 4;
132 
133  LogDebug("L1T") << "AMC13 size " << size << " bytes";
134 
135  // prepare the raw data collection
136  std::unique_ptr<FEDRawDataCollection> raw_coll(new FEDRawDataCollection());
137  FEDRawData& fed_data = raw_coll->FEDData(fedId_);
138 
139  fed_data.resize(size);
140 
141  // fill FEDRawData object
142  for (unsigned i = 0; i < load32.size(); ++i) {
143  for (unsigned j = 0; j < 4; ++j) {
144  fed_data.data()[i * 4 + j] = (load32.at(i) >> (8 * j)) & 0xff;
145  }
146  }
147 
148  // formatRaw(iEvent, amc13, fed_data);
149 
150  LogDebug("L1T") << "Packing FED ID " << fedId_ << " size " << fed_data.size();
151 
152  // put the collection in the event
153  iEvent.put(std::move(raw_coll));
154  }

References FEDRawData::data(), fedId_, EcalFEDMonitor_cfi::FEDRawDataCollection, mps_fire::i, iEvent, dqmiolumiharvest::j, LogDebug, eostools::move(), readEvent(), FEDRawData::resize(), FEDRawData::size(), and findQualityFiles::size.

◆ readEvent()

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

Definition at line 156 of file AMC13DumpToRaw.cc.

156  {
157  // read file
159 
160  // while not encountering dumb errors
161  while (getline(file_, line) && !line.empty()) {
162  std::istringstream iss(line);
163  unsigned long d;
164  iss >> std::hex >> d;
165 
166  load32.push_back(d);
167  }
168  }

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

Referenced by produce().

Member Data Documentation

◆ boardId_

int l1t::AMC13DumpToRaw::boardId_
private

Definition at line 79 of file AMC13DumpToRaw.cc.

◆ evType_

int l1t::AMC13DumpToRaw::evType_
private

Definition at line 80 of file AMC13DumpToRaw.cc.

◆ fedId_

int l1t::AMC13DumpToRaw::fedId_
private

Definition at line 77 of file AMC13DumpToRaw.cc.

Referenced by produce().

◆ file_

std::ifstream l1t::AMC13DumpToRaw::file_
private

Definition at line 73 of file AMC13DumpToRaw.cc.

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

◆ filename_

std::string l1t::AMC13DumpToRaw::filename_
private

Definition at line 74 of file AMC13DumpToRaw.cc.

Referenced by beginJob().

◆ fwVer_

int l1t::AMC13DumpToRaw::fwVer_
private

Definition at line 81 of file AMC13DumpToRaw.cc.

◆ iAmc_

int l1t::AMC13DumpToRaw::iAmc_
private

Definition at line 78 of file AMC13DumpToRaw.cc.

◆ slinkHeaderSize_

int l1t::AMC13DumpToRaw::slinkHeaderSize_
private

Definition at line 82 of file AMC13DumpToRaw.cc.

◆ slinkTrailerSize_

int l1t::AMC13DumpToRaw::slinkTrailerSize_
private

Definition at line 83 of file AMC13DumpToRaw.cc.

mps_fire.i
i
Definition: mps_fire.py:428
l1t::AMC13DumpToRaw::slinkTrailerSize_
int slinkTrailerSize_
Definition: AMC13DumpToRaw.cc:83
edm
HLT enums.
Definition: AlignableModifier.h:19
edm::ParameterSetDescription
Definition: ParameterSetDescription.h:52
edm::ParameterSet::getUntrackedParameter
T getUntrackedParameter(std::string const &, T const &) const
edm::LogInfo
Log< level::Info, false > LogInfo
Definition: MessageLogger.h:125
l1t::AMC13DumpToRaw::file_
std::ifstream file_
Definition: AMC13DumpToRaw.cc:73
l1t::AMC13DumpToRaw::boardId_
int boardId_
Definition: AMC13DumpToRaw.cc:79
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
EcalFEDMonitor_cfi.FEDRawDataCollection
FEDRawDataCollection
Definition: EcalFEDMonitor_cfi.py:6
l1t::AMC13DumpToRaw::iAmc_
int iAmc_
Definition: AMC13DumpToRaw.cc:78
LogDebug
#define LogDebug(id)
Definition: MessageLogger.h:233
l1t::AMC13DumpToRaw::readEvent
void readEvent(std::vector< uint32_t > &load32)
Definition: AMC13DumpToRaw.cc:156
recoMuon::in
Definition: RecoMuonEnumerators.h:6
iEvent
int iEvent
Definition: GenABIO.cc:224
l1t::AMC13DumpToRaw::fedId_
int fedId_
Definition: AMC13DumpToRaw.cc:77
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
FEDRawData::size
size_t size() const
Lenght of the data buffer in bytes.
Definition: FEDRawData.h:45
l1t::AMC13DumpToRaw::filename_
std::string filename_
Definition: AMC13DumpToRaw.cc:74
submitPVResolutionJobs.desc
string desc
Definition: submitPVResolutionJobs.py:251
eostools.move
def move(src, dest)
Definition: eostools.py:511
l1t::AMC13DumpToRaw::slinkHeaderSize_
int slinkHeaderSize_
Definition: AMC13DumpToRaw.cc:82
FEDRawData::resize
void resize(size_t newsize)
Definition: FEDRawData.cc:28
ztail.d
d
Definition: ztail.py:151
dqmiolumiharvest.j
j
Definition: dqmiolumiharvest.py:66
l1t::AMC13DumpToRaw::fwVer_
int fwVer_
Definition: AMC13DumpToRaw.cc:81
mps_splice.line
line
Definition: mps_splice.py:76
edm::ConfigurationDescriptions::addDefault
void addDefault(ParameterSetDescription const &psetDescription)
Definition: ConfigurationDescriptions.cc:99
l1t::AMC13DumpToRaw::evType_
int evType_
Definition: AMC13DumpToRaw.cc:80
findQualityFiles.size
size
Write out results.
Definition: findQualityFiles.py:443