ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/DGele/MiniTreeFormat/TTbar/interface/TTbarParton.h
Revision: 1.1.1.1 (vendor branch)
Committed: Tue Oct 20 17:15:16 2009 UTC (15 years, 6 months ago) by dgele
Content type: text/plain
Branch: ANA
CVS Tags: start
Changes since 1.1: +0 -0 lines
Log Message:
version CMSSW_2_2_10

File Contents

# Content
1 #ifndef __TOP_TREE_TTBAR_PARTON_H__
2 #define __TOP_TREE_TTBAR_PARTON_H__
3
4
5 #include "SimDataFormats/HepMCProduct/interface/HepMCProduct.h"
6
7 #include "MiniTreeFormat/TTbar/interface/TTbarEvtMC.h"
8 #include <DataFormats/HepMCCandidate/interface/GenParticleCandidate.h>
9 #include <DataFormats/Candidate/interface/Candidate.h>
10 #include "DataFormats/HepMCCandidate/interface/GenParticle.h"
11
12
13 class TTbarParton{
14
15 public:
16
17 TTbarParton();
18 ~TTbarParton();
19
20
21 // void GetTTbarTruth (edm::Handle<reco::GenParticleCollection> genParticles, TopTree::TTbarEvtMC* mcTT);
22 void GetTTbarTruth (edm::Handle<reco::GenParticleCollection> genParticles, TopTree::TTbarEvtMC* mcTT);
23
24 private:
25
26
27
28 };
29 #endif
30