/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Reconstruction/EmcRec/EmcRec-01-02-57/EmcRec/EmcRecSeedLocalMax.h

Go to the documentation of this file.
00001 //
00002 //  Seed finder
00003 //  Use local max to determine a seed
00004 //
00005 //  Zhe Wang 2004, 8, 31
00006 //
00007 #ifndef EMC_REC_SEED_LOCAL_MAX_H
00008 #define EMC_REC_SEED_LOCAL_MAX_H
00009 
00010 #include "EmcRec/EmcRecSeedAbs.h"
00011 
00012 class EmcRecSeedLocalMax:public EmcRecSeedAbs
00013 {
00014  public:
00015    // Constructors and destructors
00016    EmcRecSeedLocalMax();
00017    ~EmcRecSeedLocalMax();
00018    
00019  public:
00020    virtual void Seed(const RecEmcCluster& aCluster,
00021                      RecEmcIDVector& aMaxVec);
00022 };
00023 
00024 #endif  // EMC_REC_SEED_LOCAL_MAX_H
00025 

Generated on Tue Nov 29 23:13:14 2016 for BOSS_7.0.2 by  doxygen 1.4.7