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 
21 
23  public:
26 
27  private:
28  virtual void beginJob() ;
29  virtual void produce(edm::Event&, const edm::EventSetup&) override;
30  virtual void endJob() ;
31 
32 
33  //Association class Input
35 
36  //Sliding Cuts
37  std::vector<double> ecalIsolEt_;
38  std::vector<double> towerIsolEt_;
39  std::vector<double> nClusters_;
40  std::vector<double> phiRMS_;
41  std::vector<double> etaRMS_;
42  std::vector<double> drRMS_;
43 
44  //Cuts of the Style This > Something
45  double et_;
46  double seedTowerEt_;
47 
48 };
L2TauRelaxingIsolationSelector(const edm::ParameterSet &)
virtual void produce(edm::Event &, const edm::EventSetup &) override
edm::EDGetTokenT< reco::L2TauInfoAssociation > associationInput_