BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
EmcRecCluster2Shower.h
Go to the documentation of this file.
1//
2// Convert from Cluster Map to Shower Map
3//
4// Wang.Zhe 2004, 3, 30
5// Miao He 2006, 3, 13
6//
7#ifndef EMC_REC_CLUSTER_2_SHOWER_H
8#define EMC_REC_CLUSTER_2_SHOWER_H
9
15
17{
18 public:
19 // Constructors and destructors
22
23 void Convert(RecEmcClusterMap& aClusterMap,
24 RecEmcShowerMap& aShowerMap);
25
26 private:
27 EmcRecSeedAbs* fSeedFinder;
28 EmcRecSplitAbs* fSplitter;
29};
30
31#endif //EMC_REC_CLUSTER_2_SHOWER_H
32
map< RecEmcID, RecEmcCluster, less< RecEmcID > > RecEmcClusterMap
map< RecEmcID, RecEmcShower, less< RecEmcID > > RecEmcShowerMap
void Convert(RecEmcClusterMap &aClusterMap, RecEmcShowerMap &aShowerMap)