#include <FedRawDataInputSource.h>
Public Member Functions | |
FedRawDataInputSource (edm::ParameterSet const &, edm::InputSourceDescription const &) | |
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 | |
boost::shared_ptr < ActivityRegistry > | actReg () const |
Accessor for Activity Registry. More... | |
boost::shared_ptr < BranchIDListHelper > | branchIDListHelper () const |
Accessor for branchIDListHelper. More... | |
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 (boost::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... | |
boost::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 |
bool | primary () const |
Accessor for primary input source flag. More... | |
ProcessConfiguration const & | processConfiguration () const |
Accessor for Process Configuration. More... | |
std::string const & | processGUID () const |
Accessor for global process identifier. More... | |
ProcessHistoryRegistry const & | processHistoryRegistry () const |
Const accessor for process history registry. More... | |
ProcessHistoryRegistry & | processHistoryRegistryForUpdate () |
Non-const accessor for process history registry. More... | |
ProcessingMode | processingMode () const |
RunsLumisAndEvents (default), RunsAndLumis, or Runs. More... | |
boost::shared_ptr < ProductRegistry const > | productRegistry () const |
Accessor for product registry. More... | |
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... | |
boost::shared_ptr < LuminosityBlockAuxiliary > | readLuminosityBlockAuxiliary () |
Read next luminosity block Auxilary. More... | |
void | readRun (RunPrincipal &runPrincipal, HistoryAppender &historyAppender) |
Read next run (new run) More... | |
boost::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 () const |
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... | |
boost::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 () |
Timestamp const & | timestamp () const |
Accessor for the current time, as seen by the input source. More... | |
virtual | ~InputSource () |
Destructor. More... | |
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 |
boost::shared_ptr < LuminosityBlockPrincipal > const | luminosityBlockPrincipal () const |
bool | newLumi () const |
bool | newRun () const |
ProcessHistoryRegistry & | processHistoryRegistryUpdate () const |
ProductRegistry & | productRegistryUpdate () const |
void | reset () const |
void | resetEventCached () |
void | resetLuminosityBlockAuxiliary (bool isNewLumi=true) const |
void | resetNewLumi () |
void | resetNewRun () |
void | resetRunAuxiliary (bool isNewRun=true) const |
boost::shared_ptr < RunPrincipal > const | runPrincipal () 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 | deleteFile (std::string const &) |
bool | exceptionState () |
edm::Timestamp | fillFEDRawDataCollection (std::auto_ptr< FEDRawDataCollection > &) |
evf::EvFDaqDirector::FileStatus | getNextEvent () |
int | grabNextJsonFile (boost::filesystem::path const &) |
void | maybeOpenNewLumiSection (const uint32_t lumiSection) |
evf::EvFDaqDirector::FileStatus | nextEvent () |
virtual void | postForkReacquireResources (boost::shared_ptr< edm::multicore::MessageReceiverForSource >) override |
virtual void | preForkReleaseResources () override |
void | readNextChunkIntoBuffer (InputFile *file) |
void | readSupervisor () |
void | readWorker (unsigned int tid) |
void | renameToNextFree (std::string const &fileName) const |
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 |
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 &) |
Definition at line 43 of file FedRawDataInputSource.h.
|
private |
Definition at line 122 of file FedRawDataInputSource.h.
|
explicit |
Definition at line 52 of file FedRawDataInputSource.cc.
References edm::Timestamp::beginOfTime(), cvReader_, daqDirector_, edm::DaqProvenanceHelper::daqInit(), daqProvenanceHelper_, defPath_, dpd_, eventChunkBlock_, eventChunkSize_, edm::hlt::Exception, fileDeleteLock_, filesToDelete_, fms_, freeChunks_, i, InputChunk, edm::Timestamp::invalidTimestamp(), numBuffers_, numConcurrentReads_, processHistoryID_, edm::InputSource::processHistoryRegistryForUpdate(), edm::InputSource::productRegistryUpdate(), quit_threads_, readBlocks_, readWorker(), edm::InputSource::runAuxiliary(), runNumber_, evf::EvFDaqDirector::setDeleteTracking(), evf::EvFDaqDirector::setFMS(), edm::InputSource::setNewRun(), edm::InputSource::setRunAuxiliary(), singleBufferMode_, startupCv_, startupLock_, AlCaHLTBitMon_QueryRunRegistry::string, testModeNoBuilderUnit_, thread_quit_signal, threadInit_, workerJob_, and workerThreads_.
|
virtual |
Definition at line 145 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 178 of file FedRawDataInputSource.cc.
References currentLumiSection_, daqDirector_, event_, eventRunNumber_, eventsThisLumi_, fms_, 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_, evf::FastMonitoringService::reportEventsThisLumiInSource(), edm::InputSource::resetLuminosityBlockAuxiliary(), evf::EvFDaqDirector::runEnded, edm::InputSource::setEventCached(), startedSupervisorThread_, startupCv_, startupLock_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 535 of file FedRawDataInputSource.cc.
References cppFunctionSkipper::exception, convertXMLtoSQLite_cfg::fileName, LogDebug, cmsHarvester::path, python.multivaluedict::remove(), renameToNextFree(), and testModeNoBuilderUnit_.
Referenced by getNextEvent(), read(), and ~FedRawDataInputSource().
|
inlineprivate |
Definition at line 72 of file FedRawDataInputSource.h.
References setExceptionState_.
Referenced by InputFile::advance(), and getNextEvent().
|
private |
Definition at line 638 of file FedRawDataInputSource.cc.
References FEDRawData::data(), event(), event_, fedt_struct::eventsize, evf::evtn::evm_board_sense(), FED_EVSZ_EXTRACT, FED_SOID_EXTRACT, evf::evtn::get(), evf::evtn::getgpshigh(), evf::evtn::getgpslow(), evf::evtn::gtpe_board_sense(), evf::evtn::gtpe_get(), GTPEventID_, FEDNumbering::MINTCDSuTCAFEDID, FEDNumbering::MINTriggerEGTPFEDID, FEDNumbering::MINTriggerGTPFEDID, FEDRawData::resize(), fedh_struct::sourceid, and tcds_pointer_.
Referenced by read().
|
inlineprivate |
Definition at line 295 of file FedRawDataInputSource.cc.
References InputFile::advance(), bufferInputRead_, InputFile::bufferPosition_, checkEvery_, chunkIsFree_, InputFile::chunkPosition_, InputFile::chunks_, InputFile::currentChunk_, currentFile_, currentFileIndex_, currentLumiSection_, cvWakeup_, daqDirector_, deleteFile(), detectedFRDversion_, event_, eventChunkSize_, eventsThisLumi_, edm::hlt::Exception, exceptionState(), fileDeleteLock_, InputFile::fileName_, fileQueue_, InputFile::fileSize_, filesToDelete_, fms_, 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_, readNextChunkIntoBuffer(), evf::FastMonitoringService::reportEventsThisLumiInSource(), InputFile::rewindChunk(), evf::EvFDaqDirector::runEnded, evf::EvFDaqDirector::sameFile, setExceptionState_, singleBufferMode_, ntuplemaker::status, InputFile::status_, streamFileTrackerPtr_, threadError(), evf::EvFDaqDirector::updateFileIndex(), verifyAdler32_, and InputFile::waitForChunk().
Referenced by nextEvent().
|
private |
Definition at line 680 of file FedRawDataInputSource.cc.
References filterCSVwithJSON::copy, daqDirector_, data, jsoncollector::DataPoint::deserialize(), dpd_, alignCSCRings::e, cppFunctionSkipper::exception, edm::hlt::Exception, fuOutputDir_, jsoncollector::DataPoint::getData(), jsoncollector::DataPointDefinition::getNames(), i, LogDebug, Json::Reader::parse(), cmsHarvester::path, matplotRender::reader, python.multivaluedict::remove(), AlCaHLTBitMon_QueryRunRegistry::string, summarizeEdmComparisonLogfiles::success, testModeNoBuilderUnit_, and evf::EvFDaqDirector::unlockFULocal().
Referenced by readSupervisor().
|
private |
Definition at line 246 of file FedRawDataInputSource.cc.
References 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 285 of file FedRawDataInputSource.cc.
References getNextEvent(), svgfig::load(), evf::EvFDaqDirector::noFile, edm::shutdown_flag, and ntuplemaker::status.
Referenced by checkNextEvent().
|
overrideprivatevirtual |
Definition at line 803 of file FedRawDataInputSource.cc.
References edm::Timestamp::beginOfTime(), edm::Timestamp::invalidTimestamp(), runNumber_, and edm::InputSource::setRunAuxiliary().
|
overrideprivatevirtual |
Reimplemented from edm::RawInputSource.
Definition at line 800 of file FedRawDataInputSource.cc.
|
overrideprotectedvirtual |
Implements edm::RawInputSource.
Definition at line 569 of file FedRawDataInputSource.cc.
References 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(), InputFile::nProcessed_, nStreams_, edm::EventAuxiliary::PhysicsTrigger, edm::InputSource::processGUID(), processHistoryID_, edm::EventPrincipal::put(), record, edm::EventAuxiliary::setProcessHistoryID(), streamFileTrackerPtr_, tcds_pointer_, and useL1EventID_.
Referenced by Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::goto(), readNextChunkIntoBuffer(), readWorker(), and Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::setFilterBranches().
|
private |
Definition at line 1124 of file FedRawDataInputSource.cc.
References bufferInputRead_, InputFile::chunkPosition_, InputFile::chunks_, eventChunkBlock_, eventChunkSize_, edm::hlt::Exception, fileDescriptor_, InputFile::fileName_, InputFile::fileSize_, i, prof2calltree::last, LogDebug, read(), and readBlocks_.
Referenced by getNextEvent().
|
private |
Definition at line 815 of file FedRawDataInputSource.cc.
References InputFile::chunks_, counter, cvReader_, cvWakeup_, daqDirector_, eventChunkSize_, fileQueue_, fms_, freeChunks_, getLSFromFilename_, grabNextJsonFile(), i, InputFile, LogDebug, python.rootplot.utilities::ls(), mReader_, mWakeup_, evf::EvFDaqDirector::newFile, evf::EvFDaqDirector::newLumi, evf::EvFDaqDirector::noFile, cmsHarvester::path, quit_threads_, InputChunk::readComplete_, InputChunk::reset(), 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 991 of file FedRawDataInputSource.cc.
References InputChunk::buf_, InputFile::chunks_, cvReader_, detectedFRDversion_, diffTreeTool::diff, end, eventChunkBlock_, mergeVDriftHistosByStation::file, InputChunk::fileIndex_, InputFile::fileName_, first, i, init, prof2calltree::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 789 of file FedRawDataInputSource.cc.
References daqDirector_, roll_playback::destination, evf::EvFDaqDirector::getJumpFilePath(), cmsHarvester::path, and source.
Referenced by deleteFile().
|
overrideprivatevirtual |
Reimplemented from edm::RawInputSource.
Definition at line 811 of file FedRawDataInputSource.cc.
|
private |
Definition at line 1064 of file FedRawDataInputSource.cc.
References edm::hlt::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 162 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and readNextChunkIntoBuffer().
|
private |
Definition at line 153 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and read().
|
private |
Definition at line 126 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and read().
|
private |
Definition at line 125 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and read().
|
private |
Definition at line 147 of file FedRawDataInputSource.h.
Referenced by getNextEvent().
|
private |
Definition at line 106 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), getNextEvent(), maybeOpenNewLumiSection(), and read().
|
private |
Definition at line 139 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), readSupervisor(), readWorker(), and ~FedRawDataInputSource().
|
private |
Definition at line 157 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and readSupervisor().
|
private |
Definition at line 79 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), FedRawDataInputSource(), getNextEvent(), grabNextJsonFile(), maybeOpenNewLumiSection(), readSupervisor(), and renameToNextFree().
|
private |
Definition at line 99 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), and read().
|
private |
Definition at line 81 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource().
|
private |
Definition at line 124 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and readWorker().
|
private |
Definition at line 114 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), and grabNextJsonFile().
|
private |
Definition at line 101 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), fillFEDRawDataCollection(), and getNextEvent().
|
private |
Definition at line 84 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), readNextChunkIntoBuffer(), and readWorker().
|
private |
Definition at line 83 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), getNextEvent(), readNextChunkIntoBuffer(), and readSupervisor().
|
private |
Definition at line 103 of file FedRawDataInputSource.h.
Referenced by read().
|
private |
Definition at line 107 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), and read().
|
private |
Definition at line 111 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), getNextEvent(), and read().
|
private |
Definition at line 112 of file FedRawDataInputSource.h.
|
private |
Definition at line 150 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), getNextEvent(), and read().
|
private |
Definition at line 161 of file FedRawDataInputSource.h.
Referenced by readNextChunkIntoBuffer().
|
private |
Definition at line 149 of file FedRawDataInputSource.h.
|
private |
Definition at line 136 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and readSupervisor().
Definition at line 148 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), getNextEvent(), read(), and ~FedRawDataInputSource().
|
private |
Definition at line 78 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), FedRawDataInputSource(), getNextEvent(), and readSupervisor().
|
private |
Definition at line 135 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), getNextEvent(), read(), and readSupervisor().
|
private |
Definition at line 97 of file FedRawDataInputSource.h.
Referenced by grabNextJsonFile().
|
private |
Definition at line 90 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), getNextEvent(), and readSupervisor().
|
private |
Definition at line 108 of file FedRawDataInputSource.h.
Referenced by fillFEDRawDataCollection(), and read().
|
private |
Definition at line 109 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), and read().
|
private |
Definition at line 138 of file FedRawDataInputSource.h.
Referenced by readSupervisor(), readWorker(), and ~FedRawDataInputSource().
|
private |
Definition at line 156 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and readSupervisor().
|
private |
Definition at line 152 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and read().
|
private |
Definition at line 86 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource().
|
private |
Definition at line 87 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), and ~FedRawDataInputSource().
|
private |
Definition at line 104 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), maybeOpenNewLumiSection(), and read().
|
private |
Definition at line 141 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), readSupervisor(), threadError(), and ~FedRawDataInputSource().
|
private |
Definition at line 85 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), readNextChunkIntoBuffer(), and readWorker().
|
private |
Definition at line 129 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), and ~FedRawDataInputSource().
|
private |
Definition at line 95 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), and postForkReacquireResources().
|
private |
Definition at line 143 of file FedRawDataInputSource.h.
Referenced by exceptionState(), getNextEvent(), and readWorker().
|
private |
Definition at line 160 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), getNextEvent(), and readSupervisor().
|
private |
Definition at line 128 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), and ~FedRawDataInputSource().
|
private |
Definition at line 145 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), FedRawDataInputSource(), readSupervisor(), and readWorker().
|
private |
Definition at line 144 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), FedRawDataInputSource(), readSupervisor(), and readWorker().
|
private |
Definition at line 151 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and read().
|
private |
Definition at line 110 of file FedRawDataInputSource.h.
Referenced by fillFEDRawDataCollection(), and read().
|
private |
Definition at line 93 of file FedRawDataInputSource.h.
Referenced by deleteFile(), FedRawDataInputSource(), and grabNextJsonFile().
|
private |
Definition at line 142 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), readSupervisor(), readWorker(), and ~FedRawDataInputSource().
|
private |
Definition at line 164 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), and readWorker().
|
private |
Definition at line 92 of file FedRawDataInputSource.h.
Referenced by read().
|
private |
Definition at line 91 of file FedRawDataInputSource.h.
Referenced by getNextEvent().
|
private |
Definition at line 133 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), readSupervisor(), and readWorker().
|
private |
Definition at line 132 of file FedRawDataInputSource.h.
Referenced by readSupervisor(), and readWorker().
|
private |
Definition at line 130 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), readSupervisor(), and ~FedRawDataInputSource().