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