1 #ifndef FWCore_Framework_RunPrincipal_h
2 #define FWCore_Framework_RunPrincipal_h
19 #include "boost/shared_ptr.hpp"
34 boost::shared_ptr<RunAuxiliary>
aux,
35 boost::shared_ptr<ProductRegistry const> reg,
40 boost::shared_ptr<BranchMapper> mapper = boost::shared_ptr<BranchMapper>(
new BranchMapper),
41 boost::shared_ptr<DelayedReader> rtrv = boost::shared_ptr<DelayedReader>(
new NoDelayedReader));
64 aux_->setEndTime(time);
68 return aux_->mergeAuxiliary(aux);
80 std::auto_ptr<EDProduct> edp,
81 std::auto_ptr<ProductProvenance> productProvenance);
94 boost::shared_ptr<RunAuxiliary>
aux_;
void checkProcessHistory() const
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
Timestamp const & beginTime() const
void addToProcessHistory()
Timestamp const & endTime() const
void fillRunPrincipal(boost::shared_ptr< BranchMapper > mapper=boost::shared_ptr< BranchMapper >(new BranchMapper), boost::shared_ptr< DelayedReader > rtrv=boost::shared_ptr< DelayedReader >(new NoDelayedReader))
RunAuxiliary const & aux() const
void setUnscheduledHandler(boost::shared_ptr< UnscheduledHandler >)
virtual bool unscheduledFill(std::string const &) const
void swap(RunPrincipal &)
RunPrincipal(boost::shared_ptr< RunAuxiliary > aux, boost::shared_ptr< ProductRegistry const > reg, ProcessConfiguration const &pc)
void put(ConstBranchDescription const &bd, std::auto_ptr< EDProduct > edp, std::auto_ptr< ProductProvenance > productProvenance)
void resolveProductImmediate(Group const &g) const