Revision: | 1.1 |
Committed: | Wed Jun 18 13:23:22 2008 UTC (16 years, 10 months ago) by paus |
Content type: | text/plain |
Branch: | MAIN |
Log Message: | Basic structure of Filling framework. |
# | User | Rev | Content |
---|---|---|---|
1 | paus | 1.1 | // $Id: $ |
2 | |||
3 | #include "MitProd/TreeFiller/interface/BaseFiller.h" | ||
4 | |||
5 | using namespace std; | ||
6 | using namespace edm; | ||
7 | using namespace mithep; | ||
8 | |||
9 | //------------------------------------------------------------------------------------------------- | ||
10 | BaseFiller::BaseFiller(const ParameterSet &cfg) : | ||
11 | config_(&cfg) | ||
12 | { | ||
13 | } |