BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/EmcRec/include/EmcRec/EmcRecSplitWeighted.h
Go to the documentation of this file.
1//
2// Spliter
3// Simple weighted method
4// This is only used for testing code.
5//
6// Zhe Wang 2004, 8, 31
7//
8#ifndef EMC_REC_SPLIT_WEIGHTED_H
9#define EMC_REC_SPLIT_WEIGHTED_H
10
11#include "EmcRecSplitAbs.h"
12
16
18public:
19 // Constructors and destructors
22
23public:
24 virtual void Split( RecEmcCluster& aCluster, const RecEmcIDVector& aMaxVec,
25 RecEmcShowerMap& aShowerMap );
26
30};
31
32#endif // EMC_REC_SPLIT_WEIGHTED_H
map< RecEmcID, RecEmcShower, less< RecEmcID > > RecEmcShowerMap
virtual void Split(RecEmcCluster &aCluster, const RecEmcIDVector &aMaxVec, RecEmcShowerMap &aShowerMap)