#include <MdcxHits.h>
◆ MdcxHits() [1/3]
◆ ~MdcxHits() [1/3]
◆ MdcxHits() [2/3]
◆ ~MdcxHits() [2/3]
| virtual MdcxHits::~MdcxHits |
( |
| ) |
|
|
virtual |
◆ MdcxHits() [3/3]
◆ ~MdcxHits() [3/3]
| virtual MdcxHits::~MdcxHits |
( |
| ) |
|
|
virtual |
◆ create() [1/3]
| void MdcxHits::create |
( |
MdcDigiVec | digiVec, |
|
|
float | c0 = 0.0, |
|
|
float | cresol = 0.0180 ) |
Definition at line 57 of file MdcxHits.cxx.
57 {
58 MdcDigiVec::iterator
iter = mdcDigiVec.begin();
59 for ( ;
iter != mdcDigiVec.end();
iter++ )
60 {
61 const MdcDigi* aDigi = *
iter;
62 MdcxHit* temp = new MdcxHit( aDigi, c0, cresol );
63
64
65
66
67
68 mdcxHitList.append( temp );
69 }
70}
◆ create() [2/3]
| void MdcxHits::create |
( |
MdcDigiVec | digiVec, |
|
|
float | c0 = 0.0, |
|
|
float | cresol = 0.0180 ) |
◆ create() [3/3]
| void MdcxHits::create |
( |
MdcDigiVec | digiVec, |
|
|
float | c0 = 0.0, |
|
|
float | cresol = 0.0180 ) |
◆ GetMdcxHitList() [1/3]
◆ GetMdcxHitList() [2/3]
◆ GetMdcxHitList() [3/3]
◆ print() [1/3]
| void MdcxHits::print |
( |
std::ostream & | o, |
|
|
int | pmax = 10 ) const |
◆ print() [2/3]
| void MdcxHits::print |
( |
std::ostream & | o, |
|
|
int | pmax = 10 ) const |
◆ print() [3/3]
| void MdcxHits::print |
( |
std::ostream & | o, |
|
|
int | pmax = 10 ) const |
◆ reset() [1/3]
Definition at line 55 of file MdcxHits.cxx.
55{ HepAListDeleteAll( mdcxHitList ); }
◆ reset() [2/3]
◆ reset() [3/3]
The documentation for this class was generated from the following files: