#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... | |
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 Member Functions | |
int | cacheNextEvent () |
void | closeCurrentFile () |
bool | eofReached () const |
edm::Timestamp | fillFEDRawDataCollection (std::auto_ptr< FEDRawDataCollection > &) const |
bool | grabNextJsonFile (boost::filesystem::path const &) |
void | maybeOpenNewLumiSection (const uint32_t lumiSection) |
void | openDataFile (std::string const &) |
int | openNextFile () |
virtual void | postForkReacquireResources (boost::shared_ptr< edm::multicore::MessageReceiverForSource >) override |
virtual void | preForkReleaseResources () override |
int | readNextChunkIntoBuffer () |
void | renameToNextFree () const |
virtual void | rewind_ () override |
int | searchForNextFile () |
Private Attributes | |
unsigned char * | bufferCursor_ |
uint32_t | bufferLeft_ |
const std::string | buInputDir_ |
unsigned int | currentInputEventCount_ |
boost::filesystem::path | currentInputJson_ |
unsigned int | currentLumiSection_ |
const edm::DaqProvenanceHelper | daqProvenanceHelper_ |
unsigned char * | dataBuffer_ |
bool | eorFileSeen_ |
std::unique_ptr< FRDEventMsgView > | event_ |
const unsigned int | eventChunkSize_ |
edm::EventID | eventID_ |
FILE * | fileStream_ |
const std::string | fuOutputDir_ |
const bool | getLSFromFilename_ |
boost::filesystem::path | openFile_ |
edm::ProcessHistoryID | processHistoryID_ |
Json::Reader | reader_ |
const edm::RunNumber_t | runNumber_ |
const bool | testModeNoBuilderUnit_ |
const bool | verifyAdler32_ |
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 26 of file FedRawDataInputSource.h.
|
explicit |
Definition at line 38 of file FedRawDataInputSource.cc.
References edm::Timestamp::beginOfTime(), edm::DaqProvenanceHelper::daqInit(), daqProvenanceHelper_, eventChunkSize_, edm::Timestamp::invalidTimestamp(), processHistoryID_, edm::InputSource::processHistoryRegistryForUpdate(), edm::InputSource::productRegistryUpdate(), edm::InputSource::runAuxiliary(), runNumber_, edm::InputSource::setNewRun(), edm::InputSource::setRunAuxiliary(), and testModeNoBuilderUnit_.
|
virtual |
|
private |
Definition at line 148 of file FedRawDataInputSource.cc.
References bufferCursor_, bufferLeft_, CastorDataFrameFilter_impl::check(), event_, edm::hlt::Exception, dttmaxenums::L, readNextChunkIntoBuffer(), and verifyAdler32_.
Referenced by checkNextEvent().
|
overrideprotectedvirtual |
Implements edm::RawInputSource.
Definition at line 80 of file FedRawDataInputSource.cc.
References cacheNextEvent(), closeCurrentFile(), currentLumiSection_, event_, eventID_, getLSFromFilename_, maybeOpenNewLumiSection(), edm::InputSource::resetLuminosityBlockAuxiliary(), and edm::InputSource::setEventCached().
|
private |
Definition at line 235 of file FedRawDataInputSource.cc.
References fileStream_, openFile_, python.multivaluedict::remove(), renameToNextFree(), and testModeNoBuilderUnit_.
Referenced by checkNextEvent(), and readNextChunkIntoBuffer().
|
private |
Definition at line 223 of file FedRawDataInputSource.cc.
References trackerHits::c, and fileStream_.
Referenced by readNextChunkIntoBuffer().
|
private |
Definition at line 286 of file FedRawDataInputSource.cc.
References FEDRawData::data(), event(), event_, fedt_struct::eventsize, evf::evtn::evm_board_setformat(), FED_EVSZ_EXTRACT, FED_SOID_EXTRACT, evf::evtn::getgpshigh(), evf::evtn::getgpslow(), FEDNumbering::MINTriggerGTPFEDID, FEDRawData::resize(), and fedh_struct::sourceid.
Referenced by read().
|
private |
Definition at line 353 of file FedRawDataInputSource.cc.
References filterCSVwithJSON::copy, currentInputEventCount_, currentInputJson_, data, jsoncollector::DataPoint::deserialize(), reco::dp, alignCSCRings::e, cppFunctionSkipper::exception, fuOutputDir_, jsoncollector::DataPoint::getData(), Json::Reader::parse(), getHLTPrescaleColumns::path, reader_, python.multivaluedict::remove(), AlCaHLTBitMon_QueryRunRegistry::string, and testModeNoBuilderUnit_.
Referenced by searchForNextFile().
|
private |
Definition at line 111 of file FedRawDataInputSource.cc.
References currentLumiSection_, newFWLiteAna::found, edm::Timestamp::invalidTimestamp(), edm::InputSource::luminosityBlock(), edm::InputSource::luminosityBlockAuxiliary(), processHistoryID_, edm::InputSource::resetLuminosityBlockAuxiliary(), edm::InputSource::run(), edm::InputSource::runAuxiliary(), and edm::InputSource::setLuminosityBlockAuxiliary().
Referenced by checkNextEvent(), and searchForNextFile().
|
private |
Definition at line 413 of file FedRawDataInputSource.cc.
References edm::hlt::Exception, fileStream_, and openFile_.
Referenced by searchForNextFile().
|
private |
Definition at line 252 of file FedRawDataInputSource.cc.
References eorFileSeen_, and searchForNextFile().
Referenced by readNextChunkIntoBuffer().
|
overrideprivatevirtual |
Definition at line 442 of file FedRawDataInputSource.cc.
References edm::Timestamp::beginOfTime(), edm::Timestamp::invalidTimestamp(), runNumber_, and edm::InputSource::setRunAuxiliary().
|
overrideprivatevirtual |
Reimplemented from edm::RawInputSource.
Definition at line 439 of file FedRawDataInputSource.cc.
|
overrideprotectedvirtual |
Implements edm::RawInputSource.
Definition at line 266 of file FedRawDataInputSource.cc.
References printConversionInfo::aux, edm::DaqProvenanceHelper::constBranchDescription_, currentInputEventCount_, daqProvenanceHelper_, edm::DaqProvenanceHelper::dummyProvenance_, eventID_, fillFEDRawDataCollection(), edm::RawInputSource::makeEvent(), edm::EventAuxiliary::PhysicsTrigger, edm::InputSource::processGUID(), processHistoryID_, edm::EventPrincipal::put(), and edm::EventAuxiliary::setProcessHistoryID().
Referenced by Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::goto(), and Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::setFilterBranches().
|
private |
Definition at line 190 of file FedRawDataInputSource.cc.
References bufferCursor_, bufferLeft_, closeCurrentFile(), dataBuffer_, eofReached(), eventChunkSize_, fileStream_, and openNextFile().
Referenced by cacheNextEvent().
|
private |
Definition at line 428 of file FedRawDataInputSource.cc.
References openFile_, getHLTPrescaleColumns::path, and source.
Referenced by closeCurrentFile().
|
overrideprivatevirtual |
Reimplemented from edm::RawInputSource.
Definition at line 450 of file FedRawDataInputSource.cc.
|
private |
Definition at line 314 of file FedRawDataInputSource.cc.
References currentInputEventCount_, currentInputJson_, currentLumiSection_, eorFileSeen_, edm::hlt::Exception, getLSFromFilename_, grabNextJsonFile(), dataset::jsonFile, python.rootplot.utilities::ls(), maybeOpenNewLumiSection(), openDataFile(), getHLTPrescaleColumns::path, evf::FastMonitoringService::startedLookingForFile(), evf::FastMonitoringService::stoppedLookingForFile(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by openNextFile().
|
private |
Definition at line 81 of file FedRawDataInputSource.h.
Referenced by cacheNextEvent(), and readNextChunkIntoBuffer().
|
private |
Definition at line 82 of file FedRawDataInputSource.h.
Referenced by cacheNextEvent(), and readNextChunkIntoBuffer().
|
private |
Definition at line 62 of file FedRawDataInputSource.h.
|
private |
Definition at line 76 of file FedRawDataInputSource.h.
Referenced by grabNextJsonFile(), read(), and searchForNextFile().
|
private |
Definition at line 75 of file FedRawDataInputSource.h.
Referenced by grabNextJsonFile(), and searchForNextFile().
|
private |
Definition at line 74 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), maybeOpenNewLumiSection(), and searchForNextFile().
|
private |
Definition at line 65 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), and read().
|
private |
Definition at line 80 of file FedRawDataInputSource.h.
Referenced by readNextChunkIntoBuffer().
|
private |
Definition at line 78 of file FedRawDataInputSource.h.
Referenced by openNextFile(), and searchForNextFile().
|
private |
Definition at line 67 of file FedRawDataInputSource.h.
Referenced by cacheNextEvent(), checkNextEvent(), and fillFEDRawDataCollection().
|
private |
Definition at line 53 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), and readNextChunkIntoBuffer().
|
private |
Definition at line 71 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), and read().
|
private |
Definition at line 70 of file FedRawDataInputSource.h.
Referenced by closeCurrentFile(), eofReached(), openDataFile(), readNextChunkIntoBuffer(), and ~FedRawDataInputSource().
|
private |
Definition at line 63 of file FedRawDataInputSource.h.
Referenced by grabNextJsonFile().
|
private |
Definition at line 56 of file FedRawDataInputSource.h.
Referenced by checkNextEvent(), and searchForNextFile().
|
private |
Definition at line 69 of file FedRawDataInputSource.h.
Referenced by closeCurrentFile(), openDataFile(), and renameToNextFree().
|
private |
Definition at line 72 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), maybeOpenNewLumiSection(), and read().
|
private |
Definition at line 84 of file FedRawDataInputSource.h.
Referenced by grabNextJsonFile().
|
private |
Definition at line 60 of file FedRawDataInputSource.h.
Referenced by FedRawDataInputSource(), and postForkReacquireResources().
|
private |
Definition at line 58 of file FedRawDataInputSource.h.
Referenced by closeCurrentFile(), FedRawDataInputSource(), and grabNextJsonFile().
|
private |
Definition at line 57 of file FedRawDataInputSource.h.
Referenced by cacheNextEvent().