19 m_quiet( pset.getUntrackedParameter<
bool>("quiet",true)),
20 m_onlyRemapped( pset.getUntrackedParameter<
bool>("onlyRemapped",
false))
27 unpackSetup(pset.getUntrackedParameter<std::vector<std::string> >(
"streams",std::vector<std::string>()));
28 produces<FEDRawDataCollection>();
32 for (std::vector<std::string>::const_iterator
i=params.begin();
i!=params.end();
i++) {
33 unsigned long pos=
i->find(
':');
36 if (pos!=std::string::npos)
37 remapTo=atoi(
i->c_str()+pos+1);
41 edm::LogInfo(
"HCAL") << streamName <<
" --> " << remapTo << endl;
43 edm::LogInfo(
"HCAL") << streamName <<
" using fedid in file" << endl;
63 m_file=TFile::Open(filename.c_str());
65 edm::LogError(
"HCAL") <<
"Unable to open " << filename << endl;
75 edm::LogError(
"HCAL") <<
"Unable to find CMSRAW tree" << endl;
80 edm::LogInfo(
"HCAL") <<
"Opening '" << filename <<
"' with " <<
m_tree->GetEntries() <<
" events.\n";
83 TObjArray* lb=
m_tree->GetListOfBranches();
85 for (
int i=0;
i<lb->GetSize();
i++) {
86 TBranch*
b=(TBranch*)lb->At(
i);
88 if (!strcmp(b->GetClassName(),
"CDFEventInfo")) {
92 if (strcmp(b->GetClassName(),
"CDFChunk"))
continue;
97 edm::LogInfo(
"HCAL") <<
"Also reading branch " << b->GetName();
143 time = present_time + time_between_events;
163 unsigned int* header=(
unsigned int*)fed.
data();
164 header[0]=(header[0]&0xFFF000FFu)|(
id<<8);
168 edm::LogInfo(
"HCAL") <<
"Reading " << len <<
" bytes for FED " <<
id << std::endl;
virtual bool setRunAndEventInfo(edm::EventID &id, edm::TimeValue_t &time, edm::EventAuxiliary::ExperimentType &)
std::vector< std::string > const & fileNames() const
void openFile(const std::string &filename)
void resize(size_t newsize)
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
unsigned int timeBetweenEvents() const
Global information about an event such as event number and run number.
virtual void produce(edm::Event &e)
unsigned long long TimeValue_t
UInt_t getRunNumber() const
get the run number
CDFChunk * m_chunks[CHUNK_COUNT]
int m_chunkIds[CHUNK_COUNT]
void unpackSetup(const std::vector< std::string > ¶ms)
TimeValue_t presentTime() const
char data[epos_bytes_allocation]
const unsigned char * data() const
Return a const pointer to the beginning of the data buffer.
LuminosityBlockNumber_t luminosityBlock() const
CDFEventInfo * m_eventInfo
Int_t getDataLength() const
volatile std::atomic< bool > shutdown_flag false
std::map< std::string, int > m_sourceIdRemap
ULong64_t getEventNumber() const
get the event number
tuple size
Write out results.