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); |
41 |
|
virtual void analyze_results(HistoFitter::FitResults, |
42 |
|
std::vector<HistoFitter::Trouble>, |
43 |
< |
TH2 *) = 0; |
43 |
> |
TH2 *, const edm::Event&) = 0; |
44 |
|
|
45 |
|
private: |
46 |
|
// ----------member data --------------------------- |