1 |
#include "AnalysisCode/NtupleWriter/interface/Objects.h"
|
2 |
#include <vector>
|
3 |
|
4 |
namespace {
|
5 |
namespace {
|
6 |
Particle p;
|
7 |
std::vector<Particle> ps;
|
8 |
Jet jet;
|
9 |
std::vector<Jet> jets;
|
10 |
TopJet topjet;
|
11 |
std::vector<TopJet> topjets;
|
12 |
Electron ele;
|
13 |
std::vector<Electron> eles;
|
14 |
Muon mu;
|
15 |
std::vector<Muon> mus;
|
16 |
Tau tau;
|
17 |
std::vector<Tau> taus;
|
18 |
Photon ph;
|
19 |
std::vector<Photon> phs;
|
20 |
MET met;
|
21 |
PrimaryVertex pv;
|
22 |
std::vector<PrimaryVertex> pvs;
|
23 |
GenInfo genInfo;
|
24 |
GenParticle genp;
|
25 |
std::vector<GenParticle> genps;
|
26 |
}
|
27 |
}
|