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.7 by dnisson, Fri Nov 27 20:16:59 2009 UTC vs.
Revision 1.8 by dnisson, Sun Jan 10 01:36:29 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 TH2D * make_histo(const edm::Event&, const edm::EventSetup&) = 0;
37 >  virtual TH2D * make_histo(const edm::Event&, const edm::EventSetup&);
38    virtual HistoFitter::ModelDefinition& make_model_def(const edm::Event&,
39                                                         const edm::EventSetup&,
40 <                                                       TH2 *hist) = 0;
40 >                                                       TH2 *hist);
41    virtual void analyze_results(HistoFitter::FitResults,
42                                 std::vector<HistoFitter::Trouble>,
43                                 TH2 *) = 0;
# Line 45 | Line 45 | class JetFitAnalyzer : public edm::EDAna
45    private:
46    // ----------member data ---------------------------
47    double P_cutoff_val_;
48 +  int infoType_;
49 +  double smear_;
50 +  std::string jet_algo_;
51   };
52  
53   //

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines