CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GaussianZBeamSpotFilter.h
Go to the documentation of this file.
1 #ifndef GaussianZBeamSpotFilter_h
2 #define GaussianZBeamSpotFilter_h
3 
4 // Filter to select events with a gaussian Z beam spot shape
5 // narrower than the original one
6 
7 // system include files
8 
9 // user include files
16 
18 {
19  public:
22 
23  private:
24  virtual bool filter(edm::Event&, const edm::EventSetup&) override;
25 
26  // ----------member data ---------------------------
27 
29  double baseSZ_;
30  double baseZ0_;
31  double newSZ_;
32  double newZ0_;
33 };
34 
35 #endif
virtual bool filter(edm::Event &, const edm::EventSetup &) override
GaussianZBeamSpotFilter(const edm::ParameterSet &)