X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FREADMEmapping;h=3ffb862313386e485c0cf9fdbf551762d5b4b9aa;hb=aae44346cc74121d9f0a3ed7e7dddec8716d282b;hp=a2b94f9513b7c0a8a2148631ee62a138e768b44f;hpb=973884d77323ea6f34a289309302c1637d6e62b3;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/READMEmapping b/MUON/READMEmapping index a2b94f9513b..3ffb8623133 100644 --- a/MUON/READMEmapping +++ b/MUON/READMEmapping @@ -6,11 +6,30 @@ See detailed description in ALICE-INT-2003-025. - Units used - ============ - - Lengths are in centimeters. - + Graphical User Interface + ======================== + + To use the GUI to plot DE segmentation run: + + new AliMpDEVisu(); + or + + new AliMpDEVisu(w, h); + + if you want to change the size of the GUI window. + Typical value are: + w = 1200, h = 600 for PC + w = 1000, h = 550 for laptop + + The GUI allows: + - drawing motif of a slat/quadrant + - search of a given manu (motif) number + - draw the channel number for a given manu number by clicking of the motif in canvas + - write down in log message informations about the given detection element + * DE Id, DE name, + * number of buspatches, manus, manu serials + - option to save log message onto disc + Test macros ============ cd ../mapping/macro @@ -183,5 +202,30 @@ .pcb (X.pcb, Y.pcb, Z.pcb) + DetElemIdToBusPatch.dat + ======================= + Lines starting with # are comments. + + Contains the detection element identifier with the associated buspatch numbers + and the corresponding DDL identifier. + The link between buspatches and DE's is needed on the rawdata level to identify + the type of quadrant/slat to get the corresponding mapping. + The DDL id is needed for the rawdata generation only. + + To generate this file, the macro MUONGenerateBusPatch.C could be used. + + crate.dat + ========= + Muon trigger electronics configuration file (decoded in class + AliMUONTriggerCrateStore) directly copy/paste from the ALICE PRR + ALICE-EN-2003-010. Gives local board number, name, + crate name it belongs to, slot number, and internal switches + (used in the algorithm). + + Units used + ============ + + Lengths are in centimeters. +