ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/UHHAnalysis/NtupleWriter/src/classes.h
Revision: 1.1.1.1 (vendor branch)
Committed: Mon Apr 2 15:18:11 2012 UTC (13 years, 1 month ago) by peiffer
Content type: text/plain
Branch: INITIAL
CVS Tags: start
Changes since 1.1: +1 -1 lines
Log Message:
new

File Contents

# User Rev Content
1 peiffer 1.1.1.1 #include "UHHAnalysis/NtupleWriter/interface/Objects.h"
2 peiffer 1.1 #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     }