11 |
|
// Authors: C.Paus |
12 |
|
//-------------------------------------------------------------------------------------------------- |
13 |
|
|
14 |
< |
#ifndef TREEFILLER_FILLMITTREE_H |
15 |
< |
#define TREEFILLER_FILLMITTREE_H |
14 |
> |
#ifndef MITPROD_TREEFILLER_FILLMITTREE_H |
15 |
> |
#define MITPROD_TREEFILLER_FILLMITTREE_H |
16 |
|
|
17 |
|
#include "FWCore/Framework/interface/EDAnalyzer.h" |
18 |
|
#include "FWCore/Framework/interface/Event.h" |
37 |
|
static ObjectService *os() { return os_; } |
38 |
|
|
39 |
|
protected: |
40 |
+ |
bool addActiveFiller(BaseFiller *bf); |
41 |
|
bool configure(const edm::ParameterSet &cfg); |
42 |
|
|
43 |
|
std::vector<BaseFiller*> fillers_; //list of active fillers |