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

Comparing UserCode/JetFitAnalyzer/interface/JetFitAnalyzer.h (file contents):
Revision 1.10 by dnisson, Fri Feb 26 04:42:09 2010 UTC vs.
Revision 1.11 by dnisson, Sat Mar 27 01:58:10 2010 UTC

# Line 34 | Line 34 | class JetFitAnalyzer : public edm::EDAna
34    virtual void beginJob(const edm::EventSetup&);
35    virtual void analyze(const edm::Event&, const edm::EventSetup&);
36    virtual void endJob();
37 <  virtual std::vector<TH2D *> make_histo(const edm::Event&, const edm::EventSetup&);
37 >  virtual std::vector<TH2D *> make_histo(const edm::Event&, const edm::EventSetup&, std::vector<unsigned>&);
38    virtual HistoFitter::ModelDefinition& make_model_def(const edm::Event&,
39                                                         const edm::EventSetup&,
40                                                         TH2 *hist);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines