BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/EmcRec/include/EmcRec/EmcRecSeedEThreshold.h
Go to the documentation of this file.
1//
2// Seed finder
3// 1. local max (the same with EmcRecSeedLocalMax)
4// 2. energy of hit > EThresholdSeed
5//
6// Zhe Wang 2004, 8, 31
7//
8#ifndef EMC_REC_SEED_E_THRESHOLD_H
9#define EMC_REC_SEED_E_THRESHOLD_H
10
11#include "EmcRecParameter.h"
12#include "EmcRecSeedAbs.h"
13
15public:
16 // Constructors and destructors
19
20public:
21 virtual void Seed( const RecEmcCluster& aCluster, RecEmcIDVector& aMaxVec );
22
23private:
24 double fEThresholdSeed;
25};
26
27#endif // EMC_REC_SEED_E_THRESHOLD_H
virtual void Seed(const RecEmcCluster &aCluster, RecEmcIDVector &aMaxVec)