BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/EmcRec/include/EmcRec/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
9#include "EmcRecEventModel/RecEmcEventModel.h"
10#include "EmcRecNeighbor.h"
11
13public:
14 // Constructors and destructors
17
18 void Convert( const RecEmcHitMap& aHitMap, RecEmcClusterMap& aClusterMap );
19};
20#endif
map< RecEmcID, RecEmcCluster, less< RecEmcID > > RecEmcClusterMap
map< RecEmcID, RecEmcHit, less< RecEmcID > > RecEmcHitMap
void Convert(const RecEmcHitMap &aHitMap, RecEmcClusterMap &aClusterMap)