#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 (const std::string &iProcessName, std::vector< const char * > &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 |
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.
References gather_cfg::cout, doOutputList_, edm::hlt::Exception, fedRawDataCollectionTag_, fedRawDataCollectionToken_, fedSubDirs_, logFile_, now(), dbtoconf::out, outputDir_, outputList_, outputListFile_, timeLog_, timeLogFile_, timer_, and timing_.
LaserSorter::~LaserSorter | ( | ) |
Definition at line 169 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 181 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(), fedRawDataCollectionToken_, LaserSorter::OutStreamRecord::finalFileName(), getDetailedTriggerType(), getFullyReadoutDccs(), getOrbitFromDcc(), getStream(), i, edm::EventBase::id(), iNoEcalDataMess_, iNoFullReadoutDccError_, logFile_, lumiBlock_, lumiBlockPrev_, lumiBlockSpan_, 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, orbit_, orbitCountInALumiBlock_, dbtoconf::out, overWriteLumiBlockId_, lumiPlot::rawdata, restoreStreamsOfLumiBlock(), edm::EventID::run(), runNumber_, LaserSorter::OutStreamRecord::startingLumiBlock(), stats_, edmStreamStallGrapher::t, timeLog_, timer_, timing_, verbosity_, and writeEvent().
|
virtual |
|
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.
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 475 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 897 of file LaserSorter.cc.
References gather_cfg::cout, doOutputList_, f, analyzePatCleaning_cfg::inputFile, now(), outputList_, outStreamList_, AlCaHLTBitMon_QueryRunRegistry::string, edmStreamStallGrapher::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 640 of file LaserSorter.cc.
References EnergyCorrector::c, gather_cfg::cout, TauDecayModes::dec, end, edm::hlt::Exception, formatVersion_, recoMuon::in, min(), now(), dbtoconf::out, outStreamList_, readFormatVersion(), readIndexTable(), renameAsBackup(), streamFileName(), AlCaHLTBitMon_QueryRunRegistry::string, estimatePileup_makeJSON::trunc, verbosity_, and writeFileHeader().
Referenced by getStream().
|
private |
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 945 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 427 of file LaserSorter.cc.
References Majority< T >::add(), gather_cfg::cout, FEDRawData::data(), data, ecalDccFedIdMax_, ecalDccFedIdMin_, 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 1025 of file LaserSorter.cc.
References ecalDccFedIdMax_, ecalDccFedIdMin_, FEDRawDataCollection::FEDData(), isDccEventEmpty(), ecaldqm::nTowers, and query::result.
Referenced by analyze().
|
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.
References FEDRawData::data(), data, ecalDccFedIdMax_, ecalDccFedIdMin_, FEDNumbering::inRange(), and FEDRawData::size().
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 997 of file LaserSorter.cc.
References ecalDccFedIdMax_, ecalDccFedIdMin_, FEDRawDataCollection::FEDData(), 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 500 of file LaserSorter.cc.
References funct::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 954 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 1151 of file LaserSorter.cc.
References data, AlCaHLTBitMon_ParallelJobs::p, and AlCaHLTBitMon_QueryRunRegistry::string.
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 1077 of file LaserSorter.cc.
References gather_cfg::cout, LaserSorter::OutStreamRecord::excludedOrbit(), i, recoMuon::in, LaserSorter::OutStreamRecord::indices(), maxEvents_, jetmet_cfg::nevts, now(), alignCSCRings::s, and verbosity_.
Referenced by createOutStream().
|
private |
Definition at line 618 of file LaserSorter.cc.
References i, and MainPageGenerator::link.
Referenced by createOutStream().
|
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.
References ecalDccFedIdMax_, ecalDccFedIdMin_, HLT_25ns14e33_v1_cff::fedId, 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 843 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 1184 of file LaserSorter.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
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 530 of file LaserSorter.cc.
References gather_cfg::cout, FEDRawData::data(), dt, FEDRawDataCollection::FEDData(), getOutputFedList(), MatacqRawEvent::getTimeStamp(), LaserSorter::OutStreamRecord::indices(), matacqFedId_, now(), orbit_, orbitZeroTime_, LaserSorter::OutStreamRecord::out(), dbtoconf::out, FEDRawData::size(), edm::Event::size(), verbosity_, 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 793 of file LaserSorter.cc.
References edm::EventBase::bunchCrossing(), colorNames, gather_cfg::cout, TauDecayModes::dec, detailedTrigNames, dt, edm::EventID::event(), edm::EventBase::id(), edm::EventBase::luminosityBlock(), now(), orbit_, orbitZeroTime_, edm::Event::run(), edm::EventBase::time(), toString(), groupFilesInBlocks::tt, 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 581 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 776 of file LaserSorter.cc.
References edm::hlt::Exception, and formatVersion_.
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 1037 of file LaserSorter.cc.
References end, i, indexOffset32_, jetmet_cfg::nevts, and python.multivaluedict::sort().
Referenced by closeOutStream().
|
private |
Trigger type of calibration event. -1 if unkown.
Definition at line 320 of file LaserSorter.h.
Referenced by analyze().
|
private |
Switch to disable writing output file (for test purpose).
Definition at line 357 of file LaserSorter.h.
Referenced by analyze().
|
private |
Switch for logging paths of the output files
Definition at line 381 of file LaserSorter.h.
Referenced by closeOutStream(), and LaserSorter().
|
staticprivate |
Lower bound of ECAL DCC FED ID
Definition at line 316 of file LaserSorter.h.
Referenced by analyze(), getDetailedTriggerType(), getFullyReadoutDccs(), getOrbitFromDcc(), getOutputFedList(), getStream(), restoreStreamsOfLumiBlock(), and streamFileName().
|
staticprivate |
Lower bound of ECAL DCC FED ID
Definition at line 312 of file LaserSorter.h.
Referenced by analyze(), getDetailedTriggerType(), getFullyReadoutDccs(), getOrbitFromDcc(), getOutputFedList(), restoreStreamsOfLumiBlock(), and streamFileName().
|
private |
Definition at line 441 of file LaserSorter.h.
Referenced by LaserSorter().
|
private |
Definition at line 442 of file LaserSorter.h.
Referenced by analyze(), and LaserSorter().
|
private |
Subdirectories for output file of each FED
Definition at line 349 of file LaserSorter.h.
Referenced by LaserSorter(), and streamFileName().
|
private |
Data format version of lmf output file
Definition at line 341 of file LaserSorter.h.
Referenced by createOutStream(), and writeFileHeader().
|
staticprivate |
Definition at line 450 of file LaserSorter.h.
Referenced by writeIndexTable().
|
private |
number of "ECAL DCC data" message in a run
Definition at line 422 of file LaserSorter.h.
Referenced by analyze(), and getDetailedTriggerType().
|
private |
Number of "No fully readout DCC error"
Definition at line 412 of file LaserSorter.h.
Referenced by analyze().
|
private |
File for logging
Definition at line 324 of file LaserSorter.h.
Referenced by analyze(), LaserSorter(), and ~LaserSorter().
|
private |
Luminosity block of event under processing
Definition at line 328 of file LaserSorter.h.
Referenced by analyze().
|
private |
Luminosity block of previous processed event
Definition at line 332 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 439 of file LaserSorter.h.
Referenced by analyze(), closeOldStreams(), and getStream().
|
staticprivate |
FED ID associated to Matacq data
Definition at line 446 of file LaserSorter.h.
Referenced by getOutputFedList(), and writeEvent().
|
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.
Referenced by readIndexTable().
|
private |
Maximum number of "No fully readout DCC error" message in a run
Definition at line 417 of file LaserSorter.h.
Referenced by analyze().
|
private |
Maximum number of "ECAL DCC data" message in a run
Definition at line 426 of file LaserSorter.h.
Referenced by getDetailedTriggerType().
|
private |
Definition at line 486 of file LaserSorter.h.
Referenced by analyze(), writeEvent(), and writeEventHeader().
|
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.
Referenced by analyze().
|
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.
Referenced by writeEvent(), and writeEventHeader().
|
private |
Top directory for output files
Definition at line 345 of file LaserSorter.h.
Referenced by LaserSorter(), batchmanager.BatchManager::PrepareJob(), valtools.webpage::readCaptions(), and streamFileName().
|
private |
stream where list of output file is listed to
Definition at line 389 of file LaserSorter.h.
Referenced by closeOutStream(), and LaserSorter().
|
private |
name of file where list of output file is listed to
Definition at line 377 of file LaserSorter.h.
Referenced by LaserSorter().
|
private |
List of output stream to write sorted data
Definition at line 337 of file LaserSorter.h.
Referenced by closeAllStreams(), closeOldStreams(), closeOutStream(), createOutStream(), and getStream().
|
private |
Switch to recompute and overwrite the lumi block ID
Definition at line 477 of file LaserSorter.h.
Referenced by analyze().
|
private |
Run number of event under process
Definition at line 361 of file LaserSorter.h.
Referenced by analyze(), and streamFileName().
|
private |
Referenced by analyze(), and ~LaserSorter().
|
staticprivate |
Definition at line 473 of file LaserSorter.h.
|
private |
Output stream to log code timing
Definition at line 369 of file LaserSorter.h.
Referenced by analyze(), and LaserSorter().
|
private |
Name of the file to log the processing time
Definition at line 353 of file LaserSorter.h.
Referenced by LaserSorter().
|
private |
Buffer for timing
Definition at line 365 of file LaserSorter.h.
Referenced by analyze(), and LaserSorter().
|
private |
Switch for code timing.
Definition at line 373 of file LaserSorter.h.
Referenced by analyze(), and LaserSorter().
|
private |
Debugging message verbosity level
Definition at line 385 of file LaserSorter.h.
Referenced by analyze(), closeOldStreams(), closeOutStream(), createOutStream(), getDetailedTriggerType(), getStream(), readIndexTable(), streamFileName(), writeEvent(), writeEventHeader(), and writeFedBlock().