CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TauMET.h
Go to the documentation of this file.
1 #ifndef JetMETCorrections_Type1MET_TauMET_h
2 #define JetMETCorrections_Type1MET_TauMET_h
3 
4 // Original Authors: Alfredo Gurrola, Chi Nhan Nguyen
5 
6 // system include files
7 #include <memory>
8 
9 // user include files
12 
15 
18 
20 
21 
22 namespace cms
23 {
24  class TauMET : public edm::EDProducer {
25  public:
26  explicit TauMET(const edm::ParameterSet&);
27  ~TauMET();
28 
29  private:
30  virtual void beginJob() ;
31  virtual void produce(edm::Event&, const edm::EventSetup&);
32  virtual void endJob() ;
33 
34  // Input parameters
35  std::string _InputTausLabel;
36  std::string _tauType;
37  std::string _InputCaloJetsLabel;
40  std::string _correctorLabel;
41  std::string _InputMETLabel;
42  std::string _metType;
44  double _TauMinEt;
45  double _TauEtaMax;
47  double _seedTrackPt;
53 
55 
56 
57  };
58 }
59 
60 #endif
std::string _InputCaloJetsLabel
Definition: TauMET.h:37
virtual void beginJob()
Definition: TauMET.cc:100
double _trackIsolationMinPt
Definition: TauMET.h:49
std::string _metType
Definition: TauMET.h:42
bool _UseECALIsolation
Definition: TauMET.h:50
virtual void endJob()
Definition: TauMET.cc:103
double _jetEMfracLimit
Definition: TauMET.h:39
std::string _InputTausLabel
Definition: TauMET.h:35
TauMET(const edm::ParameterSet &)
Definition: TauMET.cc:26
double _TauEtaMax
Definition: TauMET.h:45
std::string _correctorLabel
Definition: TauMET.h:40
std::string _tauType
Definition: TauMET.h:36
virtual void produce(edm::Event &, const edm::EventSetup &)
Definition: TauMET.cc:62
bool _UseProngStructure
Definition: TauMET.h:52
std::string _InputMETLabel
Definition: TauMET.h:41
double _TauMinEt
Definition: TauMET.h:44
TauMETAlgo _algo
Definition: TauMET.h:54
double _gammaIsolationMinPt
Definition: TauMET.h:51
bool _UseTrackIsolation
Definition: TauMET.h:48
bool _UseSeedTrack
Definition: TauMET.h:46
double _jetPTthreshold
Definition: TauMET.h:38
double _seedTrackPt
Definition: TauMET.h:47
double _JetMatchDeltaR
Definition: TauMET.h:43