CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CaloMCTruthTreeProducer.h
Go to the documentation of this file.
1 #ifndef CALO_MCTRUTH_TREE_PRODUCER_H
2 #define CALO_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_;
30  int rank_;
31 };
32 //}
33 
34 #endif
tuple cfg
Definition: looper.py:293
edm::EDGetTokenT< GenEventInfoProduct > gen_
CaloMCTruthTreeProducer(edm::ParameterSet const &cfg)
edm::EDGetTokenT< reco::GenJetCollection > genjets_
edm::EDGetTokenT< reco::CaloJetCollection > jets_
virtual void analyze(edm::Event const &e, edm::EventSetup const &iSetup)