BOSS 6.6.4.p03
BESIII Offline Software System
Loading...
Searching...
No Matches
EmcRecCluster2ShowerAbs.h
Go to the documentation of this file.
1//
2// Convert from Cluster Map to Shower Map
3//
4// Miao He 2006, 3, 9
5//
6#ifndef EMC_REC_CLUSTER_2_SHOWER_ABS_H
7#define EMC_REC_CLUSTER_2_SHOWER_ABS_H
8
10
12{
13 public:
14 // Constructors and destructors
17
18 virtual void Convert(RecEmcClusterMap& aClusterMap,
19 RecEmcShowerMap& aShowerMap) = 0;
20};
21
22#endif //EMC_REC_CLUSTER_2_SHOWER_ABS_H
map< RecEmcID, RecEmcCluster, less< RecEmcID > > RecEmcClusterMap
Definition: RecEmcCluster.h:92
map< RecEmcID, RecEmcShower, less< RecEmcID > > RecEmcShowerMap
Definition: RecEmcShower.h:169
virtual void Convert(RecEmcClusterMap &aClusterMap, RecEmcShowerMap &aShowerMap)=0