ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/OSUT3Analysis/AnaTools/plugins/OSUAnalysis.h
(Generate patch)

Comparing UserCode/OSUT3Analysis/AnaTools/plugins/OSUAnalysis.h (file contents):
Revision 1.32 by ahart, Tue May 14 19:34:42 2013 UTC vs.
Revision 1.33 by biliu, Fri May 24 18:51:20 2013 UTC

# Line 158 | Line 158 | class OSUAnalysis : public edm::EDAnalyz
158        bool printEventInfo_;
159        bool useTrackCaloRhoCorr_;  // to use the calo-based rho correction for the by-hand calculation of the track isolation energy
160        vector<double> stopCTau_;
161 <
161 >      bool GetPlotsAfterEachCut_;
162 >      
163        struct DeadEcal {
164          double etaEcal;
165          double phiEcal;
# Line 189 | Line 190 | class OSUAnalysis : public edm::EDAnalyz
190  
191        flagMap cumulativeFlags;
192  
193 <      vector<map<string, TH1D*> > oneDHists_;
194 <      vector<map<string, TH2D*> > twoDHists_;
193 >      vector<vector<map<string, TH1D*>>> oneDHists_;
194 >      vector<vector<map<string, TH2D*>>> twoDHists_;
195  
196        edm::Service<TFileService> fs_;
197  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines