# | Line 15 | Line 15 | |
---|---|---|
15 | #define MITPROD_TREEFILLER_FILLMITTREE_H | |
16 | ||
17 | #include "FWCore/Framework/interface/EDAnalyzer.h" | |
18 | + | #include "MitProd/TreeService/interface/TreeService.h" |
19 | + | |
20 | ||
21 | namespace mithep | |
22 | { | |
# | Line 38 | Line 40 | namespace mithep | |
40 | protected: | |
41 | bool addActiveFiller(BaseFiller *bf); | |
42 | bool configure(const edm::ParameterSet &cfg); | |
43 | + | bool configureTreeWriter(const edm::ParameterSet &cfg); |
44 | ||
45 | std::vector<BaseFiller*> fillers_; //list of active fillers | |
46 | bool defactive_; //default activity flag for fillers |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |