#include <LaserSorter.h>
Classes | |
struct | IndexRecord |
class | OutStreamRecord |
struct | stats_t |
Public Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | endJob () |
LaserSorter (const edm::ParameterSet &) | |
~LaserSorter () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Types | |
typedef boost::ptr_list < OutStreamRecord > | OutStreamList |
Private Member Functions | |
void | closeAllStreams () |
void | closeOldStreams (edm::LuminosityBlockNumber_t lumiBlock) |
OutStreamList::iterator | closeOutStream (OutStreamList::iterator streamRecord) |
OutStreamList::iterator | createOutStream (int fedId, edm::LuminosityBlockNumber_t lumiBlock) |
int | dcc2Lme (int dccNum, int dccSide) |
int | getDetailedTriggerType (const edm::Handle< FEDRawDataCollection > &rawdata, double *proba=0) |
std::vector< int > | getFullyReadoutDccs (const FEDRawDataCollection &data) const |
void | getOutputFedList (const edm::Event &event, const FEDRawDataCollection &data, std::vector< unsigned > &fedIds) const |
OutStreamRecord * | getStream (int fedId, edm::LuminosityBlockNumber_t lumiBlock) |
bool | isDccEventEmpty (const FEDRawData &data, size_t *dccLen=0, int *nTowerBlocks=0) const |
int | readFormatVersion (std::ifstream &in, const std::string &fileName) |
bool | readIndexTable (std::ifstream &in, std::string &inName, OutStreamRecord &outRcd, std::string *err) |
bool | renameAsBackup (const std::string &fileName, std::string &newFileName) |
void | restoreStreamsOfLumiBlock (int lumiBlock) |
void | streamFileName (int fedId, edm::LuminosityBlockNumber_t lumiBlock, std::string &tmpName, std::string &finalName) |
bool | writeEvent (OutStreamRecord &out, const edm::Event &event, int detailedTriggerType, const FEDRawDataCollection &data) |
bool | writeEventHeader (std::ofstream &out, const edm::Event &evt, int fedId, unsigned nFeds) |
bool | writeFedBlock (std::ofstream &out, const FEDRawData &data) |
void | writeFileHeader (std::ofstream &out) |
bool | writeIndexTable (std::ofstream &out, std::vector< IndexRecord > &indices) |
Static Private Member Functions | |
static std::string | toString (uint64_t t) |
Private Attributes | |
int | detailedTrigType_ |
bool | disableOutput_ |
bool | doOutputList_ |
std::vector< std::string > | fedSubDirs_ |
unsigned char | formatVersion_ |
int | iNoEcalDataMess_ |
int | iNoFullReadoutDccError_ |
std::ofstream | logFile_ |
edm::LuminosityBlockNumber_t | lumiBlock_ |
int | lumiBlockSpan_ |
int | maxFullReadoutDccError_ |
int | maxNoEcalDataMess_ |
std::string | outputDir_ |
std::ofstream | outputList_ |
std::string | outputListFile_ |
OutStreamList | outStreamList_ |
edm::RunNumber_t | runNumber_ |
struct LaserSorter::stats_t | stats_ |
std::ofstream | timeLog_ |
std::string | timeLogFile_ |
timeval | timer_ |
bool | timing_ |
int | verbosity_ |
Static Private Attributes | |
static const int | ecalDccFedIdMax_ = 654 |
static const int | ecalDccFedIdMin_ = 601 |
static const int | indexOffset32_ = 1 |
static const int | matacqFedId_ = 655 |
static const unsigned | maxEvents_ = 1<<20 |
static stats_t | stats_init = {0, 0, 0, 0, 0} |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
This module is used to classify events of laser sequence acquired in a global run. Sorting: Events are grouped by bunch of consecutive events from the same FED. A file of such a bunch of events is identified by the FED or ECAL sector and the luminosity block id of the first event.
Sorting strategy: It is assumes that:
File completion: while being feeding, .part is appended at the end of the each output file.Once a file is completed (see above), it is renamed without the enclosing .part suffix.
Definition at line 44 of file LaserSorter.h.
|
private |
Definition at line 117 of file LaserSorter.h.
LaserSorter::LaserSorter | ( | const edm::ParameterSet & | pset | ) |
Definition at line 85 of file LaserSorter.cc.
References gather_cfg::cout, doOutputList_, edm::hlt::Exception, fedSubDirs_, logFile_, now(), dbtoconf::out, outputDir_, outputList_, outputListFile_, timeLog_, timeLogFile_, timer_, and timing_.
LaserSorter::~LaserSorter | ( | ) |
Definition at line 166 of file LaserSorter.cc.
References logFile_, LaserSorter::stats_t::nInvalidDccStrict, LaserSorter::stats_t::nInvalidDccWeak, LaserSorter::stats_t::nRead, LaserSorter::stats_t::nRestoredDcc, LaserSorter::stats_t::nWritten, and stats_.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 178 of file LaserSorter.cc.
References closeAllStreams(), closeOldStreams(), create_public_lumi_plots::color, colorNames, gather_cfg::cout, ecaldqm::dccId(), detailedTrigNames, detailedTrigType_, disableOutput_, ecalDccFedIdMax_, ecalDccFedIdMin_, LaserSorter::OutStreamRecord::excludedOrbit(), LaserSorter::OutStreamRecord::finalFileName(), getDetailedTriggerType(), getFullyReadoutDccs(), getStream(), i, edm::EventBase::id(), iNoEcalDataMess_, iNoFullReadoutDccError_, logFile_, lumiBlock_, lumiBlockSpan_, edm::EventBase::luminosityBlock(), maxFullReadoutDccError_, csvLumiCalc::maxLumi, csvLumiCalc::minLumi, LaserSorter::stats_t::nInvalidDccStrict, LaserSorter::stats_t::nInvalidDccWeak, now(), LaserSorter::stats_t::nRead, LaserSorter::stats_t::nRestoredDcc, LaserSorter::stats_t::nWritten, edm::EventBase::orbitNumber(), dbtoconf::out, lumiPlot::rawdata, restoreStreamsOfLumiBlock(), edm::EventID::run(), runNumber_, LaserSorter::OutStreamRecord::startingLumiBlock(), stats_, lumiQTWidget::t, timeLog_, timer_, timing_, verbosity_, and writeEvent().
|
virtual |
|
private |
Closes all opened output streams.
Definition at line 409 of file LaserSorter.cc.
References closeOutStream(), and outStreamList_.
Referenced by analyze(), and endJob().
|
private |
Closes output stream 2 lumi block older than the input 'lumiBlock' ID.
lumiBlock | ID of the reference luminosity block. |
Definition at line 416 of file LaserSorter.cc.
References closeOutStream(), gather_cfg::cout, lumiBlockSpan_, now(), outStreamList_, and verbosity_.
Referenced by analyze().
|
private |
Closes an output stream and removed it from opened stream records. Beware: this methode modifies outStreamList_.
streamRecord | record of the output stream to close. |
Definition at line 803 of file LaserSorter.cc.
References gather_cfg::cout, doOutputList_, f, analyzePatCOC_cfg::inputFile, now(), dbtoconf::out, outputList_, outStreamList_, lumiQTWidget::t, cond::rpcobgas::time, verbosity_, and writeIndexTable().
Referenced by closeAllStreams(), and closeOldStreams().
|
private |
Creates an output stream. It must be ensured before calling this method that the output stream is not already opened (See outStreamList_).
fedId | FED ID of the event to stream out. |
lumiBlock | starting lumi block of the event group to write to the stream. |
Definition at line 559 of file LaserSorter.cc.
References trackerHits::c, gather_cfg::cout, end, edm::hlt::Exception, formatVersion_, recoMuon::in, min, now(), dbtoconf::out, outStreamList_, readFormatVersion(), readIndexTable(), renameAsBackup(), streamFileName(), estimatePileup_makeJSON::trunc, verbosity_, and writeFileHeader().
Referenced by getStream().
|
private |
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 851 of file LaserSorter.cc.
References closeAllStreams().
|
private |
Retrieve detailed trigger type (trigger type, DCC, side) from raw event
rawdata | FED data collection |
proba | if not null used to store the maximum of occurence frequency of the detailed trigger types (DTT) appearing in each DCC block. In normal condition every DCC indicated the same DTT and this value is 1. |
Definition at line 368 of file LaserSorter.cc.
References Majority< T >::add(), gather_cfg::cout, FEDRawData::data(), data, ecalDccFedIdMax_, ecalDccFedIdMin_, errorMatrix2Lands_multiChannel::id, iNoEcalDataMess_, FEDNumbering::inRange(), maxNoEcalDataMess_, now(), AlCaHLTBitMon_ParallelJobs::p, Majority< T >::result(), FEDRawData::size(), and verbosity_.
Referenced by analyze().
|
private |
Retrieves DCCs which were fully read out (>=68 readout channels).
data | DCC data collection |
Definition at line 932 of file LaserSorter.cc.
References ecalDccFedIdMax_, ecalDccFedIdMin_, FEDRawDataCollection::FEDData(), isDccEventEmpty(), and query::result.
Referenced by analyze().
|
private |
Computes the list of FEDs which data must be written out.
data | CMS raw event |
fedIds | [out] list of FEDs to keep |
Definition at line 903 of file LaserSorter.cc.
References ecalDccFedIdMax_, ecalDccFedIdMin_, FEDRawDataCollection::FEDData(), errorMatrix2Lands_multiChannel::id, isDccEventEmpty(), matacqFedId_, and FEDRawData::size().
Referenced by writeEvent().
|
private |
Gets and eventually creates the output stream for writing the events of a given FED and luminosity block.
fedId | ID of the FED the event is issued from |
lumiBlock | luminositu block of the event |
Definition at line 441 of file LaserSorter.cc.
References abs, gather_cfg::cout, createOutStream(), ecalDccFedIdMax_, lumiBlockSpan_, now(), outStreamList_, and verbosity_.
Referenced by analyze(), and restoreStreamsOfLumiBlock().
|
private |
Checks if an ECAL DCC event is empty. It is considered as empty if it does not contains FE data ("tower" block). So an event containing SRP or TCC data can be tagged as empty by this method. , if not null filled with the event length read from the DCC header. if not null, filled with number of tower blocks
Definition at line 860 of file LaserSorter.cc.
References FEDRawData::data(), dtTPAnalyzer_cfg::dataType, and FEDRawData::size().
Referenced by getFullyReadoutDccs(), and getOutputFedList().
|
private |
Gets format version of an LMF file. Position of file is preserved.
in | stream to read the file |
fileName | name of the file. Used in error message. |
Definition at line 1058 of file LaserSorter.cc.
References data, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by createOutStream().
|
private |
Read index table of an LMF file.
in | LMF file whose index table must be read. |
inName | name of the in file |
outRcd | record of the output file. whose the index table must be copied to. |
err | if not nul, in case of failure filled with the error message. |
Definition at line 984 of file LaserSorter.cc.
References gather_cfg::cout, LaserSorter::OutStreamRecord::excludedOrbit(), i, recoMuon::in, LaserSorter::OutStreamRecord::indices(), maxEvents_, launcher::nevts, now(), alignCSCRings::s, and verbosity_.
Referenced by createOutStream().
|
private |
|
private |
Opens output streams associated to a lumi block according to already existing files. To be used when previously processed luminosity block is not
lumiBlock | ID of the luminosity block whose output streams must be reopened. |
Definition at line 1106 of file LaserSorter.cc.
References ecalDccFedIdMax_, ecalDccFedIdMin_, convertXMLtoSQLite_cfg::fileName, getStream(), alignCSCRings::s, and streamFileName().
Referenced by analyze().
|
private |
Builds the file names for the group of event corresponding to a FED and a starting lumi block.
fedId | FED ID of the event set | |
lumiBlock | starting luminoisty block of the event set | |
[out] | tmpName | name of the file to use when filling it. |
[out] | finalName | name of the file once completed. |
Definition at line 749 of file LaserSorter.cc.
References gather_cfg::cout, dir, ecalDccFedIdMax_, ecalDccFedIdMin_, edm::hlt::Exception, fedSubDirs_, convertXMLtoSQLite_cfg::fileName, now(), outputDir_, runNumber_, and verbosity_.
Referenced by createOutStream(), and restoreStreamsOfLumiBlock().
|
staticprivate |
Help function to format a date
Definition at line 1091 of file LaserSorter.cc.
Referenced by writeEventHeader().
|
private |
Writes a monitoring events to an output stream.
out | stream to write the event out |
event | EDM event, used to retrieve meta information like timestamp and ID. |
ID | of the unique FED block of the event |
data | DCC data |
Definition at line 471 of file LaserSorter.cc.
References FEDRawDataCollection::FEDData(), getOutputFedList(), errorMatrix2Lands::indices, LaserSorter::OutStreamRecord::indices(), LaserSorter::OutStreamRecord::out(), dbtoconf::out, edm::Event::size(), writeEventHeader(), and writeFedBlock().
Referenced by analyze().
|
private |
Write event header with event identification and timestamp.
out | output stream to write to |
evt | event |
Definition at line 712 of file LaserSorter.cc.
References edm::EventBase::bunchCrossing(), colorNames, gather_cfg::cout, data, detailedTrigNames, edm::EventID::event(), edm::EventBase::id(), edm::EventBase::luminosityBlock(), now(), edm::EventBase::orbitNumber(), edm::Event::run(), edm::EventBase::time(), toString(), edm::Timestamp::value(), and verbosity_.
Referenced by writeEvent().
|
private |
Writes out data of a FED
out | stream to write the event out |
data | FED data |
Definition at line 501 of file LaserSorter.cc.
References gather_cfg::cout, FEDRawData::data(), edm::hlt::Exception, now(), FEDRawData::size(), and verbosity_.
Referenced by writeEvent().
|
private |
Writing file header for an LMF binary file
out | stream of the output file |
Definition at line 695 of file LaserSorter.cc.
References edm::hlt::Exception, formatVersion_, and zero.
Referenced by createOutStream().
|
private |
Writes index table in LMF output file. stream must be positionned to the place for the index table (end of file).
out | stream of output file. |
indices | index table |
Definition at line 944 of file LaserSorter.cc.
References data, end, i, indexOffset32_, launcher::nevts, and python.multivaluedict::sort().
Referenced by closeOutStream().
|
private |
Trigger type of calibration event. -1 if unkown.
Definition at line 313 of file LaserSorter.h.
Referenced by analyze().
|
private |
Switch to disable writing output file (for test purpose).
Definition at line 346 of file LaserSorter.h.
Referenced by analyze().
|
private |
Switch for logging paths of the output files
Definition at line 370 of file LaserSorter.h.
Referenced by closeOutStream(), and LaserSorter().
|
staticprivate |
Lower bound of ECAL DCC FED ID
Definition at line 309 of file LaserSorter.h.
Referenced by analyze(), getDetailedTriggerType(), getFullyReadoutDccs(), getOutputFedList(), getStream(), restoreStreamsOfLumiBlock(), and streamFileName().
|
staticprivate |
Lower bound of ECAL DCC FED ID
Definition at line 305 of file LaserSorter.h.
Referenced by analyze(), getDetailedTriggerType(), getFullyReadoutDccs(), getOutputFedList(), restoreStreamsOfLumiBlock(), and streamFileName().
|
private |
Subdirectories for output file of each FED
Definition at line 338 of file LaserSorter.h.
Referenced by LaserSorter(), and streamFileName().
|
private |
Data format version of lmf output file
Definition at line 330 of file LaserSorter.h.
Referenced by createOutStream(), and writeFileHeader().
|
staticprivate |
Definition at line 436 of file LaserSorter.h.
Referenced by writeIndexTable().
|
private |
number of "ECAL DCC data" message in a run
Definition at line 411 of file LaserSorter.h.
Referenced by analyze(), and getDetailedTriggerType().
|
private |
Number of "No fully readout DCC error"
Definition at line 401 of file LaserSorter.h.
Referenced by analyze().
|
private |
File for logging
Definition at line 317 of file LaserSorter.h.
Referenced by analyze(), LaserSorter(), and ~LaserSorter().
|
private |
Luminosity block of event under processing
Definition at line 321 of file LaserSorter.h.
Referenced by analyze().
|
private |
Tolerance on lumi block spanning of a FED sequence. Subsequent events of a same FED must span at most on 2*lumiBlockSpan_+1 luminosity blocks.
Definition at line 428 of file LaserSorter.h.
Referenced by analyze(), closeOldStreams(), and getStream().
|
staticprivate |
FED ID associated to Matacq data
Definition at line 432 of file LaserSorter.h.
Referenced by getOutputFedList().
|
staticprivate |
Limit of number of events to prevent exhausting memory with indexTable_ in case of file corruption.
Definition at line 441 of file LaserSorter.h.
Referenced by readIndexTable().
|
private |
Maximum number of "No fully readout DCC error" message in a run
Definition at line 406 of file LaserSorter.h.
Referenced by analyze().
|
private |
Maximum number of "ECAL DCC data" message in a run
Definition at line 415 of file LaserSorter.h.
Referenced by getDetailedTriggerType().
|
private |
Top directory for output files
Definition at line 334 of file LaserSorter.h.
Referenced by LaserSorter(), valtools.webpage::readCaptions(), and streamFileName().
|
private |
stream where list of output file is listed to
Definition at line 378 of file LaserSorter.h.
Referenced by closeOutStream(), and LaserSorter().
|
private |
name of file where list of output file is listed to
Definition at line 366 of file LaserSorter.h.
Referenced by LaserSorter().
|
private |
List of output stream to write sorted data
Definition at line 326 of file LaserSorter.h.
Referenced by closeAllStreams(), closeOldStreams(), closeOutStream(), createOutStream(), and getStream().
|
private |
Run number of event under process
Definition at line 350 of file LaserSorter.h.
Referenced by analyze(), and streamFileName().
|
private |
Referenced by analyze(), and ~LaserSorter().
|
staticprivate |
Definition at line 459 of file LaserSorter.h.
|
private |
Output stream to log code timing
Definition at line 358 of file LaserSorter.h.
Referenced by analyze(), and LaserSorter().
|
private |
Name of the file to log the processing time
Definition at line 342 of file LaserSorter.h.
Referenced by LaserSorter().
|
private |
Buffer for timing
Definition at line 354 of file LaserSorter.h.
Referenced by analyze(), and LaserSorter().
|
private |
Switch for code timing.
Definition at line 362 of file LaserSorter.h.
Referenced by analyze(), and LaserSorter().
|
private |
Debugging message verbosity level
Definition at line 374 of file LaserSorter.h.
Referenced by analyze(), closeOldStreams(), closeOutStream(), createOutStream(), getDetailedTriggerType(), getStream(), readIndexTable(), streamFileName(), writeEventHeader(), and writeFedBlock().