BOSS 7.0.6
BESIII Offline Software System
Loading...
Searching...
No Matches
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
11
13{
14 public:
15 // Constructors and destructors
18
19 virtual void Convert(RecEmcClusterMap& aClusterMap,
20 RecEmcShowerMap& aShowerMap);
21};
22
23#endif //EMC_REC_FAST_CLUSTER_2_SHOWER_H
24
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)