BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/EmcRec/include/EmcRec/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
11#include "EmcRecEventModel/RecEmcEventModel.h"
12#include "EmcRecNeighbor.h"
13#include "EmcRecSeedAbs.h"
14#include "EmcRecSplitAbs.h"
15
17public:
18 // Constructors and destructors
21
22 void Convert( RecEmcClusterMap& aClusterMap, RecEmcShowerMap& aShowerMap );
23
24private:
25 EmcRecSeedAbs* fSeedFinder;
26 EmcRecSplitAbs* fSplitter;
27};
28
29#endif // EMC_REC_CLUSTER_2_SHOWER_H
map< RecEmcID, RecEmcCluster, less< RecEmcID > > RecEmcClusterMap
map< RecEmcID, RecEmcShower, less< RecEmcID > > RecEmcShowerMap
void Convert(RecEmcClusterMap &aClusterMap, RecEmcShowerMap &aShowerMap)