CbmRoot
|
#include <Bins.h>
Public Member Functions | |
CbmXBin (CbmYBin *owner, int nofTBins) | |
CbmXBin (const CbmXBin &)=delete | |
CbmXBin & | operator= (const CbmXBin &)=delete |
bool | Use () const |
void | SetUse (bool v) |
void | SetUseRc (bool v) |
CbmTBin & | operator[] (int i) |
Private Attributes | |
CbmYBin * | fOwner |
bool | fUse |
CbmTBin * | fTBins |
|
inline |
|
delete |
|
inline |
|
inline |
Definition at line 81 of file Bins.h.
Referenced by CbmBinned3DStation::AddHit(), CbmBinned4DStation::AddHit(), CbmBinned3DStation::Clear(), and CbmBinned4DStation::Clear().
|
inline |
Definition at line 128 of file Bins.h.
References fOwner, fUse, CbmYBin::SetUseRc(), and v.
Referenced by CbmTBin::SetUseRc().
|
inline |
Definition at line 80 of file Bins.h.
References fUse.
Referenced by CbmBinned4DStation::IterateHits().
|
private |
Definition at line 87 of file Bins.h.
Referenced by SetUseRc().
|
private |
Definition at line 89 of file Bins.h.
Referenced by CbmXBin(), and operator[]().
|
private |
Definition at line 88 of file Bins.h.
Referenced by SetUse(), SetUseRc(), and Use().