BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/EmcRec/include/EmcRec/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
9#include "EmcRecEventModel/RecEmcEventModel.h"
10
12public:
13 // Constructors and destructors
16
17 virtual void Convert( RecEmcClusterMap& aClusterMap, RecEmcShowerMap& aShowerMap ) = 0;
18};
19
20#endif // EMC_REC_CLUSTER_2_SHOWER_ABS_H
map< RecEmcID, RecEmcCluster, less< RecEmcID > > RecEmcClusterMap
map< RecEmcID, RecEmcShower, less< RecEmcID > > RecEmcShowerMap
virtual void Convert(RecEmcClusterMap &aClusterMap, RecEmcShowerMap &aShowerMap)=0