CbmRoot
|
#include <Bins.h>
Public Member Functions | |
CbmYBin (CbmZBin *owner, int nofXBins, int nofTBins) | |
CbmYBin (const CbmYBin &)=delete | |
CbmYBin & | operator= (const CbmYBin &)=delete |
bool | Use () const |
void | SetUse (bool v) |
void | SetUseRc (bool v) |
CbmXBin & | operator[] (int i) |
Private Attributes | |
CbmZBin * | fOwner |
bool | fUse |
CbmXBin * | fXBins |
|
inline |
|
delete |
|
inline |
|
inline |
Definition at line 116 of file Bins.h.
Referenced by CbmBinned3DStation::AddHit(), CbmBinned4DStation::AddHit(), CbmBinned3DStation::Clear(), and CbmBinned4DStation::Clear().
|
inline |
Definition at line 156 of file Bins.h.
References fOwner, fUse, CbmZBin::SetUse(), and v.
Referenced by CbmXBin::SetUseRc().
|
inline |
Definition at line 115 of file Bins.h.
References fUse.
Referenced by CbmBinned4DStation::IterateHits().
|
private |
Definition at line 122 of file Bins.h.
Referenced by SetUseRc().
|
private |
Definition at line 123 of file Bins.h.
Referenced by SetUse(), SetUseRc(), and Use().
|
private |
Definition at line 124 of file Bins.h.
Referenced by CbmYBin(), and operator[]().