BOSS 7.0.5
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/EmcRec/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 "EmcRec/EmcRecNeighbor.h"
11
13{
14 public:
15 // Constructors and destructors
17 virtual ~EmcRecSeedAbs() {}
18
19 public:
20 virtual void Seed(const RecEmcCluster& aCluster,
21 RecEmcIDVector& aMaxVec) =0;
22};
23
24#endif // EMC_REC_SEED_ABS_H
25
virtual void Seed(const RecEmcCluster &aCluster, RecEmcIDVector &aMaxVec)=0