FairRoot/PandaRoot
|
Class representing strips on wafer-scale. More...
#include <PndSdsStrip.h>
Public Member Functions | |
PndSdsStrip () | |
PndSdsStrip (Int_t nr, Double_t charge) | |
void | SetIndex (Int_t nr) |
void | SetCharge (Double_t charge) |
Int_t | GetIndex () const |
Double_t | GetCharge () const |
Private Attributes | |
Int_t | fNumber |
Double_t | fCharge |
Friends | |
std::ostream & | operator<< (std::ostream &out, const PndSdsStrip &strip) |
Class representing strips on wafer-scale.
This is just a thumb representation of strips on a wafer with index and assigned charge. Do not confuse with PndSdsDigiStrip, which represents a digitised frontend-channel.
Definition at line 15 of file PndSdsStrip.h.
|
inline |
Definition at line 18 of file PndSdsStrip.h.
|
inline |
Definition at line 23 of file PndSdsStrip.h.
|
inline |
|
inline |
Definition at line 31 of file PndSdsStrip.h.
References fNumber.
Referenced by PndSdsCalcStripDif::GetStrips().
|
inline |
|
inline |
|
friend |
Definition at line 34 of file PndSdsStrip.h.
|
private |
Definition at line 43 of file PndSdsStrip.h.
Referenced by GetCharge(), and SetCharge().
|
private |
Definition at line 42 of file PndSdsStrip.h.
Referenced by GetIndex(), and SetIndex().