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.7 by peiffer, Wed Apr 18 12:53:46 2012 UTC vs.
Revision 1.10 by peiffer, Mon Apr 30 09:01:16 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;
90 +      bool doAllGenParticles;
91        bool doLumiInfo;
92        bool doPV;
93        bool doTrigger;
# Line 122 | 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  
# Line 142 | Line 149 | class NtupleWriter : public edm::EDAnaly
149        //std::map<std::string, bool> triggerResults;
150        std::vector<std::string> triggerNames;
151        std::vector<bool> triggerResults;
152 <      std::vector<int> L1_prescale;
153 <      std::vector<int> HLT_prescale;
152 > /*       std::vector<int> L1_prescale; */
153 > /*       std::vector<int> HLT_prescale; */
154        
155        HLTConfigProvider hlt_cfg;
156        bool newrun;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines