CMS 3D CMS Logo

AlphaTVarProducer.h
Go to the documentation of this file.
1 #ifndef AlphaTVarProducer_h
2 #define AlphaTVarProducer_h
3 
9 
12 #include "TLorentzVector.h"
13 
14 #include <vector>
15 
17 public:
18  explicit AlphaTVarProducer(const edm::ParameterSet &);
19  ~AlphaTVarProducer() override;
20  void produce(edm::Event &, const edm::EventSetup &) override;
21 
22 private:
23  double CalcAlphaT(const std::vector<TLorentzVector> &);
24  static double CalcHT(const std::vector<TLorentzVector> &);
25  static double CalcMHT(const std::vector<TLorentzVector> &);
26  static double deltaHt(const std::vector<double> &);
27  static double alphaT(const double, const double, const double);
28 
29  edm::InputTag inputJetTag_; // input tag identifying product
30 
31  // define Token(-s)
33 };
34 
35 #endif // AlphaTVarProducer_h
CaloJetCollection.h
EDProducer.h
AlphaTVarProducer::alphaT
static double alphaT(const double, const double, const double)
Definition: AlphaTVarProducer.cc:104
AlphaTVarProducer::inputJetTag_
edm::InputTag inputJetTag_
Definition: AlphaTVarProducer.h:29
AlphaTVarProducer::CalcMHT
static double CalcMHT(const std::vector< TLorentzVector > &)
Definition: AlphaTVarProducer.cc:118
edm::EDGetTokenT< reco::CaloJetCollection >
AlphaTVarProducer::AlphaTVarProducer
AlphaTVarProducer(const edm::ParameterSet &)
Definition: AlphaTVarProducer.cc:26
CaloMETFwd.h
AlphaTVarProducer::CalcAlphaT
double CalcAlphaT(const std::vector< TLorentzVector > &)
Definition: AlphaTVarProducer.cc:68
AlphaTVarProducer::~AlphaTVarProducer
~AlphaTVarProducer() override
Definition: AlphaTVarProducer.cc:36
edm::ParameterSet
Definition: ParameterSet.h:47
Event.h
AlphaTVarProducer::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition: AlphaTVarProducer.cc:39
AlphaTVarProducer
Definition: AlphaTVarProducer.h:16
AlphaTVarProducer::inputJetTagToken_
edm::EDGetTokenT< reco::CaloJetCollection > inputJetTagToken_
Definition: AlphaTVarProducer.h:32
AlphaTVarProducer::CalcHT
static double CalcHT(const std::vector< TLorentzVector > &)
Definition: AlphaTVarProducer.cc:108
edm::EventSetup
Definition: EventSetup.h:58
InputTag.h
Frameworkfwd.h
AlphaTVarProducer::deltaHt
static double deltaHt(const std::vector< double > &)
Definition: AlphaTVarProducer.cc:89
edm::EDProducer
Definition: EDProducer.h:35
ParameterSet.h
edm::Event
Definition: Event.h:73
edm::InputTag
Definition: InputTag.h:15