]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
PMD info on da/amore updated
authorsjena <sjena@cern.ch>
Fri, 16 Jan 2015 13:54:52 +0000 (14:54 +0100)
committersjena <sjena@cern.ch>
Fri, 16 Jan 2015 13:54:52 +0000 (14:54 +0100)
PMD/info/pmd_da_info.txt
PMD/info/run_pmd_amore.txt [new file with mode: 0644]

index 7e34e6ae1e74bdb203368840bd6f47f37f5347c0..821e056b5fa1ebe2365988239e188db6ff252f0e 100644 (file)
@@ -204,6 +204,14 @@ GAINda http://alisoft.cern.ch/viewvc/trunk/PMD/PMDGAINda.cxx?root=AliRoot&view=l
 =======================
 How to build PMD DA
 =======================
+Building of the DAs is handled in Aliroot. You can find below some 
+hints on how to build DAs for revisions before 12/2014. (Added on 15/01/15 sjena)
+The Aliroot DA build system has been updated, please refer to the 
+official documentation: http://git.cern.ch/pubweb/AliRoot.git/blob/HEAD:/INSTALLDA.txt
+
+Previous way of building DAs - before 12/2014 , for reference. 
+
+
 Building of the DAs is handled in Aliroot. You can find below some hints on 
 how to build DAs, but this is no official documentation (such documentation 
 has been requested). In case of problems please report directly to the 
diff --git a/PMD/info/run_pmd_amore.txt b/PMD/info/run_pmd_amore.txt
new file mode 100644 (file)
index 0000000..dad59f8
--- /dev/null
@@ -0,0 +1,129 @@
+AMORE MODULE FOR the PMD
+++++++++++++++++++++++++++
+This is a brief note on pmd amrore:
+ - the codes
+ - how to's P@2
+
+
+Please let me know when you need to 
+change it
+Author: Satyajit Jena
+Date: 14 Nov 2009
+Fri Jan 16 14:20:05 CET 2015
+
+++++++++++++++++++++++++++
+Code Structures
+++++++++++++++++++++++++++
+
+PMD Amore runs Using ALICE offline QA in
+aliroot. The main codes are 
+
+AliPMDQAChecker.cxx     
+AliPMDQADataMakerRec.cxx 
+AliPMDQADataMakerSim.cxx
+
+and we have following objects in the QA 
+(Related to Data only)
+
+Frequency Distributions for each DDL
+
+hDdl2304
+hDdl2305
+hDdl2308
+hDdl2309
+
+XY - Display for each Plan
+hPreXY
+hCpvXY
+
+Multiplicity Plots:
+hPmdMultiplicityP
+hPmdMultiplicityC
+
+Quality Plots:
+
+hPmdQualityWAdc: The wighted ADC over two DDLs in a same plane ( divided in 20 eta rings - 10 each plane) 
+hPmdQualityHit : The total hits over two DDLs in a same plane ( divided in 20 eta rings - 10 each plane)
+
+++++++++++++++++++++++++++
+Running at P@2
+++++++++++++++++++++++++++
+
+A detail information can be found at 
+https://aliceinfo.cern.ch/DAQ/node/739
+
+(Please send me info to edit it if needed)
+
+Now Amore is working on aldaqacr58 pc (PMD ACR PC). 
+It could be run by simply typing
+
+amore -d EVE -m GenericGui
+
+Detailed step to start the gui :
+
+1. On ACR machine type :
+
+   amore -d EVE -m GenericGui
+
+it will pop up with amore screen.
+
+2. PMD agent is now visible in the tree and locate the objects
+
+3. Optionally, to see only PMD agent in the tree, type PMD in the filter field
+
+4. Select EDep of corresponding SMs or XY histos by double clicking corresponding name from amore tree.
+
+In this no way to flush the memory being processed by central QA server.
+
+NOTE: Default it will pick data from amoreAgentPMDShifter. Which is link to DQM QA 
+checkers. But instantaneously we can launch our own agent. it will not crash with 
+earlier one. if so do following before lunching GUI.
+
+To start the agent :
+1. connect to DQM server
+2. Type :amoreAgent -a amoreAgentPMDQA
+
+Then follow the above steps GUI. 
+
+++++++++++++++++++++++++++
+During Operation at P@2
+++++++++++++++++++++++++++
+
+For the Central Shifter following two plots should be
+ok to judge PMD quality
+
+hPmdQualityWAdc: The wighted ADC over two DDLs in a same plane ( divided in 20 eta rings - 10 each plane) 
+hPmdQualityHit : The total hits over two DDLs in a same plane ( divided in 20 eta rings - 10 each plane)
+
+The ratio (hit and adc weighted hit) of two ddls in same plane. 
+=> this produces four combinations, but for simplicity it merged to two histograms 
+=> zones are leveled in the plot itself.
+=> The marker should stay between 1 to 4 in y-axis. Because of asymmetric hits these 
+   value might oscillate very fast, however if these value stay at 1 for a long time 
+   ( 10 minutes - then on-call should be called ) => Briefly this if it stay at 1 
+    for long time then DDLs are sending blank data.
+
+=> PMD HI: Expected 150Kb/evt if more pedestal run is required. PMD PP: 
+        Event Size 8 Kbs/event Can go upto 15Kbs if more pedestal run is required.
+
+=> During cosmic runs and technical runs we mostly collect noise so these references 
+may not be of good quality.
+
+=> Please wait until at least three cycle to declare PMD quality as bad.
+
+
+++++++++++++++++++++++++++
+Links and contacts
+++++++++++++++++++++++++++
+
+
+In case any trouble please contact PMD oncall and PMD experts
+
+- PMD twiki:https://twiki.cern.ch/twiki/bin/view/ALICE/AMORE
+- PMDEVE:   https://twiki.cern.ch/twiki/bin/view/ALICE/EVEPMD
+- DQM Guide: https://twiki.cern.ch/twiki/bin/viewauth/ALICE/DQMShiftersGuide
+- Detail Amore Manual: https://aliceinfo.cern.ch/DAQ/products/amore-modules-developer-manual
+
+Please feel free to contact me (sjena@cern.ch, satya.ino@gmail.com) to know
+more or in case of any trouble.