# | Line 29 | Line 29 | namespace mithep | |
---|---|---|
29 | FillMitTree(const edm::ParameterSet &cfg); | |
30 | ~FillMitTree(); | |
31 | ||
32 | + | void beginRun(edm::Run const &, edm::EventSetup const&); |
33 | void analyze(const edm::Event &e, const edm::EventSetup &es); | |
34 | < | void beginJob(const edm::EventSetup &es); |
34 | > | void beginJob(); |
35 | void endJob(); | |
36 | ||
37 | static ObjectService *os() { return os_; } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |