ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/UHHAnalysis/NtupleWriter/interface/NtupleWriter.h
(Generate patch)

Comparing UserCode/UHHAnalysis/NtupleWriter/interface/NtupleWriter.h (file contents):
Revision 1.8 by peiffer, Thu Apr 19 09:51:01 2012 UTC vs.
Revision 1.9 by peiffer, Mon Apr 23 14:26:23 2012 UTC

# Line 83 | Line 83 | class NtupleWriter : public edm::EDAnaly
83        bool doTaus;
84        bool doJets;
85        bool doTopJets;
86 +      bool doGenTopJets;
87        bool doMET;
88        bool doPhotons;
89        bool doGenInfo;
# Line 123 | Line 124 | class NtupleWriter : public edm::EDAnaly
124        double topjet_ptmin;
125        double topjet_etamax;
126  
127 +      std::vector<std::string> gentopjet_sources;
128 +      std::vector<TopJet> gentopjets[Nmax];
129 +      double gentopjet_ptmin;
130 +      double gentopjet_etamax;
131 +
132        std::vector<std::string> photon_sources;
133        std::vector<Photon> phs[Nmax];
134  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines