BOSS 6.6.4.p03
BESIII Offline Software System
|
#include <KalFitSuper_Mdc.h>
Public Member Functions | |
KalFitSuper_Mdc (const int firstWireID, const int NWire, const int firstLayerID, const int NLayer, const int superLayerID) | |
Constructors and destructor. | |
~KalFitSuper_Mdc () | |
void | clear (void) |
clear object | |
const int | nWire (void) const |
returns number of wires | |
const int | nLayer (void) const |
returns number of layers | |
const int | layerMaxId (void) const |
returns layer max ID | |
const int | localMaxId (void) const |
returns local max ID | |
const int | superLayerId (void) const |
returns super-layer ID | |
void | appendHit (KalFitWire *) |
append a wireHit to the list of hits of the superlayer | |
Definition at line 8 of file KalFitSuper_Mdc.h.
KalFitSuper_Mdc::KalFitSuper_Mdc | ( | const int | firstWireID, |
const int | NWire, | ||
const int | firstLayerID, | ||
const int | NLayer, | ||
const int | superLayerID | ||
) |
Constructors and destructor.
Definition at line 17 of file KalFitSuper_Mdc.cxx.
KalFitSuper_Mdc::~KalFitSuper_Mdc | ( | ) |
Definition at line 31 of file KalFitSuper_Mdc.cxx.
|
inline |
append a wireHit to the list of hits of the superlayer
Definition at line 63 of file KalFitSuper_Mdc.h.
void KalFitSuper_Mdc::clear | ( | void | ) |
clear object
Definition at line 39 of file KalFitSuper_Mdc.cxx.
Referenced by ~KalFitSuper_Mdc().
const int KalFitSuper_Mdc::layerMaxId | ( | void | ) | const |
returns layer max ID
Definition at line 68 of file KalFitSuper_Mdc.cxx.
const int KalFitSuper_Mdc::localMaxId | ( | void | ) | const |
returns local max ID
Definition at line 62 of file KalFitSuper_Mdc.cxx.
const int KalFitSuper_Mdc::nLayer | ( | void | ) | const |
returns number of layers
Definition at line 56 of file KalFitSuper_Mdc.cxx.
const int KalFitSuper_Mdc::nWire | ( | void | ) | const |
returns number of wires
Definition at line 50 of file KalFitSuper_Mdc.cxx.
Referenced by KalFitLayer_Mdc::csize(), and KalFitWire::phi().
const int KalFitSuper_Mdc::superLayerId | ( | void | ) | const |
returns super-layer ID
Definition at line 74 of file KalFitSuper_Mdc.cxx.