CMS 3D CMS Logo

DiJetVarProducer.h
Go to the documentation of this file.
1 #ifndef DiJetVarProducer_h
2 #define DiJetVarProducer_h
3 
9 
10 #include "TLorentzVector.h"
11 #include "TVector3.h"
12 
16 
17 #include <vector>
18 
20 public:
21  explicit DiJetVarProducer(const edm::ParameterSet &);
22  ~DiJetVarProducer() override;
23  void produce(edm::Event &, const edm::EventSetup &) override;
24 
25 private:
26  edm::InputTag inputJetTag_; // input tag jets
27  double wideJetDeltaR_; // Radius parameter for wide jets
28 
29  // set Token(-s)
31 };
32 
33 #endif // DiJetVarProducer_h
~DiJetVarProducer() override
edm::EDGetTokenT< reco::CaloJetCollection > inputJetTagToken_
edm::InputTag inputJetTag_
void produce(edm::Event &, const edm::EventSetup &) override
DiJetVarProducer(const edm::ParameterSet &)