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

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

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