15 |
|
#define MITPROD_TREEFILLER_FILLMITTREE_H |
16 |
|
|
17 |
|
#include "FWCore/Framework/interface/EDAnalyzer.h" |
18 |
– |
#include "MitProd/TreeService/interface/TreeService.h" |
19 |
– |
|
18 |
|
|
19 |
|
namespace mithep |
20 |
|
{ |
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_; } |