CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CosmicGenFilterLowE.h
Go to the documentation of this file.
1 // daniele.benedetti@cern.ch, livio.fano@cern.ch
2 #ifndef COSMICGENFILTERLOWE_H
3 #define COSMICGENFILTERLOWE_H
4 
5 
6 
7 
12 #include "TRandom2.h"
13 #include "TMath.h"
14 
15 
17  public:
19  virtual ~CosmicGenFilterLowE() {}
20  //virtual bool filter(edm::Event & e, edm::EventSetup const& c);
21  bool filter(edm::Event & iEvent, edm::EventSetup const& c);
22 
23  private:
24  TRandom2 RanGen2;
25 };
26 
27 
28 #endif
int iEvent
Definition: GenABIO.cc:230
CosmicGenFilterLowE(const edm::ParameterSet &conf)
tuple conf
Definition: dbtoconf.py:185
bool filter(edm::Event &iEvent, edm::EventSetup const &c)