CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFMCTruthTreeProducer.h
Go to the documentation of this file.
1 #ifndef PF_MCTRUTH_TREE_PRODUCER_H
2 #define PF_MCTRUTH_TREE_PRODUCER_H
3 
4 #include "TTree.h"
5 #include "TFile.h"
10 
11 //namespace cms
12 //{
14 {
15  public:
17  virtual void beginJob();
18  virtual void analyze(edm::Event const& e, edm::EventSetup const& iSetup);
19  virtual void endJob();
21 
22  private:
27  TFile* file_;
28  TTree* mcTruthTree_;
31 };
32 //}
33 
34 #endif
tuple cfg
Definition: looper.py:293
edm::EDGetTokenT< reco::GenJetCollection > genjets_
edm::EDGetTokenT< GenEventInfoProduct > gen_
virtual void analyze(edm::Event const &e, edm::EventSetup const &iSetup)
edm::EDGetTokenT< reco::PFJetCollection > jets_
PFMCTruthTreeProducer(edm::ParameterSet const &cfg)