#include <PbGlSuperModule.h>
Inherits EmcSuperModule.
Inheritance diagram for PbGlSuperModule:
PbGl 24-tower wide supermodule decription.
Definition at line 17 of file PbGlSuperModule.h.
Public Member Functions | |
PbGlSuperModule (int &, int &) | |
~PbGlSuperModule () | |
int | getProductionId () |
returns ProductionId. | |
float | getScrLightYield (int &) |
returns LightYield. | |
float | getMuPeak (int &) |
returns Muon Peak. | |
float | getLaserRaw (int &) |
returns Laser raw data. | |
float | getIntSPD () |
returns nothing. | |
float | getIntSPDTP () |
returns nothing. | |
void | LoadTowerData (int, float *, char *, char *) |
Load static data for one tower belonging to 24 towers wide supermodulethe supermodule. | |
float | getU0 (int &Twr) |
Gets U0 (time independent geain factor). | |
float | getUT (int &Twr) |
Gets UT (time dependent geain factor). | |
int | getLgcNumber (int &Twr) |
float | getAY (int &Twr) |
gets AY information from WA98. Nedded for debugging purposes on online side only. | |
float | getVY (int &Twr) |
gets VY information from WA98. Nedded for debugging purposes on online side only. | |
float | getBL (int &Twr) |
gets BL information from WA98. Nedded for debugging purposes on online side only. | |
float | getRS (int &Twr) |
gets RS information from WA98. Nedded for debugging purposes on online side only. | |
float | getAYPeak (int &Twr) |
gets PMT signal of AY diode from WA98. Nedded for debugging purposes on online side only. Information is used in G0. | |
float | getAYRef (int &Twr) |
gets PIN signal of AY diode from WA98. Nedded for debugging purposes on online side only. Information is used in G0. | |
float | getTestPeak (int &Twr) |
gets PMT signal of AY diode from tests in 902. Nedded for debugging purposes on online side only. | |
float | getTestRef (int &Twr) |
gets PIN signal of AY diode from tests in 902. Nedded for debugging purposes on online side only. | |
float | getGC (int &Twr) |
gets additional calibration factor from WA98. Nedded for debugging purposes on online side only. Information is used in C0. | |
float | getC0 (int &Twr) |
gets calibration factor for PHENIX extracted from WA98 data. | |
float | getG0 (int &Twr) |
gets calibration factor for PHENIX extracted from WA98 data. | |
float | getCF (int &Twr) |
int | HVActualCern (int iSM24T) |
int | HVActualBnl (int iSM24T) |
Public Attributes | |
int | SMId |
int | SectorId |
struct { | |
struct { | |
int ProductionNumber | |
int SMNumber | |
int ADCBoard | |
float DecayParam | |
struct { | |
int LgcNumber | |
int HVSetting | |
int HVActual | |
float GainAY | |
float GainVY | |
float GainBL | |
float GainRS | |
float GainU0 | |
float GainUT | |
float RatioHighLowGain | |
int ADCNumber | |
int Row | |
int Col | |
float PedHigh | |
float PedLow | |
int BadFlag | |
float AYPeak | |
float AYRef | |
float TestPeak | |
float TestRef | |
float GC | |
float C0 | |
float G0 | |
float CF | |
} Tower [24] | |
} Cern | |
struct { | |
int AddressGroup | |
float DecayParam | |
struct { | |
int TowerId | |
int Raw | |
int Column | |
char Modul [5] | |
int HVBase | |
char HVAddressBin [10] | |
int HVSetting | |
int HVActual | |
float GainAY | |
float GainVY | |
float GainBL | |
float GainRS | |
float GainU0 | |
float GainUT | |
float RatioHighLowGain | |
float PeakAY | |
float RmsAY | |
float PeakVY | |
float RmsVY | |
float PeakBL | |
float RmsBL | |
float PinAY | |
float PinVY | |
float PinBL | |
float PedHigh | |
float PedLow | |
int BadFlag | |
} Tower [24] | |
} Bnl | |
} | Data |
|
Definition at line 10 of file PbGlSuperModule.C. |
|
Definition at line 18 of file PbGlSuperModule.C. |
|
gets AY information from WA98. Nedded for debugging purposes on online side only.
Implements EmcSuperModule. Definition at line 119 of file PbGlSuperModule.h. References Data. |
|
gets PMT signal of AY diode from WA98. Nedded for debugging purposes on online side only. Information is used in G0.
Implements EmcSuperModule. Definition at line 123 of file PbGlSuperModule.h. References Data. |
|
gets PIN signal of AY diode from WA98. Nedded for debugging purposes on online side only. Information is used in G0.
Implements EmcSuperModule. Definition at line 124 of file PbGlSuperModule.h. References Data. |
|
gets BL information from WA98. Nedded for debugging purposes on online side only.
Implements EmcSuperModule. Definition at line 121 of file PbGlSuperModule.h. References Data. |
|
gets calibration factor for PHENIX extracted from WA98 data. C0 = 10/487.5 * U0 * UT * GC Implements EmcSuperModule. Definition at line 128 of file PbGlSuperModule.h. References Data. |
|
Implements EmcSuperModule. Definition at line 130 of file PbGlSuperModule.h. References Data. |
|
gets calibration factor for PHENIX extracted from WA98 data. G0 = PM(AY)_T_WA98 / PIN(AY)_T_WA98 Implements EmcSuperModule. Definition at line 129 of file PbGlSuperModule.h. References Data. |
|
gets additional calibration factor from WA98. Nedded for debugging purposes on online side only. Information is used in C0.
Implements EmcSuperModule. Definition at line 127 of file PbGlSuperModule.h. References Data. |
|
returns nothing. Returns 0. Only for compability reasons. Will be changed soo. Implements EmcSuperModule. Definition at line 108 of file PbGlSuperModule.h. |
|
returns nothing. Returns 0. Only for compability reasons. Will be changed soo. Implements EmcSuperModule. Definition at line 111 of file PbGlSuperModule.h. |
|
returns Laser raw data. Returns 0. Only for compability reasons. Will be changed soo. Implements EmcSuperModule. Definition at line 105 of file PbGlSuperModule.h. |
|
Implements EmcSuperModule. Definition at line 118 of file PbGlSuperModule.h. References Data. |
|
returns Muon Peak. Returns 0. Only for compability reasons. Will be changed soo. Implements EmcSuperModule. Definition at line 102 of file PbGlSuperModule.h. |
|
returns ProductionId. Returns 0. Only for compability reasons. Will be changed soo. Implements EmcSuperModule. Definition at line 96 of file PbGlSuperModule.h. |
|
gets RS information from WA98. Nedded for debugging purposes on online side only.
Implements EmcSuperModule. Definition at line 122 of file PbGlSuperModule.h. References Data. |
|
returns LightYield. Returns 0. Only for compability reasons. Will be changed soo. Implements EmcSuperModule. Definition at line 99 of file PbGlSuperModule.h. |
|
gets PMT signal of AY diode from tests in 902. Nedded for debugging purposes on online side only.
Implements EmcSuperModule. Definition at line 125 of file PbGlSuperModule.h. References Data. |
|
gets PIN signal of AY diode from tests in 902. Nedded for debugging purposes on online side only.
Implements EmcSuperModule. Definition at line 126 of file PbGlSuperModule.h. References Data. |
|
Gets U0 (time independent geain factor).
Implements EmcSuperModule. Definition at line 115 of file PbGlSuperModule.h. References Data. |
|
Gets UT (time dependent geain factor).
Implements EmcSuperModule. Definition at line 117 of file PbGlSuperModule.h. References Data. |
|
gets VY information from WA98. Nedded for debugging purposes on online side only.
Implements EmcSuperModule. Definition at line 120 of file PbGlSuperModule.h. References Data. |
|
Definition at line 133 of file PbGlSuperModule.h. References Data. |
|
Definition at line 132 of file PbGlSuperModule.h. References Data. |
|
Load static data for one tower belonging to 24 towers wide supermodulethe supermodule.
Definition at line 23 of file PbGlSuperModule.C. References Data. |
|
Definition at line 26 of file PbGlSuperModule.h. |
|
Definition at line 39 of file PbGlSuperModule.h. |
|
Definition at line 56 of file PbGlSuperModule.h. |
|
Definition at line 45 of file PbGlSuperModule.h. |
|
Definition at line 46 of file PbGlSuperModule.h. |
|
Definition at line 44 of file PbGlSuperModule.h. |
|
|
|
Definition at line 50 of file PbGlSuperModule.h. |
|
|
|
Definition at line 52 of file PbGlSuperModule.h. |
|
Definition at line 41 of file PbGlSuperModule.h. |
|
Definition at line 61 of file PbGlSuperModule.h. |
|
Referenced by getAY(), getAYPeak(), getAYRef(), getBL(), getC0(), getCF(), getG0(), getGC(), getLgcNumber(), getRS(), getTestPeak(), getTestRef(), getU0(), getUT(), getVY(), HVActualBnl(), HVActualCern(), and LoadTowerData(). |
|
Definition at line 27 of file PbGlSuperModule.h. |
|
Definition at line 51 of file PbGlSuperModule.h. |
|
Definition at line 32 of file PbGlSuperModule.h. |
|
Definition at line 34 of file PbGlSuperModule.h. |
|
Definition at line 35 of file PbGlSuperModule.h. |
|
Definition at line 36 of file PbGlSuperModule.h. |
|
Definition at line 37 of file PbGlSuperModule.h. |
|
Definition at line 33 of file PbGlSuperModule.h. |
|
Definition at line 49 of file PbGlSuperModule.h. |
|
Definition at line 31 of file PbGlSuperModule.h. |
|
Definition at line 64 of file PbGlSuperModule.h. |
|
Definition at line 63 of file PbGlSuperModule.h. |
|
Definition at line 30 of file PbGlSuperModule.h. |
|
Definition at line 29 of file PbGlSuperModule.h. |
|
Definition at line 62 of file PbGlSuperModule.h. |
|
Definition at line 74 of file PbGlSuperModule.h. |
|
Definition at line 78 of file PbGlSuperModule.h. |
|
Definition at line 76 of file PbGlSuperModule.h. |
|
Definition at line 42 of file PbGlSuperModule.h. |
|
Definition at line 43 of file PbGlSuperModule.h. |
|
Definition at line 80 of file PbGlSuperModule.h. |
|
Definition at line 82 of file PbGlSuperModule.h. |
|
Definition at line 81 of file PbGlSuperModule.h. |
|
Definition at line 24 of file PbGlSuperModule.h. |
|
Definition at line 38 of file PbGlSuperModule.h. |
|
Definition at line 60 of file PbGlSuperModule.h. |
|
Definition at line 75 of file PbGlSuperModule.h. |
|
Definition at line 79 of file PbGlSuperModule.h. |
|
Definition at line 77 of file PbGlSuperModule.h. |
|
Definition at line 40 of file PbGlSuperModule.h. |
|
Definition at line 21 of file PbGlSuperModule.h. Referenced by PbGlSuperModule(). |
|
Definition at line 20 of file PbGlSuperModule.h. Referenced by PbGlSuperModule(). |
|
Definition at line 25 of file PbGlSuperModule.h. |
|
Definition at line 47 of file PbGlSuperModule.h. |
|
Definition at line 48 of file PbGlSuperModule.h. |
|
|
|
|
|
Definition at line 59 of file PbGlSuperModule.h. |