![]() |
AliRoot Core
3abf5b4 (3abf5b4)
|
Trigger GUI utility class: single board object. More...
#include <AliMUONTriggerGUIboard.h>
Public Member Functions | |
AliMUONTriggerGUIboard () | |
AliMUONTriggerGUIboard (TRootIOCtor *ioCtor) | |
virtual | ~AliMUONTriggerGUIboard () |
Char_t * | GetBoardName () const |
get the standard name of this board More... | |
Char_t * | GetCrateName () const |
get the name of the crate containing this board More... | |
UShort_t | GetStatus () const |
get the working status of this board More... | |
Int_t | GetNumber () const |
get the number of this board More... | |
Int_t | GetDetElemId () const |
get the id of the detector element More... | |
Int_t | GetIdCircuit () const |
get the id of the circuit More... | |
Int_t | GetSide () const |
get detector side (Left=0 , Right=1) More... | |
Int_t | GetLine () const |
get line More... | |
Int_t | GetCol () const |
get column More... | |
void | SetStatus (UShort_t s) |
set the working status of this board More... | |
void | SetBoardName (const Char_t *name) |
set the standard name of this board More... | |
void | SetCrateName (const Char_t *name) |
set the name of the crate containing this board More... | |
void | SetDetElemId (Int_t id) |
set the number of the detector element containing this board More... | |
void | SetNumber (Int_t id) |
set the number of this board More... | |
void | AddPadX (const AliMpPad &pad, Int_t ich) |
add a mapping x-pad More... | |
void | AddPadY (const AliMpPad &pad, Int_t ich) |
add a mapping y-pad More... | |
void | MakeGeometry () |
create the display geometry from the mapping pads More... | |
void | SetDigitX (Int_t imt, Int_t is, Int_t amp) |
set an x-strip digit in a chamber with amplitude = amp More... | |
void | SetDigitY (Int_t imt, Int_t is, Int_t amp) |
set a y-strip digit in a chamber with amplitude = amp More... | |
UChar_t | GetYOver () const |
get neighbouring boards with common y strips More... | |
UChar_t | GetPosition () const |
get the board position inside the detector element in y direction More... | |
Int_t | GetXDig (Int_t imt, Int_t is) const |
get the digit amplitude for an x-strip in a given chamber More... | |
Int_t | GetYDig (Int_t imt, Int_t is) const |
get the digit amplitude for a y-strip in a given chamber More... | |
void | SetXDigBox (Int_t imt, Int_t is, Double_t x1, Double_t y1, Double_t x2, Double_t y2) |
set x-strip box for display More... | |
void | SetYDigBox (Int_t imt, Int_t is, Double_t x1, Double_t y1, Double_t x2, Double_t y2) |
set y-strip box for display More... | |
TBox * | GetXDigBox (Int_t imt, Int_t is) const |
get x-strip box for display More... | |
TBox * | GetYDigBox (Int_t imt, Int_t is) const |
get y-strip box for display More... | |
Float_t | GetXCenter (Int_t imt) const |
get x-center of the board in chamber imt More... | |
Float_t | GetYCenter (Int_t imt) const |
get y-center of the board in chamber imt More... | |
Float_t | GetZCenter (Int_t imt) const |
get z-center of the board in chamber imt More... | |
Float_t | GetXWidth (Int_t imt) const |
get x-width of the board in chamber imt More... | |
Float_t | GetYWidth (Int_t imt) const |
get y-width of the board in chamber imt More... | |
Int_t | GetXSix () const |
get x-index in detector element for an x-strip More... | |
Int_t | GetXSiy1 () const |
get first y-index in detector element for an x-strip More... | |
Int_t | GetXSiy2 () const |
get last y-index in detector element for an x-strip More... | |
Int_t | GetYSix1 () const |
get first x-index in detector element for a y-strip More... | |
Int_t | GetYSix2 () const |
get last x-index in detector element for a y-strip More... | |
Int_t | GetYSiy () const |
get y-index in detector element for a y-strip More... | |
Int_t | GetNStripX () const |
get number of x strips More... | |
Int_t | GetNStripY () const |
get number of y strips More... | |
void | SetOpen (Bool_t open) |
set true if this board has a gui active More... | |
Bool_t | IsOpen () const |
true if this board has a gui active More... | |
void | ClearXDigits () |
delete the set x-digits More... | |
void | ClearYDigits () |
delete the set y-digits More... | |
void | PrintBoard () const |
print information on this board More... | |
Private Types | |
enum | { kNMT = 4, kNS = 16 } |
Private Member Functions | |
AliMUONTriggerGUIboard (const AliMUONTriggerGUIboard &board) | |
Not implemented. More... | |
AliMUONTriggerGUIboard & | operator= (const AliMUONTriggerGUIboard &board) |
Not implemented. More... | |
Private Attributes | |
TString * | fName |
Board name LCxLxBx or RCxLxBx. More... | |
TString * | fCrateName |
Crate name. More... | |
Int_t | fID |
Board array number. More... | |
UShort_t | fStatus |
Board status. More... | |
UChar_t | fPosition |
Y-boards position. More... | |
UChar_t | fYOver |
Y-boards with common y-strips. More... | |
Float_t | fXCenter [kNMT] |
X-center of the board. More... | |
Float_t | fYCenter [kNMT] |
Y-center of the board. More... | |
Float_t | fZCenter [kNMT] |
Z-center of the board. More... | |
Float_t | fXWidth [kNMT] |
X-width of the board. More... | |
Float_t | fYWidth [kNMT] |
Y-width of the board. More... | |
Int_t | fXSix |
X-strips ix index in the board. More... | |
Int_t | fXSiy1 |
X-strips first iy index in the board. More... | |
Int_t | fXSiy2 |
X-strips last iy index in the board. More... | |
Int_t | fYSix1 |
Y-strips first ix index in the board. More... | |
Int_t | fYSix2 |
Y-strips last ix index in the board. More... | |
Int_t | fYSiy |
Y-strips iy index in the board. More... | |
Int_t | fDetElemId |
Detector element ID (modulo 100) More... | |
Int_t | fIdCircuit |
Circuit number. More... | |
UChar_t | fXDig [kNMT][kNS] |
X-digits amplitude, set by GUI. More... | |
UChar_t | fYDig [kNMT][kNS] |
Y-digits amplitude, set by GUI. More... | |
TBox * | fXDigBox [kNMT][kNS] |
X-digits boxes. More... | |
TBox * | fYDigBox [kNMT][kNS] |
Y-digits boxes. More... | |
Bool_t | fIsOpen |
Selection flag for the digits map. More... | |
Int_t | fNPadsX [kNMT] |
adding pads from mapping to calculate the board geometry More... | |
Int_t | fNPadsY [kNMT] |
nr of added mapping pads in y More... | |
TClonesArray * | fPadsX [kNMT] |
array of mapping pads in x More... | |
TClonesArray * | fPadsY [kNMT] |
array of mapping pads in y More... | |
Trigger GUI utility class: single board object.
Single trigger board object with geometry information, strips and digits
Definition at line 20 of file AliMUONTriggerGUIboard.h.
|
private |
Enumerator | |
---|---|
kNMT | |
kNS |
Definition at line 140 of file AliMUONTriggerGUIboard.h.
AliMUONTriggerGUIboard::AliMUONTriggerGUIboard | ( | ) |
board main constructor
Definition at line 39 of file AliMUONTriggerGUIboard.cxx.
AliMUONTriggerGUIboard::AliMUONTriggerGUIboard | ( | TRootIOCtor * | ioCtor | ) |
board standard constructor
Definition at line 115 of file AliMUONTriggerGUIboard.cxx.
|
virtual |
board destructor
Definition at line 147 of file AliMUONTriggerGUIboard.cxx.
|
private |
Not implemented.
|
inline |
add a mapping x-pad
Definition at line 60 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUI::InitBoards().
|
inline |
add a mapping y-pad
Definition at line 65 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUI::InitBoards().
void AliMUONTriggerGUIboard::ClearXDigits | ( | ) |
delete the set x-digits
delete the set x-digits
Definition at line 187 of file AliMUONTriggerGUIboard.cxx.
Referenced by AliMUONTriggerGUI::HandleMenu(), and AliMUONTriggerGUIbdmap::ResetDigits().
void AliMUONTriggerGUIboard::ClearYDigits | ( | ) |
delete the set y-digits
delete the set y-digits
Definition at line 200 of file AliMUONTriggerGUIboard.cxx.
Referenced by AliMUONTriggerGUI::HandleMenu(), and AliMUONTriggerGUIbdmap::ResetDigits().
|
inline |
get the standard name of this board
Definition at line 30 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUI::InitBoards(), AliMUONTriggerGUI::OpenBoard(), and PrintBoard().
Int_t AliMUONTriggerGUIboard::GetCol | ( | ) | const |
get column
get detector side
Definition at line 326 of file AliMUONTriggerGUIboard.cxx.
Referenced by AliMUONTriggerGUIdimap::DrawMaps().
|
inline |
get the name of the crate containing this board
Definition at line 32 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUI::InitBoards().
|
inline |
get the id of the detector element
Definition at line 38 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUI::CreateDigitStore(), AliMUONTriggerGUIbdmap::DrawDigits(), AliMUONTriggerGUIbdmap::DrawStrips(), AliMUONTriggerGUI::InitBoards(), MakeGeometry(), PrintBoard(), and AliMUONTriggerGUI::SetStripBoxes().
|
inline |
get the id of the circuit
Definition at line 40 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUI::DoCircuitOpen(), AliMUONTriggerGUI::InitBoards(), AliMUONTriggerGUIbdmap::LocalTriggerInfo(), AliMUONTriggerGUI::OpenBoard(), and PrintBoard().
Int_t AliMUONTriggerGUIboard::GetLine | ( | ) | const |
get line
get detector side
Definition at line 312 of file AliMUONTriggerGUIboard.cxx.
Referenced by AliMUONTriggerGUIdimap::DrawMaps().
|
inline |
get number of x strips
Definition at line 121 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUI::CreateDigitStore(), and PrintBoard().
|
inline |
get number of y strips
Definition at line 123 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUI::CreateDigitStore(), and PrintBoard().
|
inline |
get the number of this board
Definition at line 36 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUIbdmap::DoDigits(), AliMUONTriggerGUIbdmap::DrawDigits(), AliMUONTriggerGUI::FETboard(), AliMUONTriggerGUI::HandleMenu(), AliMUONTriggerGUI::InitBoards(), PrintBoard(), and AliMUONTriggerGUIbdmap::ResetDigits().
|
inline |
get the board position inside the detector element in y direction
Definition at line 81 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUIbdmap::DoDigits(), AliMUONTriggerGUIbdmap::DrawDigits(), AliMUONTriggerGUI::FETboard(), AliMUONTriggerGUI::HandleMenu(), PrintBoard(), and AliMUONTriggerGUIbdmap::ResetDigits().
Int_t AliMUONTriggerGUIboard::GetSide | ( | ) | const |
get detector side (Left=0 , Right=1)
get detector side
Definition at line 340 of file AliMUONTriggerGUIboard.cxx.
Referenced by AliMUONTriggerGUIdimap::DrawMaps().
|
inline |
get the working status of this board
Definition at line 34 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUI::OpenBoard().
|
inline |
get x-center of the board in chamber imt
Definition at line 98 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUIdimap::DrawMaps(), AliMUONTriggerGUIbdmap::EditStrips(), AliMUONTriggerGUIbdmap::Init(), AliMUONTriggerGUI::InitBoards(), PrintBoard(), AliMUONTriggerGUIbdmap::ResetDigits(), and AliMUONTriggerGUI::SetStripBoxes().
|
inline |
get the digit amplitude for an x-strip in a given chamber
Definition at line 83 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUI::CreateDigitStore(), AliMUONTriggerGUIbdmap::DrawDigits(), and AliMUONTriggerGUIdimap::DrawMaps().
|
inline |
get x-strip box for display
Definition at line 93 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUIdimap::DrawMaps().
|
inline |
get x-index in detector element for an x-strip
Definition at line 109 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUI::CreateDigitStore(), AliMUONTriggerGUIbdmap::DrawDigits(), AliMUONTriggerGUIbdmap::DrawStrips(), PrintBoard(), and AliMUONTriggerGUI::SetStripBoxes().
|
inline |
get first y-index in detector element for an x-strip
Definition at line 111 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUI::CreateDigitStore(), AliMUONTriggerGUIbdmap::DrawDigits(), AliMUONTriggerGUIdimap::DrawMaps(), AliMUONTriggerGUIbdmap::DrawStrips(), AliMUONTriggerGUI::FETboard(), GetNStripX(), AliMUONTriggerGUIbdmap::Init(), PrintBoard(), and AliMUONTriggerGUI::SetStripBoxes().
|
inline |
get last y-index in detector element for an x-strip
Definition at line 113 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUIbdmap::DrawDigits(), AliMUONTriggerGUIdimap::DrawMaps(), AliMUONTriggerGUIbdmap::DrawStrips(), AliMUONTriggerGUI::FETboard(), GetNStripX(), AliMUONTriggerGUIbdmap::Init(), PrintBoard(), and AliMUONTriggerGUI::SetStripBoxes().
|
inline |
get x-width of the board in chamber imt
Definition at line 104 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUIdimap::DrawMaps(), AliMUONTriggerGUIbdmap::Init(), AliMUONTriggerGUI::InitBoards(), PrintBoard(), and AliMUONTriggerGUI::SetStripBoxes().
|
inline |
get y-center of the board in chamber imt
Definition at line 100 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUIdimap::DrawMaps(), AliMUONTriggerGUIbdmap::EditStrips(), AliMUONTriggerGUIbdmap::Init(), AliMUONTriggerGUI::InitBoards(), PrintBoard(), AliMUONTriggerGUIbdmap::ResetDigits(), and AliMUONTriggerGUI::SetStripBoxes().
|
inline |
get the digit amplitude for a y-strip in a given chamber
Definition at line 85 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUI::CreateDigitStore(), AliMUONTriggerGUIbdmap::DrawDigits(), and AliMUONTriggerGUIdimap::DrawMaps().
|
inline |
get y-strip box for display
Definition at line 95 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUIdimap::DrawMaps().
|
inline |
get neighbouring boards with common y strips
Definition at line 79 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUIbdmap::DoDigits(), AliMUONTriggerGUIbdmap::DrawDigits(), AliMUONTriggerGUI::FETboard(), AliMUONTriggerGUI::HandleMenu(), PrintBoard(), and AliMUONTriggerGUIbdmap::ResetDigits().
|
inline |
get first x-index in detector element for a y-strip
Definition at line 115 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUI::CreateDigitStore(), AliMUONTriggerGUIbdmap::DrawDigits(), AliMUONTriggerGUIdimap::DrawMaps(), AliMUONTriggerGUIbdmap::DrawStrips(), AliMUONTriggerGUI::FETboard(), GetNStripY(), AliMUONTriggerGUIbdmap::Init(), PrintBoard(), and AliMUONTriggerGUI::SetStripBoxes().
|
inline |
get last x-index in detector element for a y-strip
Definition at line 117 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUIbdmap::DrawDigits(), AliMUONTriggerGUIdimap::DrawMaps(), AliMUONTriggerGUIbdmap::DrawStrips(), AliMUONTriggerGUI::FETboard(), GetNStripY(), AliMUONTriggerGUIbdmap::Init(), PrintBoard(), and AliMUONTriggerGUI::SetStripBoxes().
|
inline |
get y-index in detector element for a y-strip
Definition at line 119 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUI::CreateDigitStore(), AliMUONTriggerGUIbdmap::DrawDigits(), AliMUONTriggerGUIbdmap::DrawStrips(), PrintBoard(), and AliMUONTriggerGUI::SetStripBoxes().
|
inline |
get y-width of the board in chamber imt
Definition at line 106 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUIdimap::DrawMaps(), AliMUONTriggerGUIbdmap::Init(), AliMUONTriggerGUI::InitBoards(), PrintBoard(), and AliMUONTriggerGUI::SetStripBoxes().
|
inline |
get z-center of the board in chamber imt
Definition at line 102 of file AliMUONTriggerGUIboard.h.
Referenced by PrintBoard().
|
inline |
true if this board has a gui active
Definition at line 128 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUIdimap::DoUpdate().
void AliMUONTriggerGUIboard::MakeGeometry | ( | ) |
create the display geometry from the mapping pads
create the display geometry from the mapping pads
Definition at line 213 of file AliMUONTriggerGUIboard.cxx.
Referenced by AliMUONTriggerGUI::InitBoards().
|
private |
Not implemented.
void AliMUONTriggerGUIboard::PrintBoard | ( | ) | const |
print information on this board
print information on this board
Definition at line 354 of file AliMUONTriggerGUIboard.cxx.
|
inline |
set the standard name of this board
Definition at line 51 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUI::InitBoards().
|
inline |
set the name of the crate containing this board
Definition at line 53 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUI::InitBoards().
|
inline |
set the number of the detector element containing this board
Definition at line 55 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUI::InitBoards().
|
inline |
set an x-strip digit in a chamber with amplitude = amp
Definition at line 73 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUIbdmap::DoDigits(), AliMUONTriggerGUIbdmap::DrawDigits(), AliMUONTriggerGUI::FETboard(), and AliMUONTriggerGUIbdmap::ResetDigits().
|
inline |
set a y-strip digit in a chamber with amplitude = amp
Definition at line 76 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUIbdmap::DoDigits(), AliMUONTriggerGUIbdmap::DrawDigits(), AliMUONTriggerGUI::FETboard(), and AliMUONTriggerGUIbdmap::ResetDigits().
|
inline |
set the number of this board
Definition at line 57 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUI::InitBoards().
|
inline |
set true if this board has a gui active
Definition at line 126 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUIbdmap::DoClose(), and AliMUONTriggerGUI::OpenBoard().
|
inline |
set the working status of this board
Definition at line 49 of file AliMUONTriggerGUIboard.h.
Referenced by AliMUONTriggerGUI::InitBoards().
void AliMUONTriggerGUIboard::SetXDigBox | ( | Int_t | imt, |
Int_t | is, | ||
Double_t | x1, | ||
Double_t | y1, | ||
Double_t | x2, | ||
Double_t | y2 | ||
) |
set x-strip box for display
set coordinates of "is" x-strip box in chamber "imt"
Definition at line 163 of file AliMUONTriggerGUIboard.cxx.
Referenced by AliMUONTriggerGUI::SetStripBoxes().
void AliMUONTriggerGUIboard::SetYDigBox | ( | Int_t | imt, |
Int_t | is, | ||
Double_t | x1, | ||
Double_t | y1, | ||
Double_t | x2, | ||
Double_t | y2 | ||
) |
set y-strip box for display
set coordinates of "is" y-strip box in chamber "imt"
Definition at line 175 of file AliMUONTriggerGUIboard.cxx.
Referenced by AliMUONTriggerGUI::SetStripBoxes().
|
private |
Crate name.
Definition at line 148 of file AliMUONTriggerGUIboard.h.
Referenced by GetCrateName(), and SetCrateName().
|
private |
Detector element ID (modulo 100)
Definition at line 168 of file AliMUONTriggerGUIboard.h.
Referenced by GetDetElemId(), and SetDetElemId().
|
private |
Board array number.
Definition at line 149 of file AliMUONTriggerGUIboard.h.
Referenced by GetNumber(), and SetNumber().
|
private |
Circuit number.
Definition at line 170 of file AliMUONTriggerGUIboard.h.
Referenced by GetIdCircuit(), and MakeGeometry().
|
private |
Selection flag for the digits map.
Definition at line 178 of file AliMUONTriggerGUIboard.h.
|
private |
Board name LCxLxBx or RCxLxBx.
Definition at line 147 of file AliMUONTriggerGUIboard.h.
Referenced by GetBoardName(), GetCol(), GetLine(), GetSide(), MakeGeometry(), SetBoardName(), and ~AliMUONTriggerGUIboard().
|
private |
adding pads from mapping to calculate the board geometry
nr of added mapping pads in x
Definition at line 181 of file AliMUONTriggerGUIboard.h.
Referenced by AddPadX(), and MakeGeometry().
|
private |
nr of added mapping pads in y
Definition at line 182 of file AliMUONTriggerGUIboard.h.
Referenced by AddPadY(), and MakeGeometry().
|
private |
array of mapping pads in x
Definition at line 183 of file AliMUONTriggerGUIboard.h.
Referenced by AddPadX(), and MakeGeometry().
|
private |
array of mapping pads in y
Definition at line 184 of file AliMUONTriggerGUIboard.h.
Referenced by AddPadY(), and MakeGeometry().
|
private |
Y-boards position.
Definition at line 151 of file AliMUONTriggerGUIboard.h.
Referenced by GetPosition(), and MakeGeometry().
|
private |
Board status.
Definition at line 150 of file AliMUONTriggerGUIboard.h.
Referenced by GetStatus(), and SetStatus().
|
private |
X-center of the board.
Definition at line 154 of file AliMUONTriggerGUIboard.h.
Referenced by GetXCenter(), and MakeGeometry().
X-digits amplitude, set by GUI.
Definition at line 172 of file AliMUONTriggerGUIboard.h.
Referenced by ClearXDigits(), GetXDig(), and SetDigitX().
X-digits boxes.
Definition at line 175 of file AliMUONTriggerGUIboard.h.
Referenced by GetXDigBox(), SetXDigBox(), and ~AliMUONTriggerGUIboard().
|
private |
X-strips ix index in the board.
Definition at line 160 of file AliMUONTriggerGUIboard.h.
Referenced by GetXSix(), and MakeGeometry().
|
private |
X-strips first iy index in the board.
Definition at line 161 of file AliMUONTriggerGUIboard.h.
Referenced by GetXSiy1(), and MakeGeometry().
|
private |
X-strips last iy index in the board.
Definition at line 162 of file AliMUONTriggerGUIboard.h.
Referenced by GetXSiy2(), and MakeGeometry().
|
private |
X-width of the board.
Definition at line 157 of file AliMUONTriggerGUIboard.h.
Referenced by GetXWidth(), and MakeGeometry().
|
private |
Y-center of the board.
Definition at line 155 of file AliMUONTriggerGUIboard.h.
Referenced by GetYCenter(), and MakeGeometry().
Y-digits amplitude, set by GUI.
Definition at line 173 of file AliMUONTriggerGUIboard.h.
Referenced by ClearYDigits(), GetYDig(), and SetDigitY().
Y-digits boxes.
Definition at line 176 of file AliMUONTriggerGUIboard.h.
Referenced by GetYDigBox(), SetYDigBox(), and ~AliMUONTriggerGUIboard().
|
private |
Y-boards with common y-strips.
Definition at line 152 of file AliMUONTriggerGUIboard.h.
Referenced by GetYOver(), and MakeGeometry().
|
private |
Y-strips first ix index in the board.
Definition at line 164 of file AliMUONTriggerGUIboard.h.
Referenced by GetYSix1(), and MakeGeometry().
|
private |
Y-strips last ix index in the board.
Definition at line 165 of file AliMUONTriggerGUIboard.h.
Referenced by GetYSix2(), and MakeGeometry().
|
private |
Y-strips iy index in the board.
Definition at line 166 of file AliMUONTriggerGUIboard.h.
Referenced by GetYSiy(), and MakeGeometry().
|
private |
Y-width of the board.
Definition at line 158 of file AliMUONTriggerGUIboard.h.
Referenced by GetYWidth(), and MakeGeometry().
|
private |
Z-center of the board.
Definition at line 156 of file AliMUONTriggerGUIboard.h.
Referenced by GetZCenter(), and MakeGeometry().