ea199e33 |
1 | /************************************************************************** |
2 | * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * |
3 | * * |
4 | * Author: The ALICE Off-line Project. * |
5 | * Contributors are mentioned in the code where appropriate. * |
6 | * * |
7 | * Permission to use, copy, modify and distribute this software and its * |
8 | * documentation strictly for non-commercial purposes is hereby granted * |
9 | * without fee, provided that the above copyright notice appears in all * |
10 | * copies and that both the copyright notice and this permission notice * |
11 | * appear in the supporting documentation. The authors make no claims * |
12 | * about the suitability of this software for any purpose. It is * |
13 | * provided "as is" without express or implied warranty. * |
14 | **************************************************************************/ |
15 | |
16 | /* $Id$ */ |
17 | |
18 | #if !defined(__CINT__) || defined(__MAKECINT__) |
19 | |
608c3123 |
20 | /// This macro runs the test preprocessor for MUON. |
21 | /// It uses AliTestShuttle to simulate a full Shuttle process |
22 | /// |
23 | /// The input data has to be created first by other processes (or is created |
24 | /// here by CreateDCSAliasMap() for tracker HV). |
25 | /// |
26 | /// To play with it, you'll have to set/modify several lines, to |
27 | /// a) select input files, using shuttle->AddInputFile() |
28 | /// b) select run type, using shuttle->AddInputRunParameter() (the run type |
29 | /// dictates which task is really performed by the MUONPreprocessor |
30 | /// |
31 | /// For more information on usage, please see READMEshuttle. |
32 | /// |
ea199e33 |
33 | // By Laurent Aphecetche, SUBATECH Nantes |
34 | |
608c3123 |
35 | #include "TestMUONPreprocessor.h" |
ea199e33 |
36 | #include "AliCDBManager.h" |
37 | #include "AliShuttleInterface.h" |
38 | #include "AliCDBId.h" |
39 | #include "AliTestShuttle.h" |
40 | #include "TMap.h" |
41 | #include "Riostream.h" |
42 | #include "TSystem.h" |
43 | #include "AliMpExMap.h" |
44 | #include "TMap.h" |
45 | #include "TString.h" |
46 | #include "TObjArray.h" |
47 | #include "AliMpHelper.h" |
48 | #include "AliDCSValue.h" |
49 | #include "TObjString.h" |
50 | #include "TRandom.h" |
9e62d05d |
51 | #include "AliMUONTrackerPreprocessor.h" |
ea199e33 |
52 | #include "AliCDBEntry.h" |
608c3123 |
53 | #include "AliMUONHVNamer.h" |
ea199e33 |
54 | #endif |
55 | |
9e62d05d |
56 | void TestMUONPreprocessor(Int_t runNumber=80) |
ea199e33 |
57 | { |
58 | // load library |
59 | gSystem->Load("../SHUTTLE/TestShuttle/libTestShuttle.so"); |
038d1637 |
60 | gSystem->Load("libMUONshuttle.so"); |
ea199e33 |
61 | |
ea199e33 |
62 | // create AliTestShuttle instance |
63 | // The parameters are run, startTime, endTime |
608c3123 |
64 | AliTestShuttle* shuttle = new AliTestShuttle(runNumber, 0, 1); |
ea199e33 |
65 | |
9e62d05d |
66 | |
67 | AliTestShuttle::SetMainCDB("local://$ALICE_ROOT/SHUTTLE/TestShuttle/TestCDB"); |
68 | AliTestShuttle::SetMainRefStorage("local://$ALICE_ROOT/SHUTTLE/TestShuttle/TestReference"); |
69 | |
70 | printf("Test Shuttle temp dir: %s\n", AliShuttleInterface::GetShuttleTempDir()); |
71 | printf("Test Shuttle log dir: %s\n", AliShuttleInterface::GetShuttleLogDir()); |
72 | printf("Test OCDB storage Uri: %s\n", AliShuttleInterface::GetMainCDB().Data()); |
73 | printf("Test Reference storage Uri: %s\n", AliShuttleInterface::GetMainRefStorage().Data()); |
74 | |
608c3123 |
75 | // Create DCS HV aliases |
76 | TMap* dcsAliasMap = CreateDCSAliasMap(); |
ea199e33 |
77 | |
78 | // now give the alias map to the shuttle |
608c3123 |
79 | shuttle->SetDCSInput(dcsAliasMap); |
ea199e33 |
80 | |
608c3123 |
81 | // The shuttle can process files that originate from DCS, DAQ and HLT. |
ea199e33 |
82 | // To test it, we provide some local files and locations where these would be found when |
83 | // the online machinery would be there. |
84 | // In real life this functions would be produces by the sub-detectors |
85 | // calibration programs in DCS, DAQ or HLT. These files can then be retrieved using the Shuttle. |
86 | // |
87 | // Files are added with the function AliTestShuttle::AddInputFile. The syntax is: |
88 | // AddInputFile(<system>, <detector>, <id>, <source>, <local-file>) |
608c3123 |
89 | // In this example we add 4 files originating from different LDCs but with the same id (PEDESTALS) |
ea199e33 |
90 | |
038d1637 |
91 | shuttle->AddInputFile(AliTestShuttle::kDAQ,"MCH","PEDESTALS","LDC0","$ALICE_ROOT/MUON/data/LDC0.ped"); |
92 | shuttle->AddInputFile(AliTestShuttle::kDAQ,"MCH","PEDESTALS","LDC1","$ALICE_ROOT/MUON/data/LDC1.ped"); |
93 | shuttle->AddInputFile(AliTestShuttle::kDAQ,"MCH","PEDESTALS","LDC2","$ALICE_ROOT/MUON/data/LDC2.ped"); |
94 | shuttle->AddInputFile(AliTestShuttle::kDAQ,"MCH","PEDESTALS","LDC3","$ALICE_ROOT/MUON/data/LDC3.ped"); |
ea199e33 |
95 | |
505bc496 |
96 | shuttle->AddInputFile(AliTestShuttle::kDAQ,"MCH","GAINS","LDC0","$HOME/Desktop/makegain_214.online"); |
97 | shuttle->AddInputFile(AliTestShuttle::kDAQ,"MCH","GAINS","LDC1","$HOME/Desktop/makegain_214.online.1"); |
98 | shuttle->AddInputFile(AliTestShuttle::kDAQ,"MCH","GAINS","LDC2","$HOME/Desktop/makegain_214.online.2"); |
99 | shuttle->AddInputFile(AliTestShuttle::kDAQ,"MCH","GAINS","LDC3","$HOME/Desktop/makegain_214.online.3"); |
100 | |
608c3123 |
101 | // and GMS file |
923a4baf |
102 | shuttle->AddInputFile(AliTestShuttle::kDCS,"MCH","GMS","GMS","$ALICE_ROOT/MUON/data/GMS.root"); |
038d1637 |
103 | |
608c3123 |
104 | // The shuttle can read run parameters stored in the DAQ run logbook. |
105 | // To test it, we must provide the run parameters manually. They will be retrieved in the preprocessor |
106 | // using GetRunParameter function. |
107 | // In real life the parameters will be retrieved automatically from the run logbook; |
59679117 |
108 | //shuttle->SetInputRunType("PEDESTAL_RUN"); |
d489129d |
109 | //shuttle->SetInputRunType("ELECTRONICS_CALIBRATION_RUN"); |
110 | //shuttle->SetInputRunType("GMS"); |
59679117 |
111 | shuttle->SetInputRunType("PHYSICS"); |
608c3123 |
112 | // PEDESTAL_RUN -> pedestals |
113 | // ELECTRONICS_CALIBRATION_RUN -> gains |
114 | // PHYSICS ? -> HV |
115 | |
ea199e33 |
116 | // Create the preprocessor that should be tested, it registers itself automatically to the shuttle |
9e62d05d |
117 | new AliMUONTrackerPreprocessor(shuttle); |
ea199e33 |
118 | |
119 | shuttle->Print(); |
120 | |
121 | // Test the preprocessor |
122 | shuttle->Process(); |
608c3123 |
123 | } |
ea199e33 |
124 | |
608c3123 |
125 | TMap* CreateDCSAliasMap() |
126 | { |
127 | /// Creates a DCS structure for MUON Tracker HV |
128 | /// |
129 | /// The structure is the following: |
130 | /// TMap (key --> value) |
131 | /// <DCSAlias> --> <valueList> |
132 | /// <DCSAlias> is a string |
133 | /// <valueList> is a TObjArray of AliDCSValue |
134 | /// An AliDCSValue consists of timestamp and a value in form of a AliSimpleValue |
135 | |
136 | TMap* aliasMap = new TMap; |
137 | aliasMap->SetOwner(kTRUE); |
138 | |
139 | TRandom random(0); |
140 | |
141 | AliMUONHVNamer hvNamer; |
142 | |
143 | TObjArray* aliases = hvNamer.GenerateAliases(); |
144 | |
145 | for ( Int_t i = 0; i < aliases->GetEntries(); ++i ) |
146 | { |
147 | TObjString* alias = static_cast<TObjString*>(aliases->At(i)); |
148 | TString& aliasName = alias->String(); |
149 | if ( aliasName.Contains("sw") ) |
150 | { |
151 | // HV Switch (St345 only) |
152 | TObjArray* valueSet = new TObjArray; |
153 | valueSet->SetOwner(kTRUE); |
154 | Bool_t value = kTRUE; |
155 | // Float_t r = random.Uniform(); |
156 | // if ( r < 0.007 ) value = kFALSE; |
157 | // if ( aliasName.Contains("DE513sw2") ) value = kFALSE; |
158 | |
159 | for ( UInt_t timeStamp = 0; timeStamp < 60*3; timeStamp += 60 ) |
160 | { |
161 | AliDCSValue* dcsValue = new AliDCSValue(value,timeStamp); |
162 | valueSet->Add(dcsValue); |
163 | } |
164 | aliasMap->Add(new TObjString(*alias),valueSet); |
165 | } |
166 | else |
167 | { |
168 | TObjArray* valueSet = new TObjArray; |
169 | valueSet->SetOwner(kTRUE); |
170 | for ( UInt_t timeStamp = 0; timeStamp < 60*15; timeStamp += 120 ) |
171 | { |
172 | Float_t value = random.Gaus(1750,62.5); |
59679117 |
173 | if ( aliasName == "MchHvLvLeft/Chamber00Left/Quad2Sect1.actual.vMon") value = 500; |
608c3123 |
174 | AliDCSValue* dcsValue = new AliDCSValue(value,timeStamp); |
175 | valueSet->Add(dcsValue); |
176 | } |
59679117 |
177 | if ( aliasName == "MchHvLvLeft/Chamber04Left/Slat06.actual.vMon" ) continue; |
608c3123 |
178 | aliasMap->Add(new TObjString(*alias),valueSet); |
179 | } |
180 | } |
181 | |
182 | delete aliases; |
183 | |
184 | return aliasMap; |
ea199e33 |
185 | } |
608c3123 |
186 | |