CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
H2RootNtplSource.h
Go to the documentation of this file.
1 #ifndef Input_H2RootNtpl_h
2 #define Input_H2RootNtplSource_h
3 
13 #include <map>
14 #include <string>
15 class Ntuple2HepMCFiller;
16 
17 namespace edm
18 {
20  public:
22  virtual ~H2RootNtplSource();
23 
24  private:
25  void clear();
26  virtual bool produce(Event &e);
27  HepMC::GenEvent *evt;
29  std::string filename_;
30  public:
31  unsigned int firstEvent_;
33 
34  };
35 }
36 
37 #endif
virtual bool produce(Event &e)
H2RootNtplSource(const ParameterSet &, const InputSourceDescription &)
HepMC::GenEvent * evt
Ntuple2HepMCFiller * reader_