]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/amoreTPC-QA/README
Updated flags for low flux case (A. Dainese)
[u/mrichter/AliRoot.git] / TPC / amoreTPC-QA / README
CommitLineData
252b0bbf 1How to use AMORE:
2
3login to the aldaqdqm04
4user: tpc
5passwrod: ask responsible
6
7
7fb2364f 8
90. source ~/.balice
10 neccessary if you want to use develpmnet version of
11 AMORE
12
252b0bbf 131. Check if you have data at given GDC
7fb2364f 14 Ask DAQ people which GDC-LDC is enambled for monitoring:
15
252b0bbf 16eventDump :@aldaqpc030
17
182. Start agent
19 From GDC:
20 amoreAgent -aTPCQA -s :@aldaqpc030
7fb2364f 21
22 Or From file
252b0bbf 23 amoreAgent -aTPCQA -s data.raw
24
253. start amore for TPC
26 amore -dTPC -mUIQA
27
28
29
30
31
7fb2364f 32Source code:
33
34$ALICE_ROOT/TPC/amoreTPC-QA/
35
36Agent part:
37src/publisher/PublisherQA.cxx
38(see Amore documentation http://ph-dep-aid.web.cern.ch/ph-dep-aid/amore/)
39
40GUI part:
41amoreTPC-QA/src/ui/UIQA.cxx
42
43
44
252b0bbf 45
46
47
48
49
45af6e68 50AMORE AGENT config:
51
52
53Please enter an agent name [MyAgent1] :
54Please enter the hostname where the agent should run [pcmiranov] : localhost
55Please enter the DET code of the agent [DET] : TPC
56Please enter the hostname of the DIM node the agent should use [pcmiranov] : localhost
57Please enter the hostname which should be used as dqmPool (Should be the node which was setup with MySQL for AMORE) [pcmiranov] : localhost
58Please enter the default DATE datasource for this agent [:] : RAW
59Please enter the default AMORE PublisherModule for this agent [MyModule1] : AmoreTPCPublisher
60New amoreAgent was succesfully configured
61
45af6e68 62mysql:
63mysql -udaq -p
45af6e68 64use AMORE;
65show tables;
66select moname from CEDA;
45af6e68 67publisher:
68