BOSS 7.1.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EmcRecHit2Cluster.h
Go to the documentation of this file.
1//
2// Convert from Hit Map to Cluster Map
3//
4// Wang.Zhe 2004, 3, 29
5//
6#ifndef EMC_REC_HIT_2_CLUSTER_H
7#define EMC_REC_HIT_2_CLUSTER_H
8
11
13{
14 public:
15 // Constructors and destructors
18
19 void Convert(const RecEmcHitMap& aHitMap,
20 RecEmcClusterMap& aClusterMap);
21
22};
23#endif
map< RecEmcID, RecEmcCluster, less< RecEmcID > > RecEmcClusterMap
Definition: RecEmcCluster.h:92
map< RecEmcID, RecEmcHit, less< RecEmcID > > RecEmcHitMap
Definition: RecEmcHit.h:75
void Convert(const RecEmcHitMap &aHitMap, RecEmcClusterMap &aClusterMap)