BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcHitMap.cxx
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2// File and Version Information:
3// $Id: MdcHitMap.cxx,v 1.2 2005/07/18 03:16:11 zhangy Exp $
4//
5// Description:
6//
7//
8// Environment:
9// Software developed for the BaBar Detector at the SLAC B-Factory.
10//
11// Author(s): Steve Schaffner
12//
13//------------------------------------------------------------------------
14#include "MdcData/MdcHitMap.h"
15#include <assert.h>
16
18 _guts = MdcHitMapGuts::instance( gm );
19 assert( _guts != 0 );
20}
21
MdcHitMap(const MdcDetector &)
Definition MdcHitMap.cxx:17
virtual ~MdcHitMap()
Definition MdcHitMap.cxx:22