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

Go to the documentation of this file.
00001 //
00002 //    Abstract base class for
00003 //    shower position reconstruction
00004 //    You can inherit this class to develop your code.
00005 //    
00006 //    Created by Zhe Wang 2004, 5, 16
00007 //
00008 #ifndef EMC_REC_SHOWER_POS_ABS_H
00009 #define EMC_REC_SHOWER_POS_ABS_H
00010 
00011 #include "EmcRecEventModel/RecEmcEventModel.h"
00012 
00013 class EmcRecShowerPosAbs
00014 {
00015  public:
00016    EmcRecShowerPosAbs() {}
00017    virtual ~EmcRecShowerPosAbs() {}
00018    
00019  public:
00020    virtual void Position(RecEmcShower& aShower) =0;
00021    
00022 };
00023 
00024 #endif //EMC_REC_SHOWER_POS_ABS_H
00025 

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