BOSS 7.0.2
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{
19 _guts = MdcHitMapGuts::instance(gm);
20 assert(_guts != 0);
21}
22
24{}
MdcHitMap(const MdcDetector &)
Definition: MdcHitMap.cxx:17
virtual ~MdcHitMap()
Definition: MdcHitMap.cxx:23