#include <FedRawDataInputSource.h>
Public Member Functions | |
FedRawDataInputSource (edm::ParameterSet const &, edm::InputSourceDescription const &) | |
std::pair< bool, unsigned int > | getEventReport (unsigned int lumi, bool erase) |
virtual | ~FedRawDataInputSource () |
Public Member Functions inherited from edm::RawInputSource | |
RawInputSource (ParameterSet const &pset, InputSourceDescription const &desc) | |
virtual | ~RawInputSource () |
Public Member Functions inherited from edm::InputSource | |
std::shared_ptr< ActivityRegistry > | actReg () const |
Accessor for Activity Registry. More... | |
std::shared_ptr < BranchIDListHelper const > | branchIDListHelper () const |
Accessors for branchIDListHelper. More... | |
std::shared_ptr < BranchIDListHelper > & | branchIDListHelper () |
void | closeFile (FileBlock *, bool cleaningUpAfterException) |
close current file More... | |
void | doBeginJob () |
Called by framework at beginning of job. More... | |
void | doBeginLumi (LuminosityBlockPrincipal &lbp, ProcessContext const *) |
Called by framework at beginning of lumi block. More... | |
void | doBeginRun (RunPrincipal &rp, ProcessContext const *) |
Called by framework at beginning of run. More... | |
void | doEndJob () |
Called by framework at end of job. More... | |
void | doEndLumi (LuminosityBlockPrincipal &lbp, bool cleaningUpAfterException, ProcessContext const *) |
Called by framework at end of lumi block. More... | |
void | doEndRun (RunPrincipal &rp, bool cleaningUpAfterException, ProcessContext const *) |
Called by framework at end of run. More... | |
void | doPostForkReacquireResources (std::shared_ptr< multicore::MessageReceiverForSource >) |
void | doPreForkReleaseResources () |
Called by the framework before forking the process. More... | |
ProcessingController::ForwardState | forwardState () const |
bool | goToEvent (EventID const &eventID) |
InputSource (ParameterSet const &, InputSourceDescription const &) | |
Constructor. More... | |
InputSource (InputSource const &)=delete | |
void | issueReports (EventID const &eventID) |
issue an event report More... | |
LuminosityBlockNumber_t | luminosityBlock () const |
Accessor for current luminosity block number. More... | |
std::shared_ptr < LuminosityBlockAuxiliary > | luminosityBlockAuxiliary () const |
Called by the framework to merge or insert lumi in principal cache. More... | |
int | maxEvents () const |
int | maxLuminosityBlocks () const |
ModuleDescription const & | moduleDescription () const |
Accessor for 'module' description. More... | |
ItemType | nextItemType () |
Advances the source to the next item. More... | |
InputSource & | operator= (InputSource const &)=delete |
ProcessConfiguration const & | processConfiguration () const |
Accessor for Process Configuration. More... | |
std::string const & | processGUID () const |
Accessor for global process identifier. More... | |
ProcessHistoryRegistry const & | processHistoryRegistry () const |
Accessors for process history registry. More... | |
ProcessHistoryRegistry & | processHistoryRegistry () |
ProcessingMode | processingMode () const |
RunsLumisAndEvents (default), RunsAndLumis, or Runs. More... | |
std::shared_ptr < ProductRegistry const > | productRegistry () const |
Accessors for product registry. More... | |
std::shared_ptr < ProductRegistry > & | productRegistry () |
bool | randomAccess () const |
void | readAndMergeLumi (LuminosityBlockPrincipal &lbp) |
Read next luminosity block (same as a prior lumi) More... | |
void | readAndMergeRun (RunPrincipal &rp) |
Read next run (same as a prior run) More... | |
void | readEvent (EventPrincipal &ep, StreamContext &) |
Read next event. More... | |
bool | readEvent (EventPrincipal &ep, EventID const &, StreamContext &) |
Read a specific event. More... | |
std::unique_ptr< FileBlock > | readFile () |
Read next file. More... | |
void | readLuminosityBlock (LuminosityBlockPrincipal &lumiPrincipal, HistoryAppender &historyAppender) |
Read next luminosity block (new lumi) More... | |
std::shared_ptr < LuminosityBlockAuxiliary > | readLuminosityBlockAuxiliary () |
Read next luminosity block Auxilary. More... | |
void | readRun (RunPrincipal &runPrincipal, HistoryAppender &historyAppender) |
Read next run (new run) More... | |
std::shared_ptr< RunAuxiliary > | readRunAuxiliary () |
Read next run Auxiliary. More... | |
ProcessHistoryID const & | reducedProcessHistoryID () const |
void | registerProducts () |
Register any produced products. More... | |
int | remainingEvents () const |
int | remainingLuminosityBlocks () const |
void | repeat () |
Reset the remaining number of events/lumis to the maximum number. More... | |
SharedResourcesAcquirer * | resourceSharedWithDelayedReader () |
Returns nullptr if no resource shared between the Source and a DelayedReader. More... | |
ProcessingController::ReverseState | reverseState () const |
void | rewind () |
Begin again at the first event. More... | |
RunNumber_t | run () const |
Accessor for current run number. More... | |
std::shared_ptr< RunAuxiliary > | runAuxiliary () const |
Called by the framework to merge or insert run in principal cache. More... | |
void | setLuminosityBlockNumber_t (LuminosityBlockNumber_t lb) |
Set the luminosity block ID. More... | |
void | setRunNumber (RunNumber_t r) |
Set the run number. More... | |
void | skipEvents (int offset) |
bool | skipForForking () |
std::shared_ptr < ThinnedAssociationsHelper const > | thinnedAssociationsHelper () const |
Accessors for thinnedAssociationsHelper. More... | |
std::shared_ptr < ThinnedAssociationsHelper > & | thinnedAssociationsHelper () |
Timestamp const & | timestamp () const |
Accessor for the current time, as seen by the input source. More... | |
virtual | ~InputSource () |
Destructor. More... | |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::RawInputSource | |
static void | fillDescription (ParameterSetDescription &description) |
Static Public Member Functions inherited from edm::InputSource | |
static const std::string & | baseType () |
static void | fillDescription (ParameterSetDescription &desc) |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions | |
virtual bool | checkNextEvent () override |
virtual void | read (edm::EventPrincipal &eventPrincipal) override |
Protected Member Functions inherited from edm::RawInputSource | |
void | makeEvent (EventPrincipal &eventPrincipal, EventAuxiliary const &eventAuxiliary) |
void | setInputFileTransitionsEachEvent () |
Protected Member Functions inherited from edm::InputSource | |
void | decreaseRemainingEventsBy (int iSkipped) |
bool | eventCached () const |
bool | newLumi () const |
bool | newRun () const |
ProcessHistoryRegistry & | processHistoryRegistryForUpdate () |
ProductRegistry & | productRegistryUpdate () |
void | reset () const |
void | resetEventCached () |
void | resetLuminosityBlockAuxiliary (bool isNewLumi=true) const |
void | resetNewLumi () |
void | resetNewRun () |
void | resetRunAuxiliary (bool isNewRun=true) const |
void | setEventCached () |
Called by the framework to merge or ached() const {return eventCached_;}. More... | |
void | setLuminosityBlockAuxiliary (LuminosityBlockAuxiliary *lbp) |
void | setNewLumi () |
void | setNewRun () |
void | setRunAuxiliary (RunAuxiliary *rp) |
void | setTimestamp (Timestamp const &theTime) |
To set the current time, as seen by the input source. More... | |
virtual void | skip (int offset) |
ItemType | state () const |
Private Types | |
typedef std::pair< InputFile *, InputChunk * > | ReaderInfo |
Private Member Functions | |
void | createBoLSFile (const uint32_t lumiSection, bool checkIfExists) |
void | deleteFile (std::string const &) |
bool | exceptionState () |
edm::Timestamp | fillFEDRawDataCollection (FEDRawDataCollection &) |
evf::EvFDaqDirector::FileStatus | getNextEvent () |
int | grabNextJsonFile (boost::filesystem::path const &) |
void | maybeOpenNewLumiSection (const uint32_t lumiSection) |
evf::EvFDaqDirector::FileStatus | nextEvent () |
virtual void | postForkReacquireResources (std::shared_ptr< edm::multicore::MessageReceiverForSource >) override |
virtual void | preForkReleaseResources () override |
void | readNextChunkIntoBuffer (InputFile *file) |
void | readSupervisor () |
void | readWorker (unsigned int tid) |
void | reportEventsThisLumiInSource (unsigned int lumi, unsigned int events) |
virtual void | rewind_ () override |
void | threadError () |
Friends | |
class | InputChunk |
class | InputFile |
Open Root file and provide MEs ############. More... | |
Additional Inherited Members | |
Public Types inherited from edm::InputSource | |
enum | ItemType { IsInvalid, IsStop, IsFile, IsRun, IsLumi, IsEvent, IsRepeat, IsSynchronize } |
enum | ProcessingMode { Runs, RunsAndLumis, RunsLumisAndEvents } |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Definition at line 43 of file FedRawDataInputSource.h.
|
private |
Definition at line 129 of file FedRawDataInputSource.h.
|
explicit |
Definition at line 54 of file FedRawDataInputSource.cc.
References assert(), edm::Timestamp::beginOfTime(), crc32c_hw_test(), cvReader_, daqDirector_, edm::DaqProvenanceHelper::daqInit(), daqProvenanceHelper_, defPath_, dpd_, eventChunkBlock_, eventChunkSize_, Exception, fileDeleteLock_, filesToDelete_, fms_, freeChunks_, i, InputChunk, edm::Timestamp::invalidTimestamp(), numBuffers_, numConcurrentReads_, cppFunctionSkipper::operator, processHistoryID_, edm::InputSource::processHistoryRegistryForUpdate(), edm::InputSource::productRegistryUpdate(), quit_threads_, readBlocks_, readingFilesCount_, readWorker(), edm::InputSource::runAuxiliary(), runNumber_, evf::EvFDaqDirector::setDeleteTracking(), evf::EvFDaqDirector::setFMS(), evf::FastMonitoringService::setInputSource(), edm::InputSource::setNewRun(), edm::InputSource::setRunAuxiliary(), singleBufferMode_, startupCv_, startupLock_, AlCaHLTBitMon_QueryRunRegistry::string, thread_quit_signal, threadInit_, workerJob_, and workerThreads_.
|
virtual |
Definition at line 155 of file FedRawDataInputSource.cc.
References cvReader_, deleteFile(), filesToDelete_, i, mReader_, numConcurrentReads_, quit_threads_, readSupervisorThread_, startedSupervisorThread_, thread_quit_signal, and workerThreads_.
|
overrideprotectedvirtual |
Implements edm::RawInputSource.
Definition at line 203 of file FedRawDataInputSource.cc.
References evf::EvFDaqDirector::createProcessingNotificationMaybe(), currentLumiSection_, daqDirector_, evf::EvFDaqDirector::emptyLumisectionMode(), event_, eventRunNumber_, eventsThisLumi_, newFWLiteAna::found, evf::EvFDaqDirector::getEoLSFilePathOnBU(), evf::EvFDaqDirector::getEoLSFilePathOnFU(), evf::EvFDaqDirector::getEoRFilePathOnFU(), getLSFromFilename_, L1EventID_, evf::EvFDaqDirector::lockFULocal2(), maybeOpenNewLumiSection(), evf::EvFDaqDirector::newLumi, nextEvent(), evf::EvFDaqDirector::noFile, readSupervisor(), readSupervisorThread_, reportEventsThisLumiInSource(), edm::InputSource::resetLuminosityBlockAuxiliary(), evf::EvFDaqDirector::runEnded, edm::InputSource::setEventCached(), startedSupervisorThread_, startupCv_, startupLock_, AlCaHLTBitMon_QueryRunRegistry::string, and evf::EvFDaqDirector::unlockFULocal2().
|
private |
Definition at line 275 of file FedRawDataInputSource.cc.
References daqDirector_, evf::EvFDaqDirector::getBoLSFilePathOnFU(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by maybeOpenNewLumiSection().
|
private |
Definition at line 598 of file FedRawDataInputSource.cc.
References cppFunctionSkipper::exception, MillePedeFileConverter_cfg::fileName, LogDebug, fed_dqm_sourceclient-live_cfg::path, and MatrixUtil::remove().
Referenced by getNextEvent(), read(), and ~FedRawDataInputSource().
|
inlineprivate |
Definition at line 74 of file FedRawDataInputSource.h.
References setExceptionState_.
Referenced by InputFile::advance(), and getNextEvent().
|
static |
Definition at line 188 of file FedRawDataInputSource.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addUntracked(), edm::ParameterSetDescription::setAllowAnything(), and edm::ParameterSetDescription::setComment().
|
private |
Definition at line 697 of file FedRawDataInputSource.cc.
References assert(), FEDRawData::data(), event(), event_, fedt_struct::eventsize, evf::evtn::evm_board_sense(), Exception, FED_EVSZ_EXTRACT, FED_SOID_EXTRACT, FEDRawDataCollection::FEDData(), stage2MP7BufferRaw_cfi::fedId, evf::evtn::get(), evf::evtn::getgpshigh(), evf::evtn::getgpslow(), evf::evtn::gtpe_board_sense(), evf::evtn::gtpe_get(), GTPEventID_, FEDNumbering::MAXFEDID, FEDNumbering::MINTCDSuTCAFEDID, FEDNumbering::MINTriggerEGTPFEDID, FEDNumbering::MINTriggerGTPFEDID, FEDRawData::resize(), fedh_struct::sourceid, and tcds_pointer_.
Referenced by read().
std::pair< bool, unsigned int > FedRawDataInputSource::getEventReport | ( | unsigned int | lumi, |
bool | erase | ||
) |
Definition at line 1271 of file FedRawDataInputSource.cc.
References CommonMethods::lock(), monlock_, runTheMatrix::ret, and sourceEventsReport_.
Referenced by evf::FastMonitoringService::preGlobalEndLumi().
|
inlineprivate |
Definition at line 337 of file FedRawDataInputSource.cc.
References InputFile::advance(), assert(), bufferInputRead_, InputFile::bufferPosition_, checkEvery_, chunkIsFree_, InputFile::chunkPosition_, InputFile::chunks_, crc32c(), InputFile::currentChunk_, currentFile_, currentFileIndex_, currentLumiSection_, cvWakeup_, daqDirector_, deleteFile(), detectedFRDversion_, event_, eventChunkSize_, eventsThisLumi_, Exception, exceptionState(), fileDeleteLock_, InputFile::fileName_, fileQueue_, InputFile::fileSize_, filesToDelete_, fms_, FRDHeaderVersionSize, freeChunks_, getLSFromFilename_, evf::EvFDaqDirector::getStreamFileTracker(), evf::EvFDaqDirector::isSingleStreamThread(), dttmaxenums::L, InputFile::lumi_, maybeOpenNewLumiSection(), InputFile::moveToPreviousChunk(), mWakeup_, InputFile::nChunks_, InputFile::nEvents_, evf::EvFDaqDirector::newFile, evf::EvFDaqDirector::newLumi, evf::EvFDaqDirector::noFile, InputFile::nProcessed_, nStreams_, InputFile::parent_, readingFilesCount_, readNextChunkIntoBuffer(), reportEventsThisLumiInSource(), InputFile::rewindChunk(), evf::EvFDaqDirector::runAbort, evf::EvFDaqDirector::runEnded, evf::EvFDaqDirector::sameFile, evf::FastMonitoringService::setExceptionDetected(), setExceptionState_, singleBufferMode_, ntuplemaker::status, InputFile::status_, streamFileTrackerPtr_, threadError(), evf::EvFDaqDirector::updateFileIndex(), verifyAdler32_, verifyChecksum_, and InputFile::waitForChunk().
Referenced by nextEvent().
|
private |
Definition at line 751 of file FedRawDataInputSource.cc.
References filterCSVwithJSON::copy, daqDirector_, data, jsoncollector::DataPoint::deserialize(), reco::dp, dpd_, alignCSCRings::e, cppFunctionSkipper::exception, Exception, fuOutputDir_, jsoncollector::DataPoint::getData(), jsoncollector::DataPointDefinition::getNames(), i, LogDebug, Json::Reader::parse(), fed_dqm_sourceclient-live_cfg::path, matplotRender::reader, MatrixUtil::remove(), AlCaHLTBitMon_QueryRunRegistry::string, summarizeEdmComparisonLogfiles::success, and evf::EvFDaqDirector::unlockFULocal().
Referenced by readSupervisor().
|
private |
Definition at line 286 of file FedRawDataInputSource.cc.
References createBoLSFile(), currentLumiSection_, daqDirector_, newFWLiteAna::found, evf::EvFDaqDirector::getEoLSFilePathOnFU(), edm::Timestamp::invalidTimestamp(), evf::EvFDaqDirector::lockFULocal2(), edm::InputSource::luminosityBlock(), edm::InputSource::luminosityBlockAuxiliary(), processHistoryID_, edm::InputSource::resetLuminosityBlockAuxiliary(), edm::InputSource::run(), edm::InputSource::runAuxiliary(), edm::InputSource::setLuminosityBlockAuxiliary(), AlCaHLTBitMon_QueryRunRegistry::string, and evf::EvFDaqDirector::unlockFULocal2().
Referenced by checkNextEvent(), and getNextEvent().
|
inlineprivate |
Definition at line 327 of file FedRawDataInputSource.cc.
References getNextEvent(), load(), evf::EvFDaqDirector::noFile, edm::shutdown_flag, and ntuplemaker::status.
Referenced by checkNextEvent().
|
overrideprivatevirtual |
Definition at line 854 of file FedRawDataInputSource.cc.
References edm::Timestamp::beginOfTime(), edm::Timestamp::invalidTimestamp(), runNumber_, and edm::InputSource::setRunAuxiliary().
|
overrideprivatevirtual |
Reimplemented from edm::RawInputSource.
Definition at line 851 of file FedRawDataInputSource.cc.
|
overrideprotectedvirtual |
Implements edm::RawInputSource.
Definition at line 628 of file FedRawDataInputSource.cc.
References assert(), printConversionInfo::aux, edm::DaqProvenanceHelper::branchDescription(), checkEvery_, chunkIsFree_, InputFile::chunks_, InputFile::currentChunk_, currentFile_, currentLumiSection_, daqProvenanceHelper_, deleteFile(), edm::DaqProvenanceHelper::dummyProvenance(), eventID_, eventRunNumber_, eventsThisLumi_, fileDeleteLock_, filesToDelete_, fillFEDRawDataCollection(), freeChunks_, GTPEventID_, i, L1EventID_, edm::RawInputSource::makeEvent(), evf::evtn::makeEventAuxiliary(), eostools::move(), InputFile::nProcessed_, nStreams_, edm::EventAuxiliary::PhysicsTrigger, edm::InputSource::processGUID(), processHistoryID_, edm::EventPrincipal::put(), record, edm::EventAuxiliary::setProcessHistoryID(), streamFileTrackerPtr_, tcds_pointer_, and useL1EventID_.
Referenced by edmIntegrityCheck.PublishToFileSystem::get(), Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::goto(), readNextChunkIntoBuffer(), readWorker(), and Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::setFilterBranches().
|
private |
Definition at line 1206 of file FedRawDataInputSource.cc.
References bufferInputRead_, InputFile::chunkPosition_, InputFile::chunks_, eventChunkBlock_, eventChunkSize_, Exception, fileDescriptor_, InputFile::fileName_, InputFile::fileSize_, i, plotBeamSpotDB::last, LogDebug, read(), and readBlocks_.
Referenced by getNextEvent().
|
private |
Definition at line 866 of file FedRawDataInputSource.cc.
References assert(), InputFile::chunks_, counter, cvReader_, cvWakeup_, daqDirector_, eventChunkSize_, fileQueue_, fms_, freeChunks_, getLSFromFilename_, grabNextJsonFile(), i, InputFile, LogDebug, eostools::ls(), maxBufferedFiles_, mReader_, mWakeup_, evf::EvFDaqDirector::newFile, evf::EvFDaqDirector::newLumi, evf::EvFDaqDirector::noFile, fed_dqm_sourceclient-live_cfg::path, quit_threads_, InputChunk::readComplete_, readingFilesCount_, evf::FastMonitoringService::reportLockWait(), InputChunk::reset(), evf::EvFDaqDirector::runAbort, evf::EvFDaqDirector::runEnded, edm::shutdown_flag, singleBufferMode_, evf::FastMonitoringService::startedLookingForFile(), startupCv_, startupLock_, ntuplemaker::status, evf::FastMonitoringService::stoppedLookingForFile(), AlCaHLTBitMon_QueryRunRegistry::string, thread_quit_signal, evf::EvFDaqDirector::updateFuLock(), workerJob_, workerPool_, and workerThreads_.
Referenced by checkNextEvent().
|
private |
Definition at line 1073 of file FedRawDataInputSource.cc.
References assert(), InputChunk::buf_, InputFile::chunks_, cvReader_, detectedFRDversion_, diffTreeTool::diff, end, eventChunkBlock_, mergeVDriftHistosByStation::file, InputChunk::fileIndex_, InputFile::fileName_, plotBeamSpotDB::first, i, init, plotBeamSpotDB::last, LogDebug, mReader_, fileCollector::now, InputChunk::offset_, read(), readBlocks_, InputChunk::readComplete_, edm::second(), setExceptionState_, dqm_diff::start, startupCv_, startupLock_, thread_quit_signal, threadInit_, InputChunk::usedSize_, workerJob_, and workerPool_.
Referenced by FedRawDataInputSource().
|
private |
Definition at line 1260 of file FedRawDataInputSource.cc.
References CommonMethods::lock(), monlock_, and sourceEventsReport_.
Referenced by checkNextEvent(), and getNextEvent().
|
overrideprivatevirtual |
Reimplemented from edm::RawInputSource.
Definition at line 862 of file FedRawDataInputSource.cc.
|
private |
Definition at line 1146 of file FedRawDataInputSource.cc.
References Exception, and quit_threads_.
Referenced by InputFile::advance(), and getNextEvent().
|
friend |
Definition at line 46 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource().
|
friend |
Open Root file and provide MEs ############.
Definition at line 45 of file FedRawDataInputSource.h.
Referenced by readSupervisor().
|
private |
Definition at line 169 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and readNextChunkIntoBuffer().
|
private |
Definition at line 160 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and read().
|
private |
Definition at line 133 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and read().
|
private |
Definition at line 132 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and read().
|
private |
Definition at line 154 of file FedRawDataInputSource.h.
Referenced by getNextEvent().
|
private |
Definition at line 113 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), getNextEvent(), maybeOpenNewLumiSection(), and read().
|
private |
Definition at line 146 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), readSupervisor(), readWorker(), and ~FedRawDataInputSource().
|
private |
Definition at line 164 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and readSupervisor().
|
private |
Definition at line 84 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), createBoLSFile(), FedRawDataInputSource(), getNextEvent(), grabNextJsonFile(), maybeOpenNewLumiSection(), and readSupervisor().
|
private |
Definition at line 106 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), and read().
|
private |
Definition at line 86 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource().
|
private |
Definition at line 131 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and readWorker().
|
private |
Definition at line 121 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), and grabNextJsonFile().
|
private |
Definition at line 108 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), fillFEDRawDataCollection(), and getNextEvent().
|
private |
Definition at line 89 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), readNextChunkIntoBuffer(), and readWorker().
|
private |
Definition at line 88 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), getNextEvent(), readNextChunkIntoBuffer(), and readSupervisor().
|
private |
Definition at line 110 of file FedRawDataInputSource.h.
Referenced by read().
|
private |
Definition at line 114 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), and read().
|
private |
Definition at line 118 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), getNextEvent(), and read().
|
private |
Definition at line 119 of file FedRawDataInputSource.h.
|
private |
Definition at line 157 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), getNextEvent(), and read().
|
private |
Definition at line 168 of file FedRawDataInputSource.h.
Referenced by readNextChunkIntoBuffer().
|
private |
Definition at line 156 of file FedRawDataInputSource.h.
|
private |
Definition at line 143 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and readSupervisor().
Definition at line 155 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), getNextEvent(), read(), and ~FedRawDataInputSource().
|
private |
Definition at line 83 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), getNextEvent(), and readSupervisor().
|
private |
Definition at line 142 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), getNextEvent(), read(), and readSupervisor().
|
private |
Definition at line 104 of file FedRawDataInputSource.h.
Referenced by grabNextJsonFile().
|
private |
Definition at line 97 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), getNextEvent(), and readSupervisor().
|
private |
Definition at line 115 of file FedRawDataInputSource.h.
Referenced by fillFEDRawDataCollection(), and read().
|
private |
Definition at line 116 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), and read().
|
private |
Definition at line 92 of file FedRawDataInputSource.h.
Referenced by readSupervisor().
|
private |
Definition at line 174 of file FedRawDataInputSource.h.
Referenced by getEventReport(), and reportEventsThisLumiInSource().
|
private |
Definition at line 145 of file FedRawDataInputSource.h.
Referenced by readSupervisor(), readWorker(), and ~FedRawDataInputSource().
|
private |
Definition at line 163 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and readSupervisor().
|
private |
Definition at line 159 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and read().
|
private |
Definition at line 91 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource().
|
private |
Definition at line 93 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), and ~FedRawDataInputSource().
|
private |
Definition at line 111 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), maybeOpenNewLumiSection(), and read().
|
private |
Definition at line 148 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), readSupervisor(), threadError(), and ~FedRawDataInputSource().
|
private |
Definition at line 90 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), readNextChunkIntoBuffer(), and readWorker().
|
private |
Definition at line 94 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), getNextEvent(), and readSupervisor().
|
private |
Definition at line 136 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), and ~FedRawDataInputSource().
|
private |
Definition at line 102 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), and postForkReacquireResources().
|
private |
Definition at line 150 of file FedRawDataInputSource.h.
Referenced by exceptionState(), getNextEvent(), and readWorker().
|
private |
Definition at line 167 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), getNextEvent(), and readSupervisor().
|
private |
Definition at line 173 of file FedRawDataInputSource.h.
Referenced by getEventReport(), and reportEventsThisLumiInSource().
|
private |
Definition at line 135 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), and ~FedRawDataInputSource().
|
private |
Definition at line 152 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), FedRawDataInputSource(), readSupervisor(), and readWorker().
|
private |
Definition at line 151 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), FedRawDataInputSource(), readSupervisor(), and readWorker().
|
private |
Definition at line 158 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and read().
|
private |
Definition at line 117 of file FedRawDataInputSource.h.
Referenced by fillFEDRawDataCollection(), and read().
|
private |
Definition at line 149 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), readSupervisor(), readWorker(), and ~FedRawDataInputSource().
|
private |
Definition at line 171 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), and readWorker().
|
private |
Definition at line 100 of file FedRawDataInputSource.h.
Referenced by read().
|
private |
Definition at line 98 of file FedRawDataInputSource.h.
Referenced by getNextEvent().
|
private |
Definition at line 99 of file FedRawDataInputSource.h.
Referenced by getNextEvent().
|
private |
Definition at line 140 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), readSupervisor(), and readWorker().
|
private |
Definition at line 139 of file FedRawDataInputSource.h.
Referenced by readSupervisor(), and readWorker().
|
private |
Definition at line 137 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), readSupervisor(), and ~FedRawDataInputSource().