# | Line 29 | Line 29 | namespace mithep | |
---|---|---|
29 | ~FillMitTree(); | |
30 | ||
31 | void analyze (const edm::Event&, const edm::EventSetup&); | |
32 | < | void beginJob(edm::EventSetup const&); |
33 | < | void endJob (); |
32 | > | void beginJob(const edm::EventSetup&); |
33 | > | void endJob(); |
34 | ||
35 | private: | |
36 | < | std::vector<BaseFiller*> fillers_; // list of our fillers and potential fillers |
36 | > | bool configure(const edm::ParameterSet&); |
37 | > | std::vector<BaseFiller*> fillers_; // list of active fillers |
38 | }; | |
39 | } | |
40 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |