test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L2TauModularIsolationSelector.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 (ECAL)
37 
38  std::vector<double> ecalIsolEt_;
39 
40  std::vector<double> nEcalClusters_;
41  std::vector<double> ecalClusterPhiRMS_;
42  std::vector<double> ecalClusterEtaRMS_;
43  std::vector<double> ecalClusterDrRMS_;
44 
45  //Sliding Cuts (HCAL)
46 
47  std::vector<double> hcalIsolEt_;
48 
49  std::vector<double> nHcalClusters_;
50  std::vector<double> hcalClusterPhiRMS_;
51  std::vector<double> hcalClusterEtaRMS_;
52  std::vector<double> hcalClusterDrRMS_;
53 
54 
55  //Cuts of the Style This > Something
56  double et_;
57  double seedTowerEt_;
58 
59 };
virtual void produce(edm::Event &, const edm::EventSetup &) override
L2TauModularIsolationSelector(const edm::ParameterSet &)
edm::EDGetTokenT< reco::L2TauInfoAssociation > associationInput_