BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcHitDict Class Reference

#include <MdcHitDict.h>

Public Member Functions

 MdcHitDict ()
 
virtual ~MdcHitDict ()
 
MdcSegUsageget (const MdcHit *) const
 
void put (MdcHit *, MdcSegUsage *)
 
void clear ()
 

Detailed Description

Definition at line 24 of file MdcHitDict.h.

Constructor & Destructor Documentation

◆ MdcHitDict()

MdcHitDict::MdcHitDict ( )

Definition at line 19 of file MdcHitDict.cxx.

21{}

◆ ~MdcHitDict()

MdcHitDict::~MdcHitDict ( )
virtual

Definition at line 24 of file MdcHitDict.cxx.

26{}

Member Function Documentation

◆ clear()

void MdcHitDict::clear ( )

Definition at line 48 of file MdcHitDict.cxx.

48 {
49//------------------------------------------------------------------------
50 m_segUsage.clear();
51}

◆ get()

MdcSegUsage * MdcHitDict::get ( const MdcHit * theHit) const

Definition at line 31 of file MdcHitDict.cxx.

31 {
32//------------------------------------------------------------------------
33// return m_segUsage.findValue(theHit);
34 return (*m_segUsage.find(theHit)).second;
35
36}

◆ put()

void MdcHitDict::put ( MdcHit * theHit,
MdcSegUsage * theAux )

Definition at line 40 of file MdcHitDict.cxx.

40 {
41//------------------------------------------------------------------------
42// m_segUsage.insertKeyAndValue(theHit, theAux);
43 m_segUsage[theHit] = theAux;
44}

The documentation for this class was generated from the following files: