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.3 by samvel, Tue May 24 14:43:29 2011 UTC vs.
Revision 1.4 by meloam, Fri Dec 16 00:38:30 2011 UTC

# Line 21 | Line 21
21  
22   class TFile;
23   class TH1;
24 + class TH1D;
25 + class TH2;
26   class TH3;
27 <
27 > class TH3D;
28   namespace s8
29   {
30      class MonitorDelta;
# Line 64 | Line 66 | namespace s8
66                                                          const Jet *);
67  
68              virtual void muonIsInJetPlusAwayJet(const Lepton *,
69 <                                                const Jet *);
69 >                                                const Jet *,
70 >                                                const Event *);
71  
72              virtual void muonIsInJetPlusTaggedAwayJet(const Lepton *,
73 <                                                      const Jet *);
73 >                                                      const Jet *,
74 >                                                      const Event *);
75  
76              // PythiaOptionsDelegate interface
77              //
# Line 79 | Line 83 | namespace s8
83              virtual void optionTriggerIsSet(const Trigger &);
84              virtual void optionSimulateTriggerIsSet(const bool &);
85              virtual void optionReweightTriggerIsSet(const std::string &);
86 +            virtual void optionReweightTriggerPVIsSet(const std::string &);
87 +
88  
89              // Misc options
90              //
# Line 123 | Line 129 | namespace s8
129              S8Selector    *_s8_selector;
130  
131              boost::shared_ptr<TFile> _reweight_file;
132 <            TH3 *_reweights;
133 <
132 >            boost::shared_ptr<TFile> _reweight_pv_file;
133 >            TH2  *_reweights;
134 >            TH3D *_reweightsPV;
135              const Event *_event;
136      };
137   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines