CMS 3D CMS Logo

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:
18  explicit CosmicGenFilterLowE(const edm::ParameterSet& conf);
19  ~CosmicGenFilterLowE() override {}
20  //virtual bool filter(edm::Event & e, edm::EventSetup const& c);
21  bool filter(edm::Event & iEvent, edm::EventSetup const& c) override;
22 
23  private:
24  TRandom2 RanGen2;
25 };
26 
27 
28 #endif
bool filter(edm::Event &iEvent, edm::EventSetup const &c) override
int iEvent
Definition: GenABIO.cc:224
CosmicGenFilterLowE(const edm::ParameterSet &conf)