CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
LHESource Class Reference

#include <LHESource.h>

Inheritance diagram for LHESource:
edm::ExternalInputSource edm::ConfigurableInputSource edm::InputSource edm::ProductRegistryHelper MCDBSource

Public Member Functions

 LHESource (const edm::ParameterSet &params, const edm::InputSourceDescription &desc)
 
virtual ~LHESource ()
 
- Public Member Functions inherited from edm::ExternalInputSource
InputFileCatalogcatalog ()
 
 ExternalInputSource (ParameterSet const &pset, InputSourceDescription const &desc, bool realData=true)
 
std::vector< std::string > const & fileNames () const
 
std::vector< std::string > const & logicalFileNames () const
 
virtual ~ExternalInputSource ()
 
- Public Member Functions inherited from edm::ConfigurableInputSource
 ConfigurableInputSource (ParameterSet const &pset, InputSourceDescription const &desc, bool realData=true)
 
EventNumber_t event () const
 
unsigned int eventCreationDelay () const
 
LuminosityBlockNumber_t luminosityBlock () const
 
unsigned int numberEventsInLumi () const
 
unsigned int numberEventsInRun () const
 
unsigned int numberEventsInThisLumi () const
 
unsigned int numberEventsInThisRun () const
 
TimeValue_t presentTime () const
 
RunNumber_t run () const
 
unsigned int timeBetweenEvents () const
 
virtual ~ConfigurableInputSource ()
 
- Public Member Functions inherited from edm::InputSource
boost::shared_ptr
< ActivityRegistry
actReg () const
 Accessor for Activity Registry. More...
 
void closeFile (boost::shared_ptr< FileBlock >)
 close current file More...
 
void doBeginJob ()
 Called by framework at beginning of job. More...
 
void doBeginLumi (LuminosityBlockPrincipal &lbp)
 Called by framework at beginning of lumi block. More...
 
void doBeginRun (RunPrincipal &rp)
 Called by framework at beginning of run. More...
 
void doEndJob ()
 Called by framework at end of job. More...
 
void doEndLumi (LuminosityBlockPrincipal &lbp)
 Called by framework at end of lumi block. More...
 
void doEndRun (RunPrincipal &rp)
 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...
 
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 markLumi ()
 Mark lumi as read. More...
 
int markRun ()
 Mark run as read. More...
 
int maxEvents () const
 
int maxLuminosityBlocks () const
 
ModuleDescription const & moduleDescription () const
 Accessor for 'module' description. More...
 
ItemType nextItemType ()
 
bool const 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...
 
ProcessHistoryID const & processHistoryID () const
 Accessor for the input process history ID of the current run. 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 readAndCacheLumi ()
 Read next luminosity block. More...
 
void readAndCacheRun ()
 Read next run. More...
 
EventPrincipalreadEvent (boost::shared_ptr< LuminosityBlockPrincipal > lbCache)
 
EventPrincipalreadEvent (EventID const &)
 Read a specific event. More...
 
boost::shared_ptr< FileBlockreadFile ()
 Read next file. More...
 
boost::shared_ptr
< LuminosityBlockAuxiliary
readLuminosityBlockAuxiliary ()
 Read next luminosity block Auxilary. More...
 
boost::shared_ptr< RunAuxiliaryreadRunAuxiliary ()
 Read next run Auxiliary. More...
 
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< 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)
 
Timestamp const & timestamp () const
 Accessor for the current time, as seen by the input source. More...
 
void wakeUp ()
 Wake up the input source. More...
 
virtual ~InputSource ()
 Destructor. More...
 

Protected Member Functions

virtual void beginRun (edm::Run &run)
 
virtual void endJob ()
 
virtual void endRun (edm::Run &run)
 
virtual void nextEvent ()
 
virtual bool produce (edm::Event &event)
 
- Protected Member Functions inherited from edm::ConfigurableInputSource
void reallyReadEvent ()
 
void setEventNumber (EventNumber_t e)
 
void setTime (TimeValue_t t)
 
- Protected Member Functions inherited from edm::InputSource
void decreaseRemainingEventsBy (int iSkipped)
 
EventPrincipal *const eventPrincipalCache ()
 
boost::shared_ptr
< LuminosityBlockPrincipal >
const 
luminosityBlockPrincipal () const
 
PrincipalCache const & principalCache () const
 
PrincipalCacheprincipalCache ()
 
ProductRegistryproductRegistryUpdate () const
 
void reset () const
 
void resetLuminosityBlockAuxiliary () const
 
void resetRunAuxiliary () const
 
boost::shared_ptr
< RunPrincipal > const 
runPrincipal () const
 
void setLuminosityBlockAuxiliary (LuminosityBlockAuxiliary *lbp)
 
void setLumiPrematurelyRead ()
 
void setRunAuxiliary (RunAuxiliary *rp)
 
void setRunPrematurelyRead ()
 
void setTimestamp (Timestamp const &theTime)
 To set the current time, as seen by the input source. More...
 
ItemType state () const
 

Protected Attributes

boost::shared_ptr< lhef::LHEEventpartonLevel
 
std::auto_ptr< lhef::LHEReaderreader
 
boost::shared_ptr
< lhef::LHERunInfo
runInfo
 
boost::shared_ptr
< lhef::LHERunInfo
runInfoLast
 
boost::ptr_deque
< LHERunInfoProduct
runInfoProducts
 
bool wasMerged
 

Additional Inherited Members

- Public Types inherited from edm::InputSource
enum  ItemType {
  IsInvalid, IsStop, IsFile, IsRun,
  IsLumi, IsEvent, IsRepeat
}
 
enum  ProcessingMode { Runs, RunsAndLumis, RunsLumisAndEvents }
 
typedef
ProductRegistryHelper::TypeLabelList 
TypeLabelList
 
- Static Public Member Functions inherited from edm::ExternalInputSource
static void fillDescription (ParameterSetDescription &desc)
 
- Static Public Member Functions inherited from edm::ConfigurableInputSource
static void fillDescription (ParameterSetDescription &desc)
 
- Static Public Member Functions inherited from edm::InputSource
static const std::string & baseType ()
 
static void fillDescription (ParameterSetDescription &desc)
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 

Detailed Description

Definition at line 24 of file LHESource.h.

Constructor & Destructor Documentation

LHESource::LHESource ( const edm::ParameterSet params,
const edm::InputSourceDescription desc 
)
explicit

Definition at line 32 of file LHESource.cc.

33  :
34  ExternalInputSource(params, desc, false),
35  reader(new LHEReader(fileNames(), params.getUntrackedParameter<unsigned int>("skipEvents", 0))),
36  wasMerged(false)
37 {
38  produces<LHEEventProduct>();
39  produces<LHERunInfoProduct, edm::InRun>();
40 }
T getUntrackedParameter(std::string const &, T const &) const
bool wasMerged
Definition: LHESource.h:45
std::auto_ptr< lhef::LHEReader > reader
Definition: LHESource.h:38
ExternalInputSource(ParameterSet const &pset, InputSourceDescription const &desc, bool realData=true)
std::vector< std::string > const & fileNames() const
LHESource::~LHESource ( )
virtual

Definition at line 42 of file LHESource.cc.

43 {
44 }

Member Function Documentation

void LHESource::beginRun ( edm::Run run)
protectedvirtual

Reimplemented from edm::ConfigurableInputSource.

Definition at line 67 of file LHESource.cc.

References LHERunInfoProduct::addComment(), LHERunInfoProduct::addHeader(), nextEvent(), edm::Run::put(), runInfo, runInfoLast, runInfoProducts, and wasMerged.

68 {
69  nextEvent();
70  if (runInfoLast) {
72 
73  std::auto_ptr<LHERunInfoProduct> product(
74  new LHERunInfoProduct(*runInfo->getHEPRUP()));
75  std::for_each(runInfo->getHeaders().begin(),
76  runInfo->getHeaders().end(),
77  boost::bind(
79  product.get(), _1));
80  std::for_each(runInfo->getComments().begin(),
81  runInfo->getComments().end(),
82  boost::bind(&LHERunInfoProduct::addComment,
83  product.get(), _1));
84 
85  // keep a copy around in case of merging
86  runInfoProducts.push_back(new LHERunInfoProduct(*product));
87  wasMerged = false;
88 
89  run.put(product);
90 
91  runInfo.reset();
92  }
93 }
boost::shared_ptr< lhef::LHERunInfo > runInfo
Definition: LHESource.h:41
void addHeader(const Header &header)
boost::shared_ptr< lhef::LHERunInfo > runInfoLast
Definition: LHESource.h:40
virtual void nextEvent()
Definition: LHESource.cc:51
void addComment(const std::string &line)
bool wasMerged
Definition: LHESource.h:45
void put(std::auto_ptr< PROD > product)
Put a new product.
Definition: Run.h:79
boost::ptr_deque< LHERunInfoProduct > runInfoProducts
Definition: LHESource.h:44
void LHESource::endJob ( void  )
protectedvirtual

Reimplemented from edm::InputSource.

Definition at line 46 of file LHESource.cc.

References reader.

47 {
48  reader.reset();
49 }
std::auto_ptr< lhef::LHEReader > reader
Definition: LHESource.h:38
void LHESource::endRun ( edm::Run run)
protectedvirtual

Reimplemented from edm::ConfigurableInputSource.

Definition at line 95 of file LHESource.cc.

References edm::Run::put(), and runInfoProducts.

96 {
97  if (!runInfoProducts.empty()) {
98  std::auto_ptr<LHERunInfoProduct> product(
99  runInfoProducts.pop_front().release());
100  run.put(product);
101  }
102 }
void put(std::auto_ptr< PROD > product)
Put a new product.
Definition: Run.h:79
boost::ptr_deque< LHERunInfoProduct > runInfoProducts
Definition: LHESource.h:44
void LHESource::nextEvent ( )
protectedvirtual

Definition at line 51 of file LHESource.cc.

References partonLevel, reader, runInfo, and runInfoLast.

Referenced by beginRun(), and produce().

52 {
53  if (partonLevel)
54  return;
55 
56  partonLevel = reader->next();
57  if (!partonLevel)
58  return;
59 
60  boost::shared_ptr<LHERunInfo> runInfoThis = partonLevel->getRunInfo();
61  if (runInfoThis != runInfoLast) {
62  runInfo = runInfoThis;
63  runInfoLast = runInfoThis;
64  }
65 }
boost::shared_ptr< lhef::LHERunInfo > runInfo
Definition: LHESource.h:41
boost::shared_ptr< lhef::LHEEvent > partonLevel
Definition: LHESource.h:42
boost::shared_ptr< lhef::LHERunInfo > runInfoLast
Definition: LHESource.h:40
std::auto_ptr< lhef::LHEReader > reader
Definition: LHESource.h:38
bool LHESource::produce ( edm::Event event)
protectedvirtual

Implements edm::ConfigurableInputSource.

Definition at line 104 of file LHESource.cc.

References LHEEventProduct::addComment(), LHERunInfoProduct::addComment(), LHERunInfoProduct::addHeader(), nextEvent(), partonLevel, runInfo, runInfoProducts, and wasMerged.

105 {
106  nextEvent();
107  if (!partonLevel)
108  return false;
109 
110  std::auto_ptr<LHEEventProduct> product(
111  new LHEEventProduct(*partonLevel->getHEPEUP()));
112  if (partonLevel->getPDF())
113  product->setPDF(*partonLevel->getPDF());
114  std::for_each(partonLevel->getComments().begin(),
115  partonLevel->getComments().end(),
116  boost::bind(&LHEEventProduct::addComment,
117  product.get(), _1));
118  event.put(product);
119 
120  if (runInfo) {
121  std::auto_ptr<LHERunInfoProduct> product(
122  new LHERunInfoProduct(*runInfo->getHEPRUP()));
123  std::for_each(runInfo->getHeaders().begin(),
124  runInfo->getHeaders().end(),
125  boost::bind(
127  product.get(), _1));
128  std::for_each(runInfo->getComments().begin(),
129  runInfo->getComments().end(),
130  boost::bind(&LHERunInfoProduct::addComment,
131  product.get(), _1));
132 
133  if (!runInfoProducts.empty()) {
134  runInfoProducts.front().mergeProduct(*product);
135  if (!wasMerged) {
136  runInfoProducts.pop_front();
137  runInfoProducts.push_front(product);
138  wasMerged = true;
139  }
140  }
141 
142  runInfo.reset();
143  }
144 
145  partonLevel.reset();
146  return true;
147 }
boost::shared_ptr< lhef::LHERunInfo > runInfo
Definition: LHESource.h:41
void addHeader(const Header &header)
void addComment(const std::string &line)
boost::shared_ptr< lhef::LHEEvent > partonLevel
Definition: LHESource.h:42
virtual void nextEvent()
Definition: LHESource.cc:51
void addComment(const std::string &line)
bool wasMerged
Definition: LHESource.h:45
boost::ptr_deque< LHERunInfoProduct > runInfoProducts
Definition: LHESource.h:44

Member Data Documentation

boost::shared_ptr<lhef::LHEEvent> LHESource::partonLevel
protected

Definition at line 42 of file LHESource.h.

Referenced by nextEvent(), and produce().

std::auto_ptr<lhef::LHEReader> LHESource::reader
protected

Definition at line 38 of file LHESource.h.

Referenced by endJob(), and nextEvent().

boost::shared_ptr<lhef::LHERunInfo> LHESource::runInfo
protected

Definition at line 41 of file LHESource.h.

Referenced by beginRun(), nextEvent(), and produce().

boost::shared_ptr<lhef::LHERunInfo> LHESource::runInfoLast
protected

Definition at line 40 of file LHESource.h.

Referenced by beginRun(), and nextEvent().

boost::ptr_deque<LHERunInfoProduct> LHESource::runInfoProducts
protected

Definition at line 44 of file LHESource.h.

Referenced by beginRun(), endRun(), and produce().

bool LHESource::wasMerged
protected

Definition at line 45 of file LHESource.h.

Referenced by beginRun(), and produce().