17 |
|
#include "FWCore/MessageLogger/interface/MessageLogger.h" |
18 |
|
#include "DataFormats/Common/interface/Handle.h" |
19 |
|
#include "MitAna/DataUtil/interface/TreeWriter.h" |
20 |
+ |
#include <TString.h> |
21 |
|
|
22 |
|
namespace mithep |
23 |
|
{ |
40 |
|
void GetProduct(const std::string name, edm::Handle<TYPE> &product, |
41 |
|
const edm::Event &event) const; |
42 |
|
|
43 |
< |
const std::string name_; //name of this filler |
44 |
< |
const edm::ParameterSet config_; //parameter set for this filler |
45 |
< |
const bool active_; //=1 if active |
43 |
> |
const std::string name_; // name of this filler |
44 |
> |
const edm::ParameterSet config_; // parameter set for this filler |
45 |
> |
const bool active_; // =1 if active |
46 |
|
}; |
47 |
|
} |
48 |
|
|