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

Go to the documentation of this file.
00001 //
00002 //  Convert from Cluster Map to Shower Map
00003 //
00004 //  Miao He 2006, 3, 9
00005 //
00006 #ifndef EMC_REC_CLUSTER_2_SHOWER_ABS_H
00007 #define EMC_REC_CLUSTER_2_SHOWER_ABS_H
00008 
00009 #include "EmcRecEventModel/RecEmcEventModel.h"
00010 
00011 class EmcRecCluster2ShowerAbs
00012 {
00013   public:
00014     // Constructors and destructors
00015     EmcRecCluster2ShowerAbs() {}
00016     virtual ~EmcRecCluster2ShowerAbs() {}
00017     
00018     virtual void Convert(RecEmcClusterMap& aClusterMap,
00019         RecEmcShowerMap& aShowerMap) = 0;
00020 };
00021 
00022 #endif  //EMC_REC_CLUSTER_2_SHOWER_ABS_H

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