BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/EmcRec/EmcRec-01-02-57/EmcRec/EmcRecCluster2Shower.h
Go to the documentation of this file.
1//
2// Convert from Cluster Map to Shower Map
3//
4// Wang.Zhe 2004, 3, 30
5// Miao He 2006, 3, 13
6//
7#ifndef EMC_REC_CLUSTER_2_SHOWER_H
8#define EMC_REC_CLUSTER_2_SHOWER_H
9
10#include "EmcRecEventModel/RecEmcEventModel.h"
11#include "EmcRec/EmcRecCluster2ShowerAbs.h"
12#include "EmcRec/EmcRecNeighbor.h"
13#include "EmcRec/EmcRecSeedAbs.h"
14#include "EmcRec/EmcRecSplitAbs.h"
15
17{
18 public:
19 // Constructors and destructors
22
23 void Convert(RecEmcClusterMap& aClusterMap,
24 RecEmcShowerMap& aShowerMap);
25
26 private:
27 EmcRecSeedAbs* fSeedFinder;
28 EmcRecSplitAbs* fSplitter;
29};
30
31#endif //EMC_REC_CLUSTER_2_SHOWER_H
32
map< RecEmcID, RecEmcCluster, less< RecEmcID > > RecEmcClusterMap
map< RecEmcID, RecEmcShower, less< RecEmcID > > RecEmcShowerMap
void Convert(RecEmcClusterMap &aClusterMap, RecEmcShowerMap &aShowerMap)