CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ExternalDecayDriver.h
Go to the documentation of this file.
1 #ifndef gen_ExternalDecayDriver_h
2 #define gen_ExternalDecayDriver_h
3 
6 
7 namespace HepMC
8 {
9 class GenEvent;
10 }
11 
12 namespace gen {
13 
14 class TauolaInterface;
15 class EvtGenInterface;
16 class PhotosInterface;
17 
19  {
20  public:
21 
22  // ctor & dtor
25 
26  void init( const edm::EventSetup& );
27 
28  const std::vector<int>& operatesOnParticles() { return fPDGs; }
29  const std::vector<std::string>& specialSettings() { return fSpecialSettings; }
30 
31  HepMC::GenEvent* decay( HepMC::GenEvent* );
32 
33  void statistics() const;
34 
35  private:
36 
41  std::vector<int> fPDGs;
42  std::vector<std::string> fSpecialSettings;
43 
44  };
45 
46 }
47 
48 #endif
PhotosInterface * fPhotosInterface
TauolaInterface * fTauolaInterface
HepMC::GenEvent * decay(HepMC::GenEvent *)
void init(const edm::EventSetup &)
const std::vector< int > & operatesOnParticles()
const std::vector< std::string > & specialSettings()
EvtGenInterface * fEvtGenInterface
std::vector< std::string > fSpecialSettings
ExternalDecayDriver(const edm::ParameterSet &)