![]() |
AliRoot Core
v5-06-30 (35d6c57)
|
Class describing TPC temperature sensors (including pointers to graphs/fits. More...
#include <AliTPCSensorTemp.h>
Public Member Functions | |
AliTPCSensorTemp () | |
AliTPCSensorTemp (const AliTPCSensorTemp &source) | |
virtual | ~AliTPCSensorTemp () |
AliTPCSensorTemp & | operator= (const AliTPCSensorTemp &source) |
Int_t | GetType () const |
Int_t | GetSide () const |
Int_t | GetSector () const |
Int_t | GetNum () const |
void | SetType (Int_t type) |
void | SetSide (Int_t side) |
void | SetSector (Int_t sector) |
void | SetNum (Int_t num) |
Static Public Member Functions | |
static TClonesArray * | ReadList (const char *fname, const TString &amandaString=kAmandaStringTPC) |
static TClonesArray * | ReadTree (TTree *tree, const TString &amandaString=kAmandaStringTPC) |
Protected Attributes | |
Int_t | fType |
Position of sensors on fieldcage. More... | |
Int_t | fSide |
TPC side; 0:Shaft Side (A) – 1:Muon Side (C) More... | |
Int_t | fSector |
Number of sector (0-17) More... | |
Int_t | fNum |
Position depands from type of sensor. More... | |
Class describing TPC temperature sensors (including pointers to graphs/fits.
Container class for temperature sensor positions.
Definition at line 32 of file AliTPCSensorTemp.h.
AliTPCSensorTemp::AliTPCSensorTemp | ( | ) |
Standard constructor
Definition at line 130 of file AliTPCSensorTemp.cxx.
Referenced by operator=().
AliTPCSensorTemp::AliTPCSensorTemp | ( | const AliTPCSensorTemp & | source | ) |
Definition at line 141 of file AliTPCSensorTemp.cxx.
|
inlinevirtual |
Definition at line 37 of file AliTPCSensorTemp.h.
|
inline |
Definition at line 43 of file AliTPCSensorTemp.h.
Referenced by AliTPCSensorTempArray::GetSensor().
|
inline |
Definition at line 42 of file AliTPCSensorTemp.h.
Referenced by AliTPCSensorTempArray::GetSensor().
|
inline |
Definition at line 41 of file AliTPCSensorTemp.h.
Referenced by AliTPCTempMap::GetLinearFitter(), AliTPCSensorTempArray::GetSensor(), AliTPCTempMap::GetTempGradientY(), AliTPCSensorTempArray::GetTempGradientY(), AliTPCTempMap::GetTempMapsViaSensors(), and ReadTree().
|
inline |
Definition at line 40 of file AliTPCSensorTemp.h.
Referenced by AliTPCTempMap::GetLinearFitter(), AliTPCSensorTempArray::GetSensor(), AliTPCTempMap::GetTempGradientY(), AliTPCSensorTempArray::GetTempGradientY(), AliTPCTempMap::GetTempMapsViaSensors(), and ReadTree().
AliTPCSensorTemp & AliTPCSensorTemp::operator= | ( | const AliTPCSensorTemp & | source | ) |
assignment operator
Definition at line 154 of file AliTPCSensorTemp.cxx.
|
static |
read values from ascii file
Definition at line 164 of file AliTPCSensorTemp.cxx.
Referenced by AliTPCSensorTempArray::AliTPCSensorTempArray().
|
static |
Definition at line 177 of file AliTPCSensorTemp.cxx.
Referenced by AliTPCSensorTempArray::AliTPCSensorTempArray(), AliTPCGenDBTemp::ReadList(), ReadList(), and AliTPCSensorTempArray::ReadSensors().
|
inline |
Definition at line 48 of file AliTPCSensorTemp.h.
Referenced by ReadTree().
|
inline |
Definition at line 47 of file AliTPCSensorTemp.h.
Referenced by ReadTree().
|
inline |
Definition at line 46 of file AliTPCSensorTemp.h.
Referenced by ReadTree().
|
inline |
Definition at line 45 of file AliTPCSensorTemp.h.
Referenced by ReadTree().
|
protected |
Position depands from type of sensor.
Definition at line 61 of file AliTPCSensorTemp.h.
|
protected |
Number of sector (0-17)
Definition at line 60 of file AliTPCSensorTemp.h.
Referenced by GetSector(), and SetSector().
|
protected |
TPC side; 0:Shaft Side (A) – 1:Muon Side (C)
Definition at line 59 of file AliTPCSensorTemp.h.
|
protected |
Position of sensors on fieldcage.
Definition at line 57 of file AliTPCSensorTemp.h.