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
static double CalcMHT(const std::vector< TLorentzVector > &)
static double alphaT(const double, const double, const double)
edm::InputTag inputJetTag_
double CalcAlphaT(const std::vector< TLorentzVector > &)
AlphaTVarProducer(const edm::ParameterSet &)
~AlphaTVarProducer() override
edm::EDGetTokenT< reco::CaloJetCollection > inputJetTagToken_
void produce(edm::Event &, const edm::EventSetup &) override
static double deltaHt(const std::vector< double > &)
static double CalcHT(const std::vector< TLorentzVector > &)