#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 | beginRun (edm::Run const &, edm::EventSetup const &) |
virtual void | endJob () |
LaserSorter (const edm::ParameterSet &) | |
~LaserSorter () | |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
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 |
int | getOrbitFromDcc (const edm::Handle< FEDRawDataCollection > &rawdata) 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_ |
edm::InputTag | fedRawDataCollectionTag_ |
edm::EDGetTokenT < FEDRawDataCollection > | fedRawDataCollectionToken_ |
std::vector< std::string > | fedSubDirs_ |
unsigned char | formatVersion_ |
int | iNoEcalDataMess_ |
int | iNoFullReadoutDccError_ |
std::ofstream | logFile_ |
edm::LuminosityBlockNumber_t | lumiBlock_ |
edm::LuminosityBlockNumber_t | lumiBlockPrev_ |
int | lumiBlockSpan_ |
int | maxFullReadoutDccError_ |
int | maxNoEcalDataMess_ |
int | orbit_ |
int | orbitCountInALumiBlock_ |
struct timeval | orbitZeroTime_ |
std::string | outputDir_ |
std::ofstream | outputList_ |
std::string | outputListFile_ |
OutStreamList | outStreamList_ |
bool | overWriteLumiBlockId_ |
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 const stats_t | stats_init = {0, 0, 0, 0, 0} |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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::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 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) |
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 80 of file LaserSorter.cc.
LaserSorter::~LaserSorter | ( | ) |
Definition at line 169 of file LaserSorter.cc.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 181 of file LaserSorter.cc.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 951 of file LaserSorter.cc.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 1217 of file LaserSorter.cc.
|
private |
Closes all opened output streams.
Definition at line 468 of file LaserSorter.cc.
|
private |
Closes output stream 2 lumi block older than the input 'lumiBlock' ID.
lumiBlock | ID of the reference luminosity block. |
Definition at line 475 of file LaserSorter.cc.
|
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 897 of file LaserSorter.cc.
|
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 640 of file LaserSorter.cc.
|
private |
Definition at line 374 of file LaserSorter.cc.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 945 of file LaserSorter.cc.
|
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 427 of file LaserSorter.cc.
|
private |
Retrieves DCCs which were fully read out (>=68 readout channels).
data | DCC data collection |
Definition at line 1025 of file LaserSorter.cc.
|
private |
Retrieves the orbit ID from DCC headers. The first header found is used. the raw data where to read the orbit id.
Definition at line 405 of file LaserSorter.cc.
|
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 997 of file LaserSorter.cc.
|
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 500 of file LaserSorter.cc.
|
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 954 of file LaserSorter.cc.
|
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 1151 of file LaserSorter.cc.
|
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 1077 of file LaserSorter.cc.
|
private |
Definition at line 618 of file LaserSorter.cc.
|
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 1199 of file LaserSorter.cc.
|
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 843 of file LaserSorter.cc.
|
staticprivate |
Help function to format a date
Definition at line 1184 of file LaserSorter.cc.
|
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 530 of file LaserSorter.cc.
|
private |
Write event header with event identification and timestamp.
out | output stream to write to |
evt | event |
Definition at line 793 of file LaserSorter.cc.
|
private |
Writes out data of a FED
out | stream to write the event out |
data | FED data |
Definition at line 581 of file LaserSorter.cc.
|
private |
Writing file header for an LMF binary file
out | stream of the output file |
Definition at line 776 of file LaserSorter.cc.
|
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 1037 of file LaserSorter.cc.
|
private |
Trigger type of calibration event. -1 if unkown.
Definition at line 320 of file LaserSorter.h.
|
private |
Switch to disable writing output file (for test purpose).
Definition at line 357 of file LaserSorter.h.
|
private |
Switch for logging paths of the output files
Definition at line 381 of file LaserSorter.h.
|
staticprivate |
Lower bound of ECAL DCC FED ID
Definition at line 316 of file LaserSorter.h.
|
staticprivate |
Lower bound of ECAL DCC FED ID
Definition at line 312 of file LaserSorter.h.
|
private |
Definition at line 441 of file LaserSorter.h.
|
private |
Definition at line 442 of file LaserSorter.h.
|
private |
Subdirectories for output file of each FED
Definition at line 349 of file LaserSorter.h.
|
private |
Data format version of lmf output file
Definition at line 341 of file LaserSorter.h.
|
staticprivate |
Definition at line 450 of file LaserSorter.h.
|
private |
number of "ECAL DCC data" message in a run
Definition at line 422 of file LaserSorter.h.
|
private |
Number of "No fully readout DCC error"
Definition at line 412 of file LaserSorter.h.
|
private |
File for logging
Definition at line 324 of file LaserSorter.h.
|
private |
Luminosity block of event under processing
Definition at line 328 of file LaserSorter.h.
|
private |
Luminosity block of previous processed event
Definition at line 332 of file LaserSorter.h.
|
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 439 of file LaserSorter.h.
|
staticprivate |
FED ID associated to Matacq data
Definition at line 446 of file LaserSorter.h.
|
staticprivate |
Limit of number of events to prevent exhausting memory with indexTable_ in case of file corruption.
Definition at line 455 of file LaserSorter.h.
|
private |
Maximum number of "No fully readout DCC error" message in a run
Definition at line 417 of file LaserSorter.h.
|
private |
Maximum number of "ECAL DCC data" message in a run
Definition at line 426 of file LaserSorter.h.
|
private |
Definition at line 486 of file LaserSorter.h.
|
private |
Length of a lumi block in number of orbits used when overWriteLumiBlockId is set to true; LB = orbit_id / orbitCountInALumiBlock_
Definition at line 484 of file LaserSorter.h.
|
private |
Time stamp offset to use to calculate calibration time from the orbit id. It is obtained from the matacq block (time originates from the PC hosting the laser supervisor). and used in case the event is missing timestamp, in principle for data acquired with the minidaq Calibration event time = orbitZeroTime_ + orbit_ * (89.1 microsec).
Definition at line 495 of file LaserSorter.h.
|
private |
Top directory for output files
Definition at line 345 of file LaserSorter.h.
|
private |
stream where list of output file is listed to
Definition at line 389 of file LaserSorter.h.
|
private |
name of file where list of output file is listed to
Definition at line 377 of file LaserSorter.h.
|
private |
List of output stream to write sorted data
Definition at line 337 of file LaserSorter.h.
|
private |
Switch to recompute and overwrite the lumi block ID
Definition at line 477 of file LaserSorter.h.
|
private |
Run number of event under process
Definition at line 361 of file LaserSorter.h.
|
private |
|
staticprivate |
Definition at line 473 of file LaserSorter.h.
|
private |
Output stream to log code timing
Definition at line 369 of file LaserSorter.h.
|
private |
Name of the file to log the processing time
Definition at line 353 of file LaserSorter.h.
|
private |
Buffer for timing
Definition at line 365 of file LaserSorter.h.
|
private |
Switch for code timing.
Definition at line 373 of file LaserSorter.h.
|
private |
Debugging message verbosity level
Definition at line 385 of file LaserSorter.h.