BOSS 7.0.7
BESIII Offline Software System
|
#include <TSegmentCurl.h>
Public Member Functions | |
TSegmentCurl (const unsigned superLayerId=9999, const unsigned max=9999) | |
TSegmentCurl (TSegmentCurl &) | |
TSegmentCurl (TSegmentCurl *) | |
~TSegmentCurl (void) | |
const unsigned | maxLocalLayerId (void) const |
const unsigned | superLayerId (void) const |
const unsigned | seqOfLayer (const unsigned) |
const unsigned | sizeOfLayer (const unsigned) |
const unsigned | maxSeq (void) const |
const unsigned | layerIdOfMaxSeq (void) |
const unsigned | numOfSeqOneLayer (void) |
const unsigned | numOfLargeSeqLayer (void) |
void | setMaxSeq (const unsigned) |
void | releaseMaxSeq (void) |
const unsigned | size (void) |
const unsigned | maxLocalLayerId (const unsigned) |
const unsigned | superLayerId (const unsigned) |
void | append (TMLink &) |
void | append (TMLink *) |
void | append (AList< TMLink > &) |
void | remove (TMLink &) |
void | remove (TMLink *) |
void | remove (AList< TMLink > &) |
void | removeAll (void) |
const AList< TMLink > & | list (void) |
const AList< TMLink > & | list (unsigned i) |
TSegmentCurl & | operator= (const TSegmentCurl &) |
void | dump (void) |
unsigned | wires (const unsigned) const |
void | update (void) |
Definition at line 13 of file TSegmentCurl.h.
TSegmentCurl::TSegmentCurl | ( | const unsigned | superLayerId = 9999 , |
const unsigned | max = 9999 |
||
) |
Definition at line 6 of file TSegmentCurl.cxx.
TSegmentCurl::TSegmentCurl | ( | TSegmentCurl & | s | ) |
Definition at line 18 of file TSegmentCurl.cxx.
TSegmentCurl::TSegmentCurl | ( | TSegmentCurl * | s | ) |
Definition at line 31 of file TSegmentCurl.cxx.
TSegmentCurl::~TSegmentCurl | ( | void | ) |
Definition at line 44 of file TSegmentCurl.cxx.
Definition at line 127 of file TSegmentCurl.cxx.
|
inline |
Definition at line 107 of file TSegmentCurl.cxx.
|
inline |
Definition at line 117 of file TSegmentCurl.cxx.
void TSegmentCurl::dump | ( | void | ) |
Definition at line 411 of file TSegmentCurl.cxx.
|
inline |
Definition at line 193 of file TSegmentCurl.cxx.
Definition at line 52 of file TSegmentCurl.h.
Definition at line 51 of file TSegmentCurl.h.
|
inline |
Definition at line 89 of file TSegmentCurl.cxx.
|
inline |
Definition at line 55 of file TSegmentCurl.cxx.
|
inline |
Definition at line 181 of file TSegmentCurl.cxx.
|
inline |
Definition at line 211 of file TSegmentCurl.cxx.
|
inline |
Definition at line 202 of file TSegmentCurl.cxx.
TSegmentCurl & TSegmentCurl::operator= | ( | const TSegmentCurl & | s | ) |
Definition at line 243 of file TSegmentCurl.cxx.
void TSegmentCurl::releaseMaxSeq | ( | void | ) |
Definition at line 158 of file TSegmentCurl.cxx.
|
inline |
Definition at line 138 of file TSegmentCurl.cxx.
|
inline |
Definition at line 148 of file TSegmentCurl.cxx.
|
inline |
Definition at line 169 of file TSegmentCurl.cxx.
|
inline |
Definition at line 71 of file TSegmentCurl.cxx.
void TSegmentCurl::setMaxSeq | ( | const unsigned | ) |
|
inline |
|
inline |
Definition at line 80 of file TSegmentCurl.cxx.
|
inline |
Definition at line 98 of file TSegmentCurl.cxx.
|
inline |
Definition at line 63 of file TSegmentCurl.cxx.
void TSegmentCurl::update | ( | void | ) |
Definition at line 219 of file TSegmentCurl.cxx.
Referenced by layerIdOfMaxSeq(), maxSeq(), numOfLargeSeqLayer(), numOfSeqOneLayer(), seqOfLayer(), and sizeOfLayer().
unsigned TSegmentCurl::wires | ( | const unsigned | LayerId | ) | const |
Definition at line 382 of file TSegmentCurl.cxx.