CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DiJetVarProducer.h
Go to the documentation of this file.
1 #ifndef DiJetVarProducer_h
2 #define DiJetVarProducer_h
3 
9 
10 #include "TVector3.h"
11 #include "TLorentzVector.h"
12 
16 
17 #include<vector>
18 
20  public:
21  explicit DiJetVarProducer(const edm::ParameterSet&);
23  virtual void produce(edm::Event&, const edm::EventSetup&);
24 
25  private:
26 
27  edm::InputTag inputJetTag_; // input tag jets
28  double wideJetDeltaR_; // Radius parameter for wide jets
29 
30  //set Token(-s)
32 
33 };
34 
35 #endif //DiJetVarProducer_h
edm::EDGetTokenT< reco::CaloJetCollection > inputJetTagToken_
edm::InputTag inputJetTag_
DiJetVarProducer(const edm::ParameterSet &)
virtual void produce(edm::Event &, const edm::EventSetup &)