BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/EmcRec/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 "EmcRec/EmcRecNeighbor.h"
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
map< RecEmcID, RecEmcHit, less< RecEmcID > > RecEmcHitMap
void Convert(const RecEmcHitMap &aHitMap, RecEmcClusterMap &aClusterMap)