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

Go to the documentation of this file.
00001 //
00002 //    Linear weighted average position with correction is used by BELLE.
00003 //    Loglinarithmic weighted average position is used by BaBar.
00004 //    And many others...
00005 //
00006 //    This one is logarithmic weight.
00007 //
00008 //    Created by Zhe Wang 2004, 5, 16
00009 //
00010 #ifndef EMC_REC_SHOWER_POS_LOGLIN_H
00011 #define EMC_REC_SHOWER_POS_LOGLIN_H
00012 
00013 #include "EmcRec/EmcRecShowerPosAbs.h"
00014 
00015 
00016 
00017 class EmcRecShowerPosLoglin:public EmcRecShowerPosAbs
00018 {
00019  public:
00020 
00021   EmcRecShowerPosLoglin() {}
00022    virtual ~EmcRecShowerPosLoglin() {}
00023    
00024  public:
00025    virtual void Position(RecEmcShower& aShower);
00026 
00027 };
00028 
00029 #endif // EMC_REC_SHOWER_POS_LOG_H
00030 

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