CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ThePEGInterface.h
Go to the documentation of this file.
1 #ifndef GeneratorInterface_ThePEGInterface_ThePEGInterface_h
2 #define GeneratorInterface_ThePEGInterface_ThePEGInterface_h
3 
11 #include <memory>
12 #include <string>
13 
14 #include <boost/shared_ptr.hpp>
15 
16 #include <HepMC/GenEvent.h>
17 #include <HepMC/PdfInfo.h>
18 #include <HepMC/IO_BaseClass.h>
19 
20 #include <ThePEG/Repository/EventGenerator.h>
21 #include <ThePEG/EventRecord/Event.h>
22 
24 
26 
28  public:
29  ThePEGInterface(const edm::ParameterSet &params);
30  virtual ~ThePEGInterface();
31 
32  protected:
33  void initRepository(const edm::ParameterSet &params) const;
34  void initGenerator();
36 
37  static std::auto_ptr<HepMC::GenEvent>
38  convert(const ThePEG::EventPtr &event);
39  static void clearAuxiliary(HepMC::GenEvent *hepmc,
40  HepMC::PdfInfo *pdf);
41  static void fillAuxiliary(HepMC::GenEvent *hepmc,
42  HepMC::PdfInfo *pdf,
43  const ThePEG::EventPtr &event);
44 
45  static double pthat(const ThePEG::EventPtr &event);
46 
47  std::string dataFile(const std::string &fileName) const;
48  std::string dataFile(const edm::ParameterSet &pset,
49  const std::string &paramName) const;
50 
51  ThePEG::EGPtr eg_;
52  std::auto_ptr<HepMC::IO_BaseClass> iobc_;
53 
54  private:
55  boost::shared_ptr<ThePEG::RandomEngineGlue::Proxy>
57 
58  const std::string dataLocation_;
59  const std::string generator_;
60  const std::string run_;
61  const std::string dumpConfig_;
62  const unsigned int skipEvents_;
63 };
64 
65 #endif // GeneratorInterface_ThePEGInterface_ThePEGInterface_h
void initRepository(const edm::ParameterSet &params) const
ThePEGInterface(const edm::ParameterSet &params)
static double pthat(const ThePEG::EventPtr &event)
std::string dataFile(const std::string &fileName) const
const std::string run_
void flushRandomNumberGenerator()
std::auto_ptr< HepMC::IO_BaseClass > iobc_
ThePEG::EGPtr eg_
const std::string dumpConfig_
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
static std::auto_ptr< HepMC::GenEvent > convert(const ThePEG::EventPtr &event)
const std::string generator_
virtual ~ThePEGInterface()
const unsigned int skipEvents_
const std::string dataLocation_
boost::shared_ptr< ThePEG::RandomEngineGlue::Proxy > randomEngineGlueProxy_
static void clearAuxiliary(HepMC::GenEvent *hepmc, HepMC::PdfInfo *pdf)
static void fillAuxiliary(HepMC::GenEvent *hepmc, HepMC::PdfInfo *pdf, const ThePEG::EventPtr &event)