1 |
dgele |
1.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 |
|
|
|