CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
BeamSplash.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: BeamSplash
4 // Class: BeamSplash
5 //
6 // Original Author: Luca Malgeri
7 
8 #ifndef BeamSplash_H
9 #define BeamSplash_H
10 
11 // system include files
12 #include <memory>
13 #include <vector>
14 #include <map>
15 #include <set>
16 
17 // user include files
26 
27 //
28 // class declaration
29 //
30 
32 public:
33  explicit BeamSplash(const edm::ParameterSet &);
34  ~BeamSplash() override;
35 
36 private:
37  bool filter(edm::Event &, const edm::EventSetup &) override;
38 
42  double EnergyCutTot;
43  double EnergyCutEcal;
44  double EnergyCutHcal;
46 };
47 
48 #endif
edm::InputTag HBHERecHitCollection_
Definition: BeamSplash.h:41
double EnergyCutEcal
Definition: BeamSplash.h:43
bool filter(edm::Event &, const edm::EventSetup &) override
Definition: BeamSplash.cc:49
BeamSplash(const edm::ParameterSet &)
Definition: BeamSplash.cc:36
double EnergyCutHcal
Definition: BeamSplash.h:44
edm::InputTag EERecHitCollection_
Definition: BeamSplash.h:40
double EnergyCutTot
Definition: BeamSplash.h:42
~BeamSplash() override
Definition: BeamSplash.cc:47
bool applyfilter
Definition: BeamSplash.h:45
edm::InputTag EBRecHitCollection_
Definition: BeamSplash.h:39