BOSS 7.0.5
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 ()
 
 MdcHitDict ()
 
virtual ~MdcHitDict ()
 
MdcSegUsageget (const MdcHit *) const
 
void put (MdcHit *, MdcSegUsage *)
 
void clear ()
 

Detailed Description

Constructor & Destructor Documentation

◆ MdcHitDict() [1/2]

MdcHitDict::MdcHitDict ( )

Definition at line 19 of file MdcHitDict.cxx.

21{}

◆ ~MdcHitDict() [1/2]

MdcHitDict::~MdcHitDict ( )
virtual

Definition at line 24 of file MdcHitDict.cxx.

26{}

◆ MdcHitDict() [2/2]

MdcHitDict::MdcHitDict ( )

◆ ~MdcHitDict() [2/2]

virtual MdcHitDict::~MdcHitDict ( )
virtual

Member Function Documentation

◆ clear() [1/2]

void MdcHitDict::clear ( )

Definition at line 48 of file MdcHitDict.cxx.

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

◆ clear() [2/2]

void MdcHitDict::clear ( )

◆ get() [1/2]

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}

◆ get() [2/2]

MdcSegUsage * MdcHitDict::get ( const MdcHit ) const

◆ put() [1/2]

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}

◆ put() [2/2]

void MdcHitDict::put ( MdcHit ,
MdcSegUsage  
)

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