CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L2TauRelaxingIsolationSelector.h
Go to the documentation of this file.
1 /*
2 L2 Tau trigger Isolation Selector
3 
4 Author: Michail Bachtis
5 University of Wisconsin-Madison
6 e-mail: bachtis@hep.wisc.edu
7 */
8 
9 
10 // system include files
11 #include <memory>
12 
13 // user include files
19 
20 
22  public:
25 
26  private:
27  virtual void beginJob() ;
28  virtual void produce(edm::Event&, const edm::EventSetup&) override;
29  virtual void endJob() ;
30 
31 
32  //Association class Input
34 
35  //Sliding Cuts
36  std::vector<double> ecalIsolEt_;
37  std::vector<double> towerIsolEt_;
38  std::vector<double> nClusters_;
39  std::vector<double> phiRMS_;
40  std::vector<double> etaRMS_;
41  std::vector<double> drRMS_;
42 
43  //Cuts of the Style This > Something
44  double et_;
45  double seedTowerEt_;
46 
47 };
L2TauRelaxingIsolationSelector(const edm::ParameterSet &)
virtual void produce(edm::Event &, const edm::EventSetup &) override