26 |
|
FillerBasicClusters(const edm::ParameterSet &cfg, const char *name, bool active=1); |
27 |
|
~FillerBasicClusters(); |
28 |
|
|
29 |
< |
void BookDataBlock(TreeWriter &tws); |
30 |
< |
void FillDataBlock(const edm::Event &e, const edm::EventSetup &es); |
31 |
< |
const BasicClusterMap *GetBasicClusterMap() const { return basicClusterMap_; } |
29 |
> |
void BookDataBlock(TreeWriter &tws); |
30 |
> |
void FillDataBlock(const edm::Event &e, const edm::EventSetup &es); |
31 |
> |
// const BasicClusterMap *GetBasicClusterMap() const { return basicClusterMap_; } |
32 |
|
|
33 |
|
private: |
34 |
|
std::string edmName_; //edm name of clusters |