1 #ifndef FWCore_Framework_RunPrincipal_h
2 #define FWCore_Framework_RunPrincipal_h
18 #include "boost/shared_ptr.hpp"
25 class HistoryAppender;
34 boost::shared_ptr<RunAuxiliary>
aux,
35 boost::shared_ptr<ProductRegistry const> reg,
63 aux_->setEndTime(time);
67 return aux_->mergeAuxiliary(aux);
85 boost::shared_ptr<RunAuxiliary>
aux_;
void fillRunPrincipal(DelayedReader *reader=0)
Timestamp const & endTime() const
boost::shared_ptr< RunAuxiliary > aux_
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
void readImmediate() const
void mergeAuxiliary(RunAuxiliary const &aux)
void setEndTime(Timestamp const &time)
Timestamp const & beginTime() const
void put(ConstBranchDescription const &bd, WrapperOwningHolder const &edp)
Timestamp const & beginTime() const
Timestamp const & endTime() const
RunAuxiliary const & aux() const
void setUnscheduledHandler(boost::shared_ptr< UnscheduledHandler >)
virtual bool unscheduledFill(std::string const &) const
DelayedReader * reader() const
RunPrincipal(boost::shared_ptr< RunAuxiliary > aux, boost::shared_ptr< ProductRegistry const > reg, ProcessConfiguration const &pc, HistoryAppender *historyAppender=0)
void resolveProductImmediate(Group const &g) const