BOSS 7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
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
11
13{
14 public:
15 // Constructors and destructors
18
19 public:
20 virtual void Seed(const RecEmcCluster& aCluster,
21 RecEmcIDVector& aMaxVec);
22};
23
24#endif // EMC_REC_SEED_LOCAL_MAX_H
25
vector< RecEmcID > RecEmcIDVector
virtual void Seed(const RecEmcCluster &aCluster, RecEmcIDVector &aMaxVec)