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

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

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