BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/EmcRec/include/EmcRec/EmcRecFastCluster2Shower.h
Go to the documentation of this file.
1//
2// Convert from Cluster Map to Shower Map in online mode.
3//
4// Miao He 2006, 3, 9
5//
6#ifndef EMC_REC_FAST_CLUSTER_2_SHOWER_H
7#define EMC_REC_FAST_CLUSTER_2_SHOWER_H
8
10#include "EmcRecEventModel/RecEmcEventModel.h"
11
13public:
14 // Constructors and destructors
17
18 virtual void Convert( RecEmcClusterMap& aClusterMap, RecEmcShowerMap& aShowerMap );
19};
20
21#endif // EMC_REC_FAST_CLUSTER_2_SHOWER_H
map< RecEmcID, RecEmcCluster, less< RecEmcID > > RecEmcClusterMap
map< RecEmcID, RecEmcShower, less< RecEmcID > > RecEmcShowerMap
virtual ~EmcRecFastCluster2Shower()
virtual void Convert(RecEmcClusterMap &aClusterMap, RecEmcShowerMap &aShowerMap)