ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/UHHAnalysis/NtupleWriter/src/classes.h
Revision: 1.1
Committed: Mon Apr 2 12:40:14 2012 UTC (13 years, 1 month ago) by peiffer
Content type: text/plain
Branch: MAIN
Branch point for: INITIAL
Log Message:
new

File Contents

# Content
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 }