BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/EmcRec/include/EmcRec/EmcRecSeedAbs.h
Go to the documentation of this file.
1//
2// Seed finder abstract base class
3//
4// Zhe Wang 2004, 8, 31
5//
6#ifndef EMC_REC_SEED_ABS_H
7#define EMC_REC_SEED_ABS_H
8
9#include "EmcRecEventModel/RecEmcEventModel.h"
10#include "EmcRecNeighbor.h"
11
12class EmcRecSeedAbs {
13public:
14 // Constructors and destructors
16 virtual ~EmcRecSeedAbs() {}
17
18public:
19 virtual void Seed( const RecEmcCluster& aCluster, RecEmcIDVector& aMaxVec ) = 0;
20};
21
22#endif // EMC_REC_SEED_ABS_H
virtual void Seed(const RecEmcCluster &aCluster, RecEmcIDVector &aMaxVec)=0