BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/EmcRec/EmcRec-01-02-57/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 "EmcRec/EmcRecSeedAbs.h"
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
virtual void Seed(const RecEmcCluster &aCluster, RecEmcIDVector &aMaxVec)