CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
edmtest::SourceWithWaits Class Reference
Inheritance diagram for edmtest::SourceWithWaits:
edm::InputSource

Public Member Functions

 SourceWithWaits (edm::ParameterSet const &, edm::InputSourceDescription const &)
 
 ~SourceWithWaits () override
 
- Public Member Functions inherited from edm::InputSource
std::shared_ptr< ActivityRegistryactReg () 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< LuminosityBlockAuxiliaryluminosityBlockAuxiliary () 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...
 
InputSourceoperator= (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...
 
ProcessHistoryRegistryprocessHistoryRegistry ()
 
ProcessingMode processingMode () const
 RunsLumisAndEvents (default), RunsAndLumis, or Runs. More...
 
std::shared_ptr< ProductRegistry const > productRegistry () const
 Accessors 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::shared_ptr< FileBlockreadFile ()
 Read next file. More...
 
void readLuminosityBlock (LuminosityBlockPrincipal &lumiPrincipal, HistoryAppender &historyAppender)
 Read next luminosity block (new lumi) More...
 
std::shared_ptr< LuminosityBlockAuxiliaryreadLuminosityBlockAuxiliary ()
 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< RunAuxiliaryreadRunAuxiliary ()
 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< RunAuxiliaryrunAuxiliary () 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)
 
void switchTo (std::shared_ptr< ProductRegistry > iOther)
 switch to a different ProductRegistry. More...
 
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 &)
 
- 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 &)
 

Private Member Functions

edm::InputSource::ItemType getNextItemType () override
 
void readEvent_ (edm::EventPrincipal &) override
 
std::shared_ptr< edm::LuminosityBlockAuxiliaryreadLuminosityBlockAuxiliary_ () override
 
std::shared_ptr< edm::RunAuxiliaryreadRunAuxiliary_ () override
 

Private Attributes

edm::EventNumber_t currentEvent_ = 0
 
unsigned int currentFile_ = 0
 
edm::LuminosityBlockNumber_t currentLumi_ = 0
 
edm::RunNumber_t currentRun_ = 0
 
unsigned int eventInCurrentLumi_ = 0
 
std::vector< unsigned int > eventsPerLumi_
 
unsigned int lumiInCurrentRun_ = 0
 
unsigned int lumisPerRun_
 
unsigned int timePerLumi_
 

Additional Inherited Members

- 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_
 
- 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
 
ProcessHistoryRegistryprocessHistoryRegistryForUpdate ()
 
ProductRegistryproductRegistryUpdate ()
 
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
 

Detailed Description

Definition at line 59 of file SourceWithWaits.cc.

Constructor & Destructor Documentation

◆ SourceWithWaits()

edmtest::SourceWithWaits::SourceWithWaits ( edm::ParameterSet const &  pset,
edm::InputSourceDescription const &  desc 
)
explicit

Definition at line 83 of file SourceWithWaits.cc.

85  timePerLumi_(pset.getUntrackedParameter<unsigned int>("timePerLumi")),
86  eventsPerLumi_(pset.getUntrackedParameter<std::vector<unsigned int>>("eventsPerLumi")),
87  lumisPerRun_(pset.getUntrackedParameter<unsigned int>("lumisPerRun")) {}
std::vector< unsigned int > eventsPerLumi_

◆ ~SourceWithWaits()

edmtest::SourceWithWaits::~SourceWithWaits ( )
override

Definition at line 89 of file SourceWithWaits.cc.

89 {}

Member Function Documentation

◆ fillDescriptions()

void edmtest::SourceWithWaits::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 91 of file SourceWithWaits.cc.

References edm::ConfigurationDescriptions::add(), and submitPVResolutionJobs::desc.

91  {
93  desc.addUntracked<unsigned int>("timePerLumi");
94  desc.addUntracked<std::vector<unsigned int>>("eventsPerLumi");
95  desc.addUntracked<unsigned int>("lumisPerRun");
96  descriptions.add("source", desc);
97  }
void add(std::string const &label, ParameterSetDescription const &psetDescription)

◆ getNextItemType()

edm::InputSource::ItemType edmtest::SourceWithWaits::getNextItemType ( )
overrideprivatevirtual

Implements edm::InputSource.

Definition at line 99 of file SourceWithWaits.cc.

References cms::cuda::assert(), currentEvent_, currentFile_, currentLumi_, currentRun_, eventInCurrentLumi_, eventsPerLumi_, edm::InputSource::IsEvent, edm::InputSource::IsFile, edm::InputSource::IsLumi, edm::InputSource::IsRun, edm::InputSource::IsStop, lumiInCurrentRun_, lumisPerRun_, and timePerLumi_.

99  {
100  constexpr unsigned int secondsToMicroseconds = 1000000;
101 
102  // First three cases are for the initial file, run, and lumi transitions
103  // Note that there will always be at exactly one file and at least
104  // one run from this test source.
105  if (currentFile_ == 0u) {
106  ++currentFile_;
108  } else if (currentRun_ == 0u) {
109  ++currentRun_;
111  } else if (currentLumi_ == 0u) {
112  ++currentLumi_;
114  // The job will stop when we hit the end of the eventsPerLumi vector
115  // unless maxEvents stopped it earlier.
116  if ((currentLumi_ - 1) >= eventsPerLumi_.size()) {
118  }
120  }
121  // Handle more events in the current lumi
123  // note the argument to usleep is microseconds, timePerLumi_ is in seconds
124  usleep(secondsToMicroseconds * timePerLumi_ / (eventsPerLumi_[currentLumi_ - 1] + 1));
126  ++currentEvent_;
128  }
129  // Next lumi
130  else if (lumiInCurrentRun_ < lumisPerRun_) {
131  usleep(secondsToMicroseconds * timePerLumi_ / (eventsPerLumi_[currentLumi_ - 1] + 1));
132  ++currentLumi_;
134  // The job will stop when we hit the end of the eventsPerLumi vector
135  // unless maxEvents stopped it earlier.
136  if ((currentLumi_ - 1) >= eventsPerLumi_.size()) {
138  }
141  }
142  // Next run
143  else {
144  // The job will stop when we hit the end of the eventsPerLumi vector
145  // unless maxEvents stopped it earlier. Don't start the run if
146  // it will end with no lumis in it.
147  if (currentLumi_ >= eventsPerLumi_.size()) {
149  }
150  ++currentRun_;
151  lumiInCurrentRun_ = 0;
153  }
154  // Should be impossible to get here
155  assert(false);
156  // return something so it will compile
158  }
unsigned int eventInCurrentLumi_
assert(be >=bs)
std::vector< unsigned int > eventsPerLumi_
edm::RunNumber_t currentRun_
edm::LuminosityBlockNumber_t currentLumi_
edm::EventNumber_t currentEvent_

◆ readEvent_()

void edmtest::SourceWithWaits::readEvent_ ( edm::EventPrincipal eventPrincipal)
overrideprivatevirtual

Implements edm::InputSource.

Definition at line 171 of file SourceWithWaits.cc.

References printConversionInfo::aux, currentEvent_, currentLumi_, currentRun_, edm::EventPrincipal::fillEventPrincipal(), edm::ProcessHistoryRegistry::getMapped(), edm::InputSource::processGUID(), and edm::InputSource::processHistoryRegistry().

171  {
172  bool isRealData = false;
175  auto history = processHistoryRegistry().getMapped(aux.processHistoryID());
176  eventPrincipal.fillEventPrincipal(aux, history);
177  }
edm::RunNumber_t currentRun_
std::string const & processGUID() const
Accessor for global process identifier.
Definition: InputSource.h:197
ProcessHistoryRegistry const & processHistoryRegistry() const
Accessors for process history registry.
Definition: InputSource.h:139
bool getMapped(ProcessHistoryID const &key, ProcessHistory &value) const
void fillEventPrincipal(EventAuxiliary const &aux, ProcessHistory const *processHistory, DelayedReader *reader=nullptr)
edm::LuminosityBlockNumber_t currentLumi_
edm::EventNumber_t currentEvent_

◆ readLuminosityBlockAuxiliary_()

std::shared_ptr< edm::LuminosityBlockAuxiliary > edmtest::SourceWithWaits::readLuminosityBlockAuxiliary_ ( )
overrideprivatevirtual

Implements edm::InputSource.

Definition at line 165 of file SourceWithWaits.cc.

References currentLumi_, currentRun_, and edm::Timestamp::invalidTimestamp().

165  {
167  return std::make_shared<edm::LuminosityBlockAuxiliary>(
169  }
static Timestamp invalidTimestamp()
Definition: Timestamp.h:75
edm::RunNumber_t currentRun_
edm::LuminosityBlockNumber_t currentLumi_

◆ readRunAuxiliary_()

std::shared_ptr< edm::RunAuxiliary > edmtest::SourceWithWaits::readRunAuxiliary_ ( )
overrideprivatevirtual

Implements edm::InputSource.

Definition at line 160 of file SourceWithWaits.cc.

References currentRun_, and edm::Timestamp::invalidTimestamp().

160  {
162  return std::make_shared<edm::RunAuxiliary>(currentRun_, ts, edm::Timestamp::invalidTimestamp());
163  }
static Timestamp invalidTimestamp()
Definition: Timestamp.h:75
edm::RunNumber_t currentRun_

Member Data Documentation

◆ currentEvent_

edm::EventNumber_t edmtest::SourceWithWaits::currentEvent_ = 0
private

Definition at line 75 of file SourceWithWaits.cc.

Referenced by getNextItemType(), and readEvent_().

◆ currentFile_

unsigned int edmtest::SourceWithWaits::currentFile_ = 0
private

Definition at line 78 of file SourceWithWaits.cc.

Referenced by getNextItemType().

◆ currentLumi_

edm::LuminosityBlockNumber_t edmtest::SourceWithWaits::currentLumi_ = 0
private

Definition at line 76 of file SourceWithWaits.cc.

Referenced by getNextItemType(), readEvent_(), and readLuminosityBlockAuxiliary_().

◆ currentRun_

edm::RunNumber_t edmtest::SourceWithWaits::currentRun_ = 0
private

◆ eventInCurrentLumi_

unsigned int edmtest::SourceWithWaits::eventInCurrentLumi_ = 0
private

Definition at line 79 of file SourceWithWaits.cc.

Referenced by getNextItemType().

◆ eventsPerLumi_

std::vector<unsigned int> edmtest::SourceWithWaits::eventsPerLumi_
private

Definition at line 72 of file SourceWithWaits.cc.

Referenced by getNextItemType().

◆ lumiInCurrentRun_

unsigned int edmtest::SourceWithWaits::lumiInCurrentRun_ = 0
private

Definition at line 80 of file SourceWithWaits.cc.

Referenced by getNextItemType().

◆ lumisPerRun_

unsigned int edmtest::SourceWithWaits::lumisPerRun_
private

Definition at line 73 of file SourceWithWaits.cc.

Referenced by getNextItemType().

◆ timePerLumi_

unsigned int edmtest::SourceWithWaits::timePerLumi_
private

Definition at line 71 of file SourceWithWaits.cc.

Referenced by getNextItemType().