3 |
|
// |
4 |
|
// FillerBasicClusters |
5 |
|
// |
6 |
< |
// Imlementation of a filler to fill EDM basic clusters into our mithep::BasicCluster data structure. |
6 |
> |
// Implementation of a filler to fill EDM basic clusters into the |
7 |
> |
// mithep::BasicCluster data structure. |
8 |
|
// |
9 |
< |
// Authors: Si Xie |
9 |
> |
// Authors: S.Xie |
10 |
|
//-------------------------------------------------------------------------------------------------- |
11 |
|
|
12 |
|
#ifndef MITPROD_TREEFILLER_FILLERBASICCLUSTERS_H |
31 |
|
const BasicClusterMap *GetBasicClusterMap() const { return basicClusterMap_; } |
32 |
|
|
33 |
|
private: |
34 |
< |
std::string edmName_; |
35 |
< |
std::string mitName_; |
36 |
< |
std::string basicClusterMapName_; //name of export map |
37 |
< |
mithep::BasicClusterArr *basicClusters_; //array of basic clusters |
38 |
< |
mithep::BasicClusterMap *basicClusterMap_; //map wrt basic Clusters |
34 |
> |
std::string edmName_; //edm name of clusters |
35 |
> |
std::string mitName_; //mit name of clusters |
36 |
> |
std::string basicClusterMapName_; //name of export map |
37 |
> |
mithep::BasicClusterArr *basicClusters_; //array of basic clusters |
38 |
> |
mithep::BasicClusterMap *basicClusterMap_; //map wrt basic Clusters |
39 |
|
}; |
40 |
|
} |
41 |
|
#endif |