![]() |
AliPhysics
a8afd6c (a8afd6c)
|
#include <LInfo.h>
Public Member Functions | |
LInfo (Int_t rn=0) | |
virtual | ~LInfo () |
void | Compute () |
TCanvas * | DrawHist (Int_t which, Int_t gain=1, const char *opt=0) const |
TProfile * | GetStripHist (Int_t sm, Int_t gain=1) const |
TProfile * | GetStripRmsHist (Int_t sm, Int_t gain=1) const |
TProfile * | GetStripWeightedHist (Int_t sm, Int_t gain=1) const |
TProfile * | GetLedMonHist (Int_t sm, Int_t gain=1) const |
TProfile * | GetLedMonRmsHist (Int_t sm, Int_t gain=1) const |
TProfile * | GetLedMonWeightedHist (Int_t sm, Int_t gain=1) const |
TProfile2D * | GetLedHist (Int_t sm, Int_t gain=1) const |
TProfile2D * | GetLedRmsHist (Int_t sm, Int_t gain=1) const |
TProfile2D * | GetLedWeightedHist (Int_t sm, Int_t gain=1) const |
TH2 * | GetLedOverMonHist (Int_t sm, Int_t gain=1) const |
TH1 * | GetLedMonDispHist (Int_t sm, Int_t gain=1) const |
TH2 * | GetLedDispHist (Int_t sm, Int_t gain=1) const |
const char * | GetName () const |
Int_t | GetRunNo () const |
void | FillLed (Int_t mod, Int_t gain, Int_t col, Int_t row, Double_t amp, Double_t rms) |
void | FillStrip (Int_t mod, Int_t gain, Int_t strip, Double_t amp, Double_t rms) |
Double_t | FracLeds (Int_t sm, Int_t gain=1) const |
Double_t | FracStrips (Int_t sm, Int_t gain=1) const |
void | Print (Option_t *option="") const |
Static Public Member Functions | |
static Int_t | NSM () |
static Int_t | NCol () |
static Int_t | NRow () |
static Int_t | NStrip () |
Static Public Attributes | |
static const Int_t | kNSM = 20 |
Protected Member Functions | |
void | CreateHistograms () |
Protected Attributes | |
Int_t | fRunNo |
TProfile * | fhStrip [kNSM][2] |
TProfile * | fhStripCount [kNSM][2] |
TProfile * | fhStripWeighted [kNSM][2] |
TProfile2D * | fhLed [kNSM][2] |
TProfile2D * | fhLedCount [kNSM][2] |
TProfile2D * | fhLedWeighted [kNSM][2] |
TH2 * | fhAmpOverMon [kNSM][2] |
TH1 * | fhStripRmsOverMean [kNSM][2] |
Led/LedMon ratio. More... | |
TH2 * | fhLedRmsOverMean [kNSM][2] |
RMS over Mean for LedMon. More... | |
Bool_t | fIsComputed |
RMS over Mean for Led. More... | |
void LInfo::Compute | ( | ) |
Definition at line 12 of file LInfo.cxx.
Referenced by LDraw::Compute(), readOCDB(), and ~LInfo().
|
protected |
Definition at line 145 of file LInfo.cxx.
Referenced by LDraw::DrawAll(), and ~LInfo().
Definition at line 134 of file LInfo.cxx.
Referenced by GetRunNo(), and readOCDB_LED().
Definition at line 210 of file LInfo.cxx.
Referenced by GetRunNo(), and readOCDB_LED().
Definition at line 224 of file LInfo.cxx.
Referenced by LDraw::Compute(), createTree(), LDraw::GetFracRun(), GetRunNo(), and readOCDB().
Definition at line 251 of file LInfo.cxx.
Referenced by LDraw::Compute(), createTree(), LDraw::GetFracRun(), GetRunNo(), and readOCDB().
Definition at line 28 of file LInfo.h.
Referenced by DrawHist().
Definition at line 23 of file LInfo.h.
Referenced by createTree(), DrawHist(), and plot_OCDB_LED_all().
Definition at line 27 of file LInfo.h.
Referenced by DrawHist().
Definition at line 20 of file LInfo.h.
Referenced by createTree(), and plot_OCDB_LED_all().
Definition at line 21 of file LInfo.h.
Referenced by createTree().
Definition at line 26 of file LInfo.h.
Referenced by DrawHist().
Definition at line 24 of file LInfo.h.
Referenced by createTree(), and DrawHist().
|
inline |
Definition at line 30 of file LInfo.h.
Referenced by createTree().
Definition at line 17 of file LInfo.h.
Referenced by DrawHist(), and GetLedMonHist().
Definition at line 18 of file LInfo.h.
Referenced by DrawHist(), and GetLedMonRmsHist().
Definition at line 19 of file LInfo.h.
Referenced by GetLedMonWeightedHist().
|
inlinestatic |
Definition at line 39 of file LInfo.h.
Referenced by Compute(), CreateHistograms(), FracLeds(), and NStrip().
|
inlinestatic |
Definition at line 40 of file LInfo.h.
Referenced by Compute(), CreateHistograms(), and FracLeds().
|
inlinestatic |
Definition at line 41 of file LInfo.h.
Referenced by Compute(), CreateHistograms(), and FracStrips().
void LInfo::Print | ( | Option_t * | option = "" | ) | const |
Definition at line 272 of file LInfo.cxx.
Referenced by LDraw::Compute(), GetRunNo(), readLed(), and testOCDB_LED().
Definition at line 52 of file LInfo.h.
Referenced by Compute(), CreateHistograms(), and GetLedOverMonHist().
|
protected |
Definition at line 49 of file LInfo.h.
Referenced by Compute(), CreateHistograms(), FillLed(), FracLeds(), and GetLedHist().
|
protected |
Definition at line 50 of file LInfo.h.
Referenced by Compute(), CreateHistograms(), FillLed(), and GetLedRmsHist().
RMS over Mean for LedMon.
Definition at line 54 of file LInfo.h.
Referenced by Compute(), CreateHistograms(), and GetLedDispHist().
|
protected |
Definition at line 51 of file LInfo.h.
Referenced by CreateHistograms(), FillLed(), and GetLedWeightedHist().
|
protected |
Definition at line 46 of file LInfo.h.
Referenced by Compute(), CreateHistograms(), FillStrip(), FracStrips(), and GetStripHist().
|
protected |
Definition at line 47 of file LInfo.h.
Referenced by Compute(), CreateHistograms(), FillStrip(), and GetStripRmsHist().
Led/LedMon ratio.
Definition at line 53 of file LInfo.h.
Referenced by Compute(), CreateHistograms(), and GetLedMonDispHist().
|
protected |
Definition at line 48 of file LInfo.h.
Referenced by CreateHistograms(), FillStrip(), and GetStripWeightedHist().
|
protected |
RMS over Mean for Led.
Definition at line 55 of file LInfo.h.
Referenced by Compute(), and DrawHist().
|
protected |
Definition at line 45 of file LInfo.h.
Referenced by DrawHist(), GetName(), GetRunNo(), and Print().
|
static |
Definition at line 37 of file LInfo.h.
Referenced by Compute(), CreateHistograms(), DrawHist(), FracLeds(), FracStrips(), and NSM().