ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/System8/s8/Analyzer/interface/MonitorAnalyzer.h
(Generate patch)

Comparing UserCode/System8/s8/Analyzer/interface/MonitorAnalyzer.h (file contents):
Revision 1.1 by samvel, Fri May 6 14:31:19 2011 UTC vs.
Revision 1.2 by samvel, Tue May 17 13:21:25 2011 UTC

# Line 100 | Line 100 | namespace s8
100              std::auto_ptr<TH1> _jets;
101              std::auto_ptr<TH1> _pthat;
102              std::auto_ptr<TH1> _primary_vertices;
103            int _n_primary_vertices;
103  
104              std::auto_ptr<MonitorLepton> _monitorMuons;
105              std::auto_ptr<MonitorJet> _monitorJets;
# Line 109 | Line 108 | namespace s8
108              // (n) plots
109              //
110              std::auto_ptr<MonitorMuonInJet> _monitorNMuonInJet;
111 +            std::auto_ptr<TH1> _n_primary_vertices;
112 +            std::auto_ptr<TH1> _n_primary_vertices_z;
113 +            bool _are_n_plots_filled;
114  
115              // (p) plots
116              //
# Line 122 | Line 124 | namespace s8
124  
125              boost::shared_ptr<TFile> _reweight_file;
126              TH3 *_reweights;
127 +
128 +            const Event *_event;
129      };
130   }
131  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines