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 
23  void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const 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
edm::EDGetTokenT< reco::CaloJetCollection > inputJetTagToken_
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
edm::InputTag inputJetTag_
DiJetVarProducer(const edm::ParameterSet &)