1 #ifndef GeneratorInterface_LHEInterface_LHEEvent_h 2 #define GeneratorInterface_LHEInterface_LHEEvent_h 10 #include <boost/shared_ptr.hpp> 12 #include "HepMC/GenEvent.h" 13 #include "HepMC/GenVertex.h" 14 #include "HepMC/PdfInfo.h" 29 LHEEvent(
const boost::shared_ptr<LHERunInfo> &runInfo,
31 LHEEvent(
const boost::shared_ptr<LHERunInfo> &runInfo,
34 const std::vector<std::string> &
comments);
35 LHEEvent(
const boost::shared_ptr<LHERunInfo> &runInfo,
45 const PDF *
getPDF()
const {
return pdf.get(); }
50 void setPDF(std::auto_ptr<PDF> pdf) { this->pdf =
pdf; }
70 double weight = 1.0,
double matchWeight = 1.0);
80 const HepMC::GenEvent *
event,
bool status3 =
true);
88 const boost::shared_ptr<LHERunInfo>
runInfo;
91 std::auto_ptr<PDF>
pdf;
104 #endif // GeneratorEvent_LHEInterface_LHEEvent_h const PDF * getPDF() const
void addWeight(const WGT &wgt)
std::vector< std::string > comments
const HEPRUP * getHEPRUP() const
void fillEventInfo(HepMC::GenEvent *hepmc) const
static void fixHepMCEventTimeOrdering(HepMC::GenEvent *event)
void removeResonances(const std::vector< int > &ids)
void count(LHERunInfo::CountMode count, double weight=1.0, double matchWeight=1.0)
const int getReadAttempts()
const HEPEUP * getHEPEUP() const
LHEEvent(const boost::shared_ptr< LHERunInfo > &runInfo, std::istream &in)
void addComment(const std::string &line)
const std::vector< std::string > & getComments() const
const boost::shared_ptr< LHERunInfo > runInfo
void setScales(const std::vector< float > &scales)
HepMC::GenParticle * makeHepMCParticle(unsigned int i) const
static void removeParticle(lhef::HEPEUP &hepeup, int index)
void fillPdfInfo(HepMC::PdfInfo *info) const
const std::vector< float > & scales() const
const boost::shared_ptr< LHERunInfo > & getRunInfo() const
static const HepMC::GenVertex * findSignalVertex(const HepMC::GenEvent *event, bool status3=true)
double originalXWGTUP() const
void setPDF(std::auto_ptr< PDF > pdf)
std::vector< float > scales_
static bool checkHepMCTree(const HepMC::GenEvent *event)
std::auto_ptr< HepMC::GenEvent > asHepMCEvent() const
const std::vector< WGT > & weights() const
std::vector< WGT > weights_