BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/EmcRec/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
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
map< RecEmcID, RecEmcShower, less< RecEmcID > > RecEmcShowerMap
virtual void Convert(RecEmcClusterMap &aClusterMap, RecEmcShowerMap &aShowerMap)=0