#include <FedRawDataInputSource.h>
Public Member Functions | |
FedRawDataInputSource (edm::ParameterSet const &, edm::InputSourceDescription const &) | |
std::pair< bool, unsigned int > | getEventReport (unsigned int lumi, bool erase) |
~FedRawDataInputSource () override | |
Public Member Functions inherited from edm::RawInputSource | |
RawInputSource (ParameterSet const &pset, InputSourceDescription const &desc) | |
~RawInputSource () override | |
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... | |
virtual void | doBeginLumi (LuminosityBlockPrincipal &lbp, ProcessContext const *) |
Called by framework at beginning of lumi block. More... | |
virtual 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 | fillProcessBlockHelper () |
Fill the ProcessBlockHelper with info for the current file. 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, StreamID streamID) |
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... | |
bool | nextProcessBlock (ProcessBlockPrincipal &) |
Next process block, return false if there is none, sets the processName in the principal. More... | |
InputSource & | operator= (InputSource const &)=delete |
std::shared_ptr < ProcessBlockHelper const > | processBlockHelper () const |
Accessors for processBlockHelper. More... | |
std::shared_ptr < ProcessBlockHelper > & | processBlockHelper () |
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::shared_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 | readProcessBlock (ProcessBlockPrincipal &) |
Read next process block. 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 |
virtual 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... | |
std::pair < SharedResourcesAcquirer *, std::recursive_mutex * > | 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) |
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 () noexcept(false) |
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 | |
Next | checkNext () override |
void | read (edm::EventPrincipal &eventPrincipal) override |
void | setMonState (evf::FastMonState::InputState state) |
void | setMonStateSup (evf::FastMonState::InputState state) |
Protected Member Functions inherited from edm::RawInputSource | |
void | makeEvent (EventPrincipal &eventPrincipal, EventAuxiliary const &eventAuxiliary) |
void | setInputFileTransitionsEachEvent () |
Protected Member Functions inherited from edm::InputSource | |
virtual void | beginJob () |
Begin protected makes it easier to do template programming. More... | |
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 | |
bool | exceptionState () |
edm::Timestamp | fillFEDRawDataCollection (FEDRawDataCollection &rawData, bool &tcdsInRange) |
evf::EvFDaqDirector::FileStatus | getFile (unsigned int &ls, std::string &nextFile, uint32_t &fsize, uint64_t &lockWaitTime) |
evf::EvFDaqDirector::FileStatus | getNextEvent () |
long | initFileList () |
void | maybeOpenNewLumiSection (const uint32_t lumiSection) |
evf::EvFDaqDirector::FileStatus | nextEvent () |
void | readNextChunkIntoBuffer (InputFile *file) |
void | readSupervisor () |
void | readWorker (unsigned int tid) |
void | reportEventsThisLumiInSource (unsigned int lumi, unsigned int events) |
void | rewind_ () override |
void | threadError () |
Friends | |
struct | InputChunk |
struct | InputFile |
Open Root file and provide MEs ############. More... | |
Additional Inherited Members | |
Public Types inherited from edm::RawInputSource | |
enum | Next { Next::kEvent, Next::kFile, Next::kStop } |
Public Types inherited from edm::InputSource | |
enum | ItemType { IsInvalid, IsStop, IsFile, IsRun, IsLumi, IsEvent, IsRepeat, IsSynchronize } |
enum | ProcessingMode { Runs, RunsAndLumis, RunsLumisAndEvents } |
Public Attributes inherited from edm::InputSource | |
signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> | postEventReadFromSourceSignal_ |
signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> | preEventReadFromSourceSignal_ |
Definition at line 40 of file FedRawDataInputSource.h.
|
private |
Definition at line 138 of file FedRawDataInputSource.h.
|
explicit |
Definition at line 51 of file FedRawDataInputSource.cc.
References cms::cuda::assert(), edm::Timestamp::beginOfTime(), crc32c_hw_test(), cvReader_, daqDirector_, edm::DaqProvenanceHelper::daqInit(), daqProvenanceHelper_, eventChunkBlock_, eventChunkSize_, Exception, fileDeleteLock_, fileListLoopMode_, fileListMode_, filesToDelete_, fms_, freeChunks_, mps_fire::i, evf::FastMonState::inInit, initFileList(), InputChunk, edm::Timestamp::invalidTimestamp(), MAXTCDSuTCAFEDID_, MINTCDSuTCAFEDID_, numBuffers_, numConcurrentReads_, Utilities::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(), evf::FastMonitoringService::setInState(), evf::FastMonitoringService::setInStateSup(), edm::InputSource::setNewRun(), edm::InputSource::setRunAuxiliary(), singleBufferMode_, startupCv_, startupLock_, testTCDSFEDRange_, thread_quit_signal, threadInit_, tid_active_, evf::EvFDaqDirector::useFileBroker(), useFileBroker_, workerJob_, and workerThreads_.
|
override |
Definition at line 173 of file FedRawDataInputSource.cc.
References cvReader_, filesToDelete_, mps_fire::i, mReader_, numConcurrentReads_, quit_threads_, readSupervisorThread_, startedSupervisorThread_, thread_quit_signal, and workerThreads_.
|
overrideprotectedvirtual |
Implements edm::RawInputSource.
Definition at line 229 of file FedRawDataInputSource.cc.
References visDQMUpload::buf, evf::EvFDaqDirector::createProcessingNotificationMaybe(), currentLumiSection_, daqDirector_, event_, eventRunNumber_, eventsThisLumi_, fileListLoopMode_, fileListMode_, newFWLiteAna::found, evf::EvFDaqDirector::getEoLSFilePathOnBU(), evf::EvFDaqDirector::getEoLSFilePathOnFU(), evf::EvFDaqDirector::getEoRFilePathOnFU(), getLSFromFilename_, evf::FastMonState::inWaitInput, edm::RawInputSource::kEvent, edm::RawInputSource::kStop, L1EventID_, evf::EvFDaqDirector::lockFULocal2(), maybeOpenNewLumiSection(), evf::EvFDaqDirector::newLumi, nextEvent(), evf::EvFDaqDirector::noFile, readSupervisor(), readSupervisorThread_, reportEventsThisLumiInSource(), edm::InputSource::resetLuminosityBlockAuxiliary(), evf::EvFDaqDirector::runEnded, runNumber_, edm::InputSource::setEventCached(), setMonState(), startedSupervisorThread_, startupCv_, startupLock_, edm_modernize_messagelogger::stat, AlCaHLTBitMon_QueryRunRegistry::string, evf::EvFDaqDirector::unlockFULocal2(), and useFileBroker_.
|
inlineprivate |
Definition at line 68 of file FedRawDataInputSource.h.
References setExceptionState_.
Referenced by InputFile::advance().
|
static |
Definition at line 204 of file FedRawDataInputSource.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addUntracked(), submitPVResolutionJobs::desc, edm::ParameterSetDescription::setAllowAnything(), edm::ParameterSetDescription::setComment(), and edm::ParameterDescriptionNode::setComment().
|
private |
Definition at line 687 of file FedRawDataInputSource.cc.
References cms::cuda::assert(), FEDRawData::data(), edmPickEvents::event, event_, evf::evtn::evm_board_sense(), Exception, FEDRawDataCollection::FEDData(), l1tstage2_dqm_sourceclient-live_cfg::fedId, FEDTrailer::fragmentLength(), evf::evtn::get(), evf::evtn::getgpshigh(), evf::evtn::getgpslow(), evf::evtn::gtpe_board_sense(), evf::evtn::gtpe_get(), GTPEventID_, FEDHeader::length, FEDTrailer::length, FEDNumbering::MAXFEDID, FEDNumbering::MAXTCDSuTCAFEDID, MAXTCDSuTCAFEDID_, FEDNumbering::MINTCDSuTCAFEDID, MINTCDSuTCAFEDID_, FEDNumbering::MINTriggerEGTPFEDID, FEDNumbering::MINTriggerGTPFEDID, FEDRawData::resize(), FEDHeader::sourceID(), and tcds_pointer_.
Referenced by read().
std::pair< bool, unsigned int > FedRawDataInputSource::getEventReport | ( | unsigned int | lumi, |
bool | erase | ||
) |
Definition at line 1541 of file FedRawDataInputSource.cc.
References CommonMethods::lock(), monlock_, runTheMatrix::ret, and sourceEventsReport_.
Referenced by evf::FastMonitoringService::preGlobalEndLumi().
|
private |
Definition at line 1588 of file FedRawDataInputSource.cc.
References fileListIndex_, fileListLoopMode_, MillePedeFileConverter_cfg::fileName, fileNames_, loopModeIterationInc_, evf::EvFDaqDirector::newFile, fed_dqm_sourceclient-live_cfg::path, evf::EvFDaqDirector::runEnded, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by readSupervisor().
|
inlineprivate |
Definition at line 350 of file FedRawDataInputSource.cc.
References cms::cuda::assert(), bufferInputRead_, chunkIsFree_, crc32c(), currentFile_, currentFileIndex_, currentLumiSection_, cvWakeup_, daqDirector_, detectedFRDversion_, event_, eventChunkSize_, eventsThisLumi_, Exception, fileDeleteLock_, fileListMode_, fileQueue_, filesToDelete_, fms_, FRDHeaderMaxVersion, FRDHeaderVersionSize, freeChunks_, getLSFromFilename_, evf::FastMonState::inCachedEvent, evf::FastMonState::inChecksumEvent, evf::FastMonState::inChunkReceived, evf::FastMonState::inNewLumi, evf::FastMonState::inProcessingFile, evf::FastMonState::inRunEnd, evf::FastMonState::inWaitChunk, evf::FastMonState::inWaitInput, evf::EvFDaqDirector::isSingleStreamThread(), dttmaxenums::L, maybeOpenNewLumiSection(), eostools::move(), mWakeup_, evf::EvFDaqDirector::newFile, evf::EvFDaqDirector::newLumi, evf::EvFDaqDirector::noFile, readingFilesCount_, readNextChunkIntoBuffer(), reportEventsThisLumiInSource(), evf::EvFDaqDirector::runAbort, evf::EvFDaqDirector::runEnded, evf::EvFDaqDirector::sameFile, evf::FastMonitoringService::setExceptionDetected(), setExceptionState_, setMonState(), singleBufferMode_, mps_update::status, threadError(), mps_check::timeout, and verifyChecksum_.
Referenced by nextEvent().
|
private |
Definition at line 1553 of file FedRawDataInputSource.cc.
References a, b, dataset::end, cppFunctionSkipper::exception, MillePedeFileConverter_cfg::fileName, fileNames_, fed_dqm_sourceclient-live_cfg::path, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by FedRawDataInputSource().
|
private |
Definition at line 304 of file FedRawDataInputSource.cc.
References visDQMUpload::buf, evf::EvFDaqDirector::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(), edm_modernize_messagelogger::stat, AlCaHLTBitMon_QueryRunRegistry::string, evf::EvFDaqDirector::unlockFULocal2(), and useFileBroker_.
Referenced by checkNext(), and getNextEvent().
|
inlineprivate |
Definition at line 341 of file FedRawDataInputSource.cc.
References getNextEvent(), svgfig::load(), evf::EvFDaqDirector::noFile, edm::shutdown_flag, and mps_update::status.
Referenced by checkNext().
|
overrideprotectedvirtual |
Implements edm::RawInputSource.
Definition at line 611 of file FedRawDataInputSource.cc.
References printConversionInfo::aux, edm::DaqProvenanceHelper::branchDescription(), checkEvery_, chunkIsFree_, runTheMatrix::const, currentFile_, currentFileIndex_, currentLumiSection_, daqProvenanceHelper_, edm::DaqProvenanceHelper::dummyProvenance(), event_, eventID_, eventRunNumber_, eventsThisLumi_, Exception, fileDeleteLock_, fileListLoopMode_, filesToDelete_, fillFEDRawDataCollection(), freeChunks_, GTPEventID_, mps_fire::i, evf::FastMonState::inNoRequest, evf::FastMonState::inReadCleanup, evf::FastMonState::inReadEvent, L1EventID_, FEDHeader::length, edm::RawInputSource::makeEvent(), evf::evtn::makeEventAuxiliary(), eostools::move(), nStreams_, edm::EventAuxiliary::PhysicsTrigger, edm::InputSource::processGUID(), processHistoryID_, edm::EventPrincipal::put(), setMonState(), edm::EventAuxiliary::setProcessHistoryID(), streamFileTracker_, edm::EventPrincipal::streamID(), AlCaHLTBitMon_QueryRunRegistry::string, tcds_pointer_, FEDHeader::triggerType(), and useL1EventID_.
Referenced by edmIntegrityCheck.PublishToFileSystem::get(), readNextChunkIntoBuffer(), and readWorker().
|
private |
Definition at line 1461 of file FedRawDataInputSource.cc.
References bufferInputRead_, InputFile::chunkPosition_, InputFile::chunks_, eventChunkBlock_, eventChunkSize_, Exception, fileDescriptor_, InputFile::fileName_, InputFile::fileSize_, mps_fire::i, dqmdumpme::last, LogDebug, InputFile::rawFd_, InputFile::rawHeaderSize_, read(), and readBlocks_.
Referenced by getNextEvent().
|
private |
Definition at line 750 of file FedRawDataInputSource.cc.
References alwaysStartFromFirstLS_, cms::cuda::assert(), counter, cvReader_, cvWakeup_, daqDirector_, relativeConstraints::empty, eventChunkSize_, fileListMode_, fileQueue_, fms_, freeChunks_, getFile(), getLSFromFilename_, evf::EvFDaqDirector::getLumisectionToStart(), evf::EvFDaqDirector::getNextFromFileBroker(), evf::EvFDaqDirector::getStartLumisectionFromEnv(), evf::EvFDaqDirector::grabNextJsonFileAndUnlock(), evf::EvFDaqDirector::grabNextJsonFromRaw(), mps_fire::i, EcalCondDB::inf, InputFile, evf::EvFDaqDirector::inputThrottled(), evf::FastMonState::inRunEnd, evf::FastMonState::inSupBusy, evf::FastMonState::inSupFileLimit, evf::FastMonState::inSupLockPolling, evf::FastMonState::inSupNewFile, evf::FastMonState::inSupNewFileWaitChunk, evf::FastMonState::inSupNewFileWaitChunkCopying, evf::FastMonState::inSupNewFileWaitThread, evf::FastMonState::inSupNewFileWaitThreadCopying, evf::FastMonState::inSupNoFile, evf::FastMonState::inSupWaitFreeChunk, evf::FastMonState::inSupWaitFreeChunkCopying, evf::FastMonState::inSupWaitFreeThread, evf::FastMonState::inSupWaitFreeThreadCopying, evf::FastMonState::inThrottled, dqmiolumiharvest::j, LogDebug, eostools::ls(), maxBufferedFiles_, min(), eostools::move(), mReader_, mWakeup_, evf::EvFDaqDirector::newFile, evf::EvFDaqDirector::newLumi, evf::EvFDaqDirector::noFile, evf::EvFDaqDirector::parseFRDFileHeader(), fed_dqm_sourceclient-live_cfg::path, funct::pow(), quit_threads_, InputChunk::readComplete_, readingFilesCount_, evf::FastMonitoringService::reportLockWait(), InputChunk::reset(), evf::EvFDaqDirector::runAbort, evf::EvFDaqDirector::runEnded, setExceptionState_, setMonStateSup(), edm::shutdown_flag, singleBufferMode_, evf::FastMonitoringService::startedLookingForFile(), startupCv_, startupLock_, edm_modernize_messagelogger::stat, mps_update::status, evf::FastMonitoringService::stoppedLookingForFile(), AlCaHLTBitMon_QueryRunRegistry::string, thread_quit_signal, tid_active_, mps_check::timeout, evf::EvFDaqDirector::unlockFULocal(), evf::EvFDaqDirector::updateFuLock(), useFileBroker_, workerJob_, workerPool_, and workerThreads_.
Referenced by checkNext().
|
private |
Definition at line 1227 of file FedRawDataInputSource.cc.
References cms::cuda::assert(), InputChunk::buf_, InputFile::chunks_, cvReader_, detectedFRDversion_, change_name::diff, dataset::end, eventChunkBlock_, mergeVDriftHistosByStation::file, InputChunk::fileIndex_, InputFile::fileName_, InputFile::fileSize_, first, FRDHeaderMaxVersion, mps_fire::i, if(), init, dqmdumpme::last, LogDebug, min(), mReader_, submitPVValidationJobs::now, numConcurrentReads_, InputChunk::offset_, InputFile::rawFd_, InputFile::rawHeaderSize_, read(), readBlocks_, InputChunk::readComplete_, edm::second(), setExceptionState_, command_line::start, startupCv_, startupLock_, thread_quit_signal, threadInit_, tid_active_, InputChunk::usedSize_, workerJob_, and workerPool_.
Referenced by FedRawDataInputSource().
|
private |
Definition at line 1532 of file FedRawDataInputSource.cc.
References CommonMethods::lock(), monlock_, and sourceEventsReport_.
Referenced by checkNext(), and getNextEvent().
|
overrideprivatevirtual |
Reimplemented from edm::InputSource.
Definition at line 748 of file FedRawDataInputSource.cc.
|
inlineprotected |
Definition at line 1374 of file FedRawDataInputSource.cc.
References fms_, and evf::FastMonitoringService::setInState().
Referenced by InputFile::advance(), checkNext(), getNextEvent(), and read().
|
inlineprotected |
Definition at line 1379 of file FedRawDataInputSource.cc.
References fms_, and evf::FastMonitoringService::setInStateSup().
Referenced by readSupervisor().
|
private |
Definition at line 1369 of file FedRawDataInputSource.cc.
References Exception, and quit_threads_.
Referenced by InputFile::advance(), and getNextEvent().
|
friend |
Definition at line 42 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource().
|
friend |
Open Root file and provide MEs ############.
Definition at line 41 of file FedRawDataInputSource.h.
Referenced by readSupervisor().
|
private |
Definition at line 98 of file FedRawDataInputSource.h.
Referenced by readSupervisor().
|
private |
Definition at line 179 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and readNextChunkIntoBuffer().
|
private |
Definition at line 170 of file FedRawDataInputSource.h.
Referenced by read().
|
private |
Definition at line 142 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and read().
|
private |
Definition at line 141 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and read().
|
private |
Definition at line 164 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and read().
|
private |
Definition at line 121 of file FedRawDataInputSource.h.
Referenced by checkNext(), getNextEvent(), maybeOpenNewLumiSection(), and read().
|
private |
Definition at line 155 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), readSupervisor(), readWorker(), and ~FedRawDataInputSource().
|
private |
Definition at line 174 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and readSupervisor().
|
private |
Definition at line 84 of file FedRawDataInputSource.h.
Referenced by checkNext(), FedRawDataInputSource(), getNextEvent(), maybeOpenNewLumiSection(), and readSupervisor().
|
private |
Definition at line 114 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), and read().
|
private |
Definition at line 86 of file FedRawDataInputSource.h.
|
private |
Definition at line 140 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and readWorker().
|
private |
Definition at line 116 of file FedRawDataInputSource.h.
Referenced by checkNext(), fillFEDRawDataCollection(), getNextEvent(), and read().
|
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 118 of file FedRawDataInputSource.h.
Referenced by read().
|
private |
Definition at line 122 of file FedRawDataInputSource.h.
Referenced by checkNext(), and read().
|
private |
Definition at line 126 of file FedRawDataInputSource.h.
Referenced by checkNext(), getNextEvent(), and read().
|
private |
Definition at line 127 of file FedRawDataInputSource.h.
|
private |
Definition at line 167 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), getNextEvent(), and read().
|
private |
Definition at line 178 of file FedRawDataInputSource.h.
Referenced by readNextChunkIntoBuffer().
|
private |
Definition at line 107 of file FedRawDataInputSource.h.
Referenced by getFile().
|
private |
Definition at line 108 of file FedRawDataInputSource.h.
Referenced by checkNext(), FedRawDataInputSource(), getFile(), and read().
|
private |
Definition at line 106 of file FedRawDataInputSource.h.
Referenced by checkNext(), FedRawDataInputSource(), getNextEvent(), and readSupervisor().
|
private |
Definition at line 102 of file FedRawDataInputSource.h.
Referenced by getFile(), and initFileList().
|
private |
Definition at line 166 of file FedRawDataInputSource.h.
|
private |
Definition at line 152 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and readSupervisor().
|
private |
Definition at line 165 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), getNextEvent(), read(), and ~FedRawDataInputSource().
|
private |
Definition at line 83 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), getNextEvent(), readSupervisor(), setMonState(), and setMonStateSup().
|
private |
Definition at line 151 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), getNextEvent(), read(), and readSupervisor().
|
private |
Definition at line 112 of file FedRawDataInputSource.h.
|
private |
Definition at line 97 of file FedRawDataInputSource.h.
Referenced by checkNext(), getNextEvent(), and readSupervisor().
|
private |
Definition at line 123 of file FedRawDataInputSource.h.
Referenced by fillFEDRawDataCollection(), and read().
|
private |
Definition at line 124 of file FedRawDataInputSource.h.
Referenced by checkNext(), and read().
|
private |
Definition at line 109 of file FedRawDataInputSource.h.
Referenced by getFile().
|
private |
Definition at line 92 of file FedRawDataInputSource.h.
Referenced by readSupervisor().
|
private |
Definition at line 130 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), and fillFEDRawDataCollection().
|
private |
Definition at line 129 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), and fillFEDRawDataCollection().
|
private |
Definition at line 184 of file FedRawDataInputSource.h.
Referenced by getEventReport(), and reportEventsThisLumiInSource().
|
private |
Definition at line 154 of file FedRawDataInputSource.h.
Referenced by readSupervisor(), readWorker(), and ~FedRawDataInputSource().
|
private |
Definition at line 173 of file FedRawDataInputSource.h.
Referenced by getNextEvent(), and readSupervisor().
|
private |
Definition at line 169 of file FedRawDataInputSource.h.
Referenced by 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(), readWorker(), and ~FedRawDataInputSource().
|
private |
Definition at line 119 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), maybeOpenNewLumiSection(), and read().
|
private |
Definition at line 158 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 145 of file FedRawDataInputSource.h.
Referenced by checkNext(), and ~FedRawDataInputSource().
|
private |
Definition at line 111 of file FedRawDataInputSource.h.
Referenced by checkNext(), and FedRawDataInputSource().
|
private |
Definition at line 160 of file FedRawDataInputSource.h.
Referenced by exceptionState(), getNextEvent(), readSupervisor(), and readWorker().
|
private |
Definition at line 177 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), getNextEvent(), and readSupervisor().
|
private |
Definition at line 183 of file FedRawDataInputSource.h.
Referenced by getEventReport(), and reportEventsThisLumiInSource().
|
private |
Definition at line 144 of file FedRawDataInputSource.h.
Referenced by checkNext(), and ~FedRawDataInputSource().
|
private |
Definition at line 162 of file FedRawDataInputSource.h.
Referenced by checkNext(), FedRawDataInputSource(), readSupervisor(), and readWorker().
|
private |
Definition at line 161 of file FedRawDataInputSource.h.
Referenced by checkNext(), FedRawDataInputSource(), readSupervisor(), and readWorker().
|
private |
Definition at line 168 of file FedRawDataInputSource.h.
Referenced by read().
|
private |
Definition at line 125 of file FedRawDataInputSource.h.
Referenced by fillFEDRawDataCollection(), and read().
|
private |
Definition at line 101 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource().
|
private |
Definition at line 159 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), readSupervisor(), readWorker(), and ~FedRawDataInputSource().
|
private |
Definition at line 181 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), and readWorker().
|
private |
Definition at line 156 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), readSupervisor(), and readWorker().
|
private |
Definition at line 103 of file FedRawDataInputSource.h.
Referenced by checkNext(), FedRawDataInputSource(), maybeOpenNewLumiSection(), and readSupervisor().
|
private |
Definition at line 100 of file FedRawDataInputSource.h.
Referenced by read().
|
private |
Definition at line 99 of file FedRawDataInputSource.h.
Referenced by getNextEvent().
|
private |
Definition at line 149 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), readSupervisor(), and readWorker().
|
private |
Definition at line 148 of file FedRawDataInputSource.h.
Referenced by readSupervisor(), and readWorker().
|
private |
Definition at line 146 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), readSupervisor(), and ~FedRawDataInputSource().