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

Go to the documentation of this file.
00001 //
00002 //  Match Emc Shower and Tof Hit
00003 //
00004 //  He Miao 2006, 9, 15
00005 //
00006 #ifndef EMC_REC_TOF_MATCH_H
00007 #define EMC_REC_TOF_MATCH_H
00008 
00009 #include "EmcRecEventModel/RecEmcEventModel.h"
00010 
00011 class EmcRecTofMatch
00012 {
00013  public:
00014    // Constructors and destructors
00015    EmcRecTofMatch();
00016    ~EmcRecTofMatch();
00017    
00018    // Emc Tof Match
00019    void Match(RecEmcShowerMap& aShowerMap,
00020        RecEmcTofHitMap& tofHitMap);
00021    
00022    // Energy correction
00023    RecEmcEnergy ECorrection(const RecEmcEnergy eIn);
00024    
00025 };
00026 #endif

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