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
 
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)
 

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 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
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

Definition at line 49 of file AMC13DumpToRaw.cc.

Constructor & Destructor Documentation

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  }
T getUntrackedParameter(std::string const &, T const &) const
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

void AMC13DumpToRaw::beginJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDProducer.

Definition at line 219 of file AMC13DumpToRaw.cc.

References file_, filename_, and recoMuon::in.

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  }
std::ifstream file_
void AMC13DumpToRaw::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDProducer.

Definition at line 228 of file AMC13DumpToRaw.cc.

References file_.

228 { file_.close(); }
std::ifstream file_
void AMC13DumpToRaw::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 263 of file AMC13DumpToRaw.cc.

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

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  }
void addDefault(ParameterSetDescription const &psetDescription)
void AMC13DumpToRaw::produce ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivate

Definition at line 119 of file AMC13DumpToRaw.cc.

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

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

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  }
#define LogDebug(id)
size
Write out results.
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Definition: Event.h:131
size_t size() const
Lenght of the data buffer in bytes.
Definition: FEDRawData.h:45
void resize(size_t newsize)
Definition: FEDRawData.cc:28
HLT enums.
void readEvent(std::vector< uint32_t > &load32)
const unsigned char * data() const
Return a const pointer to the beginning of the data buffer.
Definition: FEDRawData.cc:24
def move(src, dest)
Definition: eostools.py:511
void AMC13DumpToRaw::readEvent ( std::vector< uint32_t > &  load32)
private

Definition at line 156 of file AMC13DumpToRaw.cc.

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

Referenced by produce().

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  }
d
Definition: ztail.py:151
std::ifstream file_

Member Data Documentation

int l1t::AMC13DumpToRaw::boardId_
private

Definition at line 79 of file AMC13DumpToRaw.cc.

int l1t::AMC13DumpToRaw::evType_
private

Definition at line 80 of file AMC13DumpToRaw.cc.

int l1t::AMC13DumpToRaw::fedId_
private

Definition at line 77 of file AMC13DumpToRaw.cc.

Referenced by produce().

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

Definition at line 73 of file AMC13DumpToRaw.cc.

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

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

Definition at line 74 of file AMC13DumpToRaw.cc.

Referenced by beginJob().

int l1t::AMC13DumpToRaw::fwVer_
private

Definition at line 81 of file AMC13DumpToRaw.cc.

int l1t::AMC13DumpToRaw::iAmc_
private

Definition at line 78 of file AMC13DumpToRaw.cc.

int l1t::AMC13DumpToRaw::slinkHeaderSize_
private

Definition at line 82 of file AMC13DumpToRaw.cc.

int l1t::AMC13DumpToRaw::slinkTrailerSize_
private

Definition at line 83 of file AMC13DumpToRaw.cc.