/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Reconstruction/MdcPatRec/MdcData/MdcData-00-01-27/src/MdcHitMap.cxx

Go to the documentation of this file.
00001 //--------------------------------------------------------------------------
00002 // File and Version Information:
00003 //      $Id: MdcHitMap.cxx,v 1.2 2005/07/18 03:16:11 zhangy Exp $
00004 //
00005 // Description:
00006 //
00007 //
00008 // Environment:
00009 //      Software developed for the BaBar Detector at the SLAC B-Factory.
00010 //
00011 // Author(s): Steve Schaffner
00012 //
00013 //------------------------------------------------------------------------
00014 #include "MdcData/MdcHitMap.h"
00015 #include <assert.h>
00016 
00017 MdcHitMap::MdcHitMap(const MdcDetector& gm)
00018 {
00019   _guts = MdcHitMapGuts::instance(gm);
00020   assert(_guts != 0);
00021 }
00022 
00023 MdcHitMap::~MdcHitMap()
00024 {}

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