# | 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); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |