1 Int_t AliITSDisplayTracksV1(const char *fname = "galice.root", Int_t evNum = 0) {
3 /*********************************************************************
5 * Macro to plot reconstructed tracks with the Kalman Filter V1 on *
6 * top of the ITS detailed geometry. *
8 * Authors: Angela Badala' and Roberto Barbera *
10 *********************************************************************/
13 // First of all, here are put some variable declarations
14 // that are useful in the following part:
15 Int_t nparticles; // number of particles
16 // ITS module coordinates [layer = 1, ladder = 2, det = 3] and absolute ID[0] of module [0]
18 Int_t nmodules, dtype; // Total number of modules and module type (SSD, SPD, SDD)
19 Float_t *x = 0, *y = 0, *z = 0; // Arrays where to store read coords
20 Bool_t *St = 0; // Status of the track (hits only)
24 c1 = new TCanvas("c1","Track display",50,50,800,800);
25 c1 -> Divide(2,2,0.001,0.001);
27 // It's necessary to load the gAlice shared libs
28 // if they aren't already stored in memory...
29 if (gClassTable->GetID("AliRun") < 0) {
30 gROOT->LoadMacro("loadlibs.C");
33 // Anyway, this macro needs to read a gAlice file, so it
34 // clears the gAlice object if there is already one in memory...
42 // Now is opened the Root input file containing Geometry, Kine and Hits
43 // by default its name must be "galice.root".
44 // When the file is opened, its contens are shown.
45 TFile *file = (TFile*)gROOT->GetListOfFiles()->FindObject(fname);
46 if (!file) file = new TFile(fname);
49 // Then, the macro gets the AliRun object from file.
50 // If this object is not present, an error occurs
51 // and the execution is stopped.
52 // Anyway, this operation needs some time,
53 // don't worry about an apparent absence of output and actions...
54 cout << "\nSearching in '" << fname << "' for an AliRun object ... " << flush;
55 gAlice = (AliRun*)file->Get("gAlice");
57 cout << "FOUND!" << endl;
59 cout<<"NOT FOUND! The Macro can't continue!" << endl;
63 // Then, the macro selects the event number specified. Default is 0.
64 nparticles = gAlice->GetEvent(evNum);
65 cout << "\nNumber of particles = " << nparticles << endl;
67 cout << "With no particles I can't do much... Goodbye!" << endl;
71 // The next step is filling the ITS from the AliRun object.
72 AliITS *ITS = (AliITS*)gAlice->GetModule("ITS");
73 ITS->InitModules(-1, nmodules);
74 cout << "Number of ITS modules = " << nmodules << endl;
75 cout << "\nFilling modules (it takes a while, now)..." << flush;
76 ITS->FillModules(0, 0, nmodules, " ", " ");
77 cout << "DONE!" << endl;
81 AliITSgeom *gm = ITS->GetITSgeom();
83 cout << "A problem occurred when getting the geometry!!!" << endl;
89 //inserire qui la geometria
93 const Int_t kColorITS=kRed;
95 //top = gAlice->GetGeometry()->GetNode("alice");
100 TNode *sub1node, *sub2node, *sub3node, *sub4node, *sub5node;
102 // Define some variables for SPD
105 Float_t dits1[3], di101[3], di107[3], di10b[3]; // for layer 1
106 Float_t di103[3], di10a[3]; // for layer 1
107 Float_t dits2[3], di1d1[3], di1d7[3], di20b[3]; // for layer 2
108 Float_t di1d3[3], di20a[3]; // for layer 2
110 Float_t ddet1=200.; // total detector thickness on layer 1 (micron)
111 Float_t dchip1=200.; // total chip thickness on layer 1 (micron)
113 Float_t ddet2=200.; // total detector thickness on layer 2 (micron)
114 Float_t dchip2=200.; // total chip thickness on layer 2 (micron)
116 Float_t dbus=300.; // total bus thickness on both layers (micron)
118 ddet1 = ddet1*0.0001/2.; // conversion from tot length in um to half in cm
119 ddet2 = ddet2*0.0001/2.; // conversion from tot length in um to half in cm
120 dchip1 = dchip1*0.0001/2.;// conversion from tot length in um to half in cm
121 dchip2 = dchip2*0.0001/2.;// conversion from tot length in um to half in cm
122 dbus = dbus*0.0001/2.; // conversion from tot length in um to half in cm
124 Float_t deltax, deltay;
130 // Define some variables for SDD
131 // SDD detector ladder
134 Float_t I302dits[3], I402dits[3], I004dits[3], I005dits[3];
135 Float_t Y_SDD_sep = 0.20;
136 Float_t Z_SDD_lay3[6] = {18.55, 10.95, 3.70, -3.70, -11.20, -18.35};
137 Float_t Z_SDD_lay4[8] = {25.75, 18.60, 11.00, 3.70, -3.70, -11.20, -18.45, -26.05};
145 new TRotMatrix("itsrot238","itsrot238",90.0,144.0,90.0,234.0,0.0,0.0);
146 new TRotMatrix("itsrot236","itsrot236",90.0,180.013702,90.0,270.013702,0.0,0.0);
147 new TRotMatrix("itsrot239","itsrot239",90.0,216.0,90.0,306.0,0.0,0.0);
148 new TRotMatrix("itsrot233","itsrot233",90.0,252.000504,90.0,342.000488,0.0,0.0 );
149 new TRotMatrix("itsrot240","itsrot240",90.0,288.0,90.0,18.0,0.0,0.0);
150 new TRotMatrix("itsrot241","itsrot241",90.0,324.0,90.0,54.0,0.0,0.0);
151 new TRotMatrix("itsrot242","itsrot242",90.0,36.0,90.0,126.0,0.0,0.0);
152 new TRotMatrix("itsrot234","itsrot234",90.0,71.9991,90.0,161.9991,0.0,0.0);
153 new TRotMatrix("itsrot243","itsrot243",90.0,108.0,90.0,198.0,0.0,0.0);
154 new TRotMatrix("itsrot244","itsrot244",90.0,180.0,90.0,270.0,0.0,0.0);
155 new TRotMatrix("itsrot245","itsrot245",90.0,162.0,90.0,252.0,0.0,0.0);
156 new TRotMatrix("itsrot246","itsrot246",90.0,310.0,90.0,40.0,0.0,0.0);
157 new TRotMatrix("itsrot247","itsrot247",90.0,319.0,90.0,49.0,0.0,0.0);
158 new TRotMatrix("itsrot248","itsrot248",90.0,328.0,90.0,58.0,0.0,0.0);
159 new TRotMatrix("itsrot249","itsrot249",90.0,337.0,90.0,67.0,0.0,0.0);
163 // SPD - option 'b' (this is the default)
167 new TRotMatrix("itsrot233","itsrot233",90.0,252.000504,90.0,342.000488,0.0,0.0);
168 new TRotMatrix("itsrot244","itsrot244",90.0,216.0,90.0,306.0,0.0,0.0);
169 new TRotMatrix("itsrot236","itsrot236",90.0,180.013702,90.0,270.013702,0.0,0.0);
170 new TRotMatrix("itsrot245","itsrot245",90.0,36.0,90.0,126.0,0.0,0.0);
171 new TRotMatrix("itsrot234","itsrot234",90.0,71.9991,90.0,161.9991,0.0,0.0);
172 new TRotMatrix("itsrot246","itsrot246",90.0,108.0,90.0,198.0,0.0,0.0);
173 new TRotMatrix("itsrot247","itsrot247",90.0,144.0,90.0,234.0,0.0,0.0);
174 new TRotMatrix("itsrot248","itsrot248",90.0,288.0,90.0,18.0,0.0,0.0);
175 new TRotMatrix("itsrot249","itsrot249",90.0,324.0,90.0,54.0,0.0,0.0);
176 new TRotMatrix("itsrot238","itsrot238",90.0,180.0,90.0,270.0,0.0,0.0);
177 new TRotMatrix("itsrot239","itsrot239",90.0,162.0,90.0,252.0,0.0,0.0);
178 new TRotMatrix("itsrot240","itsrot240",90.0,310.0,90.0,40.0,0.0,0.0);
179 new TRotMatrix("itsrot241","itsrot241",90.0,319.0,90.0,49.0,0.0,0.0);
180 new TRotMatrix("itsrot242","itsrot242",90.0,328.0,90.0,58.0,0.0,0.0);
181 new TRotMatrix("itsrot243","itsrot243",90.0,337.0,90.0,67.0,0.0,0.0);
187 new TRotMatrix("itsrot321","itsrot321",90.0,12.86,90.0,102.86,0.0,0.0);
188 new TRotMatrix("itsrot333","itsrot333",90.0,38.57,90.0,128.57,0.0,0.0);
189 new TRotMatrix("itsrot336","itsrot336",90.0,64.29,90.0,154.29,0.0,0.0);
190 new TRotMatrix("itsrot350","itsrot350",90.0,90.0,90.0,180.0,0.0,0.0);
191 new TRotMatrix("itsrot313","itsrot313",90.0,115.71,90.0,205.71,0.0,0.0);
192 new TRotMatrix("itsrot311","itsrot311",90.0,141.43,90.0,231.43,0.0,0.0);
193 new TRotMatrix("itsrot310","itsrot310",90.0,167.14,90.0,257.14,0.0,0.0);
194 new TRotMatrix("itsrot386","itsrot386",90.0,192.86,90.0,282.86,0.0,0.0);
195 new TRotMatrix("itsrot309","itsrot309",90.0,218.57,90.0,308.57,0.0,0.0);
196 new TRotMatrix("itsrot308","itsrot308",90.0,244.29,90.0,334.29,0.0,0.0);
197 new TRotMatrix("itsrot356","itsrot356",90.0,270.0,90.0,0.0,0.0,0.0);
198 new TRotMatrix("itsrot307","itsrot307",90.0,295.71,90.0,25.71,0.0,0.0);
199 new TRotMatrix("itsrot306","itsrot306",90.0,321.43,90.0,51.43,0.0,0.0);
200 new TRotMatrix("itsrot305","itsrot305",90.0,347.14,90.0,77.14,0.0,0.0);
201 new TRotMatrix("itsrot335","itsrot335",90.0,8.18,90.0,98.18,0.0,0.0);
202 new TRotMatrix("itsrot332","itsrot332",90.0,24.55,90.0,114.55,0.0,0.0);
203 new TRotMatrix("itsrot331","itsrot331",90.0,40.91,90.0,130.91,0.0,0.0);
204 new TRotMatrix("itsrot366","itsrot366",90.0,57.27,90.0,147.27,0.0,0.0);
205 new TRotMatrix("itsrot330","itsrot330",90.0,73.64,90.0,163.64,0.0,0.0);
206 new TRotMatrix("itsrot350","itsrot350",90.0,90.0,90.0,180.0,0.0,0.0);
207 new TRotMatrix("itsrot329","itsrot329",90.0,106.36,90.0,196.36,0.0,0.0);
208 new TRotMatrix("itsrot328","itsrot328",90.0,122.73,90.0,212.73,0.0,0.0);
209 new TRotMatrix("itsrot327","itsrot327",90.0,139.09,90.0,229.09,0.0,0.0);
210 new TRotMatrix("itsrot326","itsrot326",90.0,155.45,90.0,245.45,0.0,0.0);
211 new TRotMatrix("itsrot325","itsrot325",90.0,171.82,90.0,261.82,0.0,0.0);
212 new TRotMatrix("itsrot324","itsrot324",90.0,188.18,90.0,278.18,0.0,0.0);
213 new TRotMatrix("itsrot323","itsrot323",90.0,204.55,90.0,294.55,0.0,0.0);
214 new TRotMatrix("itsrot322","itsrot322",90.0,220.91,90.0,310.91,0.0,0.0);
215 new TRotMatrix("itsrot320","itsrot320",90.0,237.27,90.0,327.27,0.0,0.0);
216 new TRotMatrix("itsrot319","itsrot319",90.0,253.64,90.0,343.64,0.0,0.0);
217 new TRotMatrix("itsrot318","itsrot318",90.0,270.0,90.0,360.0,0.0,0.0);
218 new TRotMatrix("itsrot317","itsrot317",90.0,286.36,90.0,16.36,0.0,0.0);
219 new TRotMatrix("itsrot316","itsrot316",90.0,302.73,90.0,32.73,0.0,0.0);
220 new TRotMatrix("itsrot315","itsrot315",90.0,319.09,90.0,49.09,0.0,0.0);
221 new TRotMatrix("itsrot314","itsrot314",90.0,335.45,90.0,65.45,0.0,0.0);
222 new TRotMatrix("itsrot334","itsrot334",90.0,351.82,90.0,81.82,0.0,0.0);
226 new TRotMatrix("itsrot504","itsrot504",90.0,127.06,90.0,217.06,0.0,0.0);
227 new TRotMatrix("itsrot505","itsrot505",90.0,116.47,90.0,206.47,0.0,0.0);
228 new TRotMatrix("itsrot506","itsrot506",90.0,105.88,90.0,195.88,0.0,0.0);
229 new TRotMatrix("itsrot507","itsrot507",90.0,95.29,90.0,185.29,0.0,0.0);
230 new TRotMatrix("itsrot508","itsrot508",90.0,84.71,90.0,174.71,0.0,0.0);
231 new TRotMatrix("itsrot509","itsrot509",90.0,74.12,90.0,164.12,0.0,0.0);
232 new TRotMatrix("itsrot510","itsrot510",90.0,63.53,90.0,153.53,0.0,0.0);
233 new TRotMatrix("itsrot511","itsrot511",90.0,52.94,90.0,142.94,0.0,0.0);
234 new TRotMatrix("itsrot512","itsrot512",90.0,42.35,90.0,132.35,0.0,0.0);
235 new TRotMatrix("itsrot513","itsrot513",90.0,31.76,90.0,121.76,0.0,0.0);
236 new TRotMatrix("itsrot653","itsrot653",90.0,21.18,90.0,111.18,0.0,0.0);
237 new TRotMatrix("itsrot514","itsrot514",90.0,10.59,90.0,100.59,0.0,0.0);
238 new TRotMatrix("itsrot515","itsrot515",90.0,349.41,90.0,79.41,0.0,0.0);
239 new TRotMatrix("itsrot516","itsrot516",90.0,338.82,90.0,68.82,0.0,0.0);
240 new TRotMatrix("itsrot517","itsrot517",90.0,328.24,90.0,58.24,0.0,0.0);
241 new TRotMatrix("itsrot518","itsrot518",90.0,317.65,90.0,47.65,0.0,0.0);
242 new TRotMatrix("itsrot519","itsrot519",90.0,307.06,90.0,37.06,0.0,0.0);
243 new TRotMatrix("itsrot520","itsrot520",90.0,296.47,90.0,26.47,0.0,0.0);
244 new TRotMatrix("itsrot521","itsrot521",90.0,285.88,90.0,15.88,0.0,0.0);
245 new TRotMatrix("itsrot522","itsrot522",90.0,275.29,90.0,5.29,0.0,0.0);
246 new TRotMatrix("itsrot523","itsrot523",90.0,264.71,90.0,354.71,0.0,0.0);
247 new TRotMatrix("itsrot524","itsrot524",90.0,254.12,90.0,344.12,0.0,0.0);
248 new TRotMatrix("itsrot525","itsrot525",90.0,243.53,90.0,333.53,0.0,0.0);
249 new TRotMatrix("itsrot526","itsrot526",90.0,232.94,90.0,322.94,0.0,0.0);
250 new TRotMatrix("itsrot527","itsrot527",90.0,222.35,90.0,312.35,0.0,0.0);
251 new TRotMatrix("itsrot528","itsrot528",90.0,211.76,90.0,301.76,0.0,0.0);
252 new TRotMatrix("itsrot618","itsrot618",90.0,201.18,90.0,291.18,0.0,0.0);
253 new TRotMatrix("itsrot529","itsrot529",90.0,190.59,90.0,280.59,0.0,0.0);
254 new TRotMatrix("itsrot533","itsrot533",90.0,180.0,90.0,270.0,0.0,0.0);
255 new TRotMatrix("itsrot530","itsrot530",90.0,169.41,90.0,259.41,0.0,0.0);
256 new TRotMatrix("itsrot531","itsrot531",90.0,158.82,90.0,248.82,0.0,0.0);
257 new TRotMatrix("itsrot501","itsrot501",90.0,148.24,90.0,238.24,0.0,0.0);
258 new TRotMatrix("itsrot503","itsrot503",90.0,137.65,90.0,227.65,0.0,0.0);
259 new TRotMatrix("itsrot532","itsrot532",90.0,360.0,90.0,90.0,0.0,0.0);
260 new TRotMatrix("itsrot560","itsrot560",90.0,85.26,90.0,175.26,0.0,0.0);
261 new TRotMatrix("itsrot561","itsrot561",90.0,94.74,90.0,184.74,0.0,0.0);
262 new TRotMatrix("itsrot562","itsrot562",90.0,104.21,90.0,194.21,0.0,0.0);
263 new TRotMatrix("itsrot563","itsrot563",90.0,113.68,90.0,203.68,0.0,0.0);
264 new TRotMatrix("itsrot564","itsrot564",90.0,123.16,90.0,213.16,0.0,0.0);
265 new TRotMatrix("itsrot565","itsrot565",90.0,132.63,90.0,222.63,0.0,0.0);
266 new TRotMatrix("itsrot566","itsrot566",90.0,142.11,90.0,232.11,0.0,0.0);
267 new TRotMatrix("itsrot567","itsrot567",90.0,151.58,90.0,241.58,0.0,0.0);
268 new TRotMatrix("itsrot568","itsrot568",90.0,161.05,90.0,251.05,0.0,0.0);
269 new TRotMatrix("itsrot569","itsrot569",90.0,170.53,90.0,260.53,0.0,0.0);
270 new TRotMatrix("itsrot533","itsrot533",90.0,180.0,90.0,270.0,0.0,0.0);
271 new TRotMatrix("itsrot534","itsrot534",90.0,189.47,90.0,279.47,0.0,0.0);
272 new TRotMatrix("itsrot535","itsrot535",90.0,198.95,90.0,288.95,0.0,0.0);
273 new TRotMatrix("itsrot623","itsrot623",90.0,208.42,90.0,298.42,0.0,0.0);
274 new TRotMatrix("itsrot537","itsrot537",90.0,217.89,90.0,307.89,0.0,0.0);
275 new TRotMatrix("itsrot538","itsrot538",90.0,227.37,90.0,317.37,0.0,0.0);
276 new TRotMatrix("itsrot539","itsrot539",90.0,236.84,90.0,326.84,0.0,0.0);
277 new TRotMatrix("itsrot540","itsrot540",90.0,246.32,90.0,336.32,0.0,0.0);
278 new TRotMatrix("itsrot541","itsrot541",90.0,255.79,90.0,345.79,0.0,0.0);
279 new TRotMatrix("itsrot542","itsrot542",90.0,265.26,90.0,355.26,0.0,0.0);
280 new TRotMatrix("itsrot543","itsrot543",90.0,274.74,90.0,4.74,0.0,0.0);
281 new TRotMatrix("itsrot544","itsrot544",90.0,284.21,90.0,14.21,0.0,0.0);
282 new TRotMatrix("itsrot545","itsrot545",90.0,293.68,90.0,23.68,0.0,0.0);
283 new TRotMatrix("itsrot546","itsrot546",90.0,303.16,90.0,33.16,0.0,0.0);
284 new TRotMatrix("itsrot547","itsrot547",90.0,312.63,90.0,42.63,0.0,0.0);
285 new TRotMatrix("itsrot548","itsrot548",90.0,322.11,90.0,52.11,0.0,0.0);
286 new TRotMatrix("itsrot549","itsrot549",90.0,331.58,90.0,61.58,0.0,0.0);
287 new TRotMatrix("itsrot550","itsrot550",90.0,341.05,90.0,71.05,0.0,0.0);
288 new TRotMatrix("itsrot551","itsrot551",90.0,350.53,90.0,80.53,0.0,0.0);
289 new TRotMatrix("itsrot552","itsrot552",90.0,9.47,90.0,99.47,0.0,0.0);
290 new TRotMatrix("itsrot553","itsrot553",90.0,18.95,90.0,108.95,0.0,0.0);
291 new TRotMatrix("itsrot620","itsrot620",90.0,28.42,90.0,118.42,0.0,0.0);
292 new TRotMatrix("itsrot555","itsrot555",90.0,37.89,90.0,127.89,0.0,0.0);
293 new TRotMatrix("itsrot556","itsrot556",90.0,47.37,90.0,137.37,0.0,0.0);
294 new TRotMatrix("itsrot557","itsrot557",90.0,56.84,90.0,146.84,0.0,0.0);
295 new TRotMatrix("itsrot558","itsrot558",90.0,66.32,90.0,156.32,0.0,0.0);
296 new TRotMatrix("itsrot559","itsrot559",90.0,75.79,90.0,165.79,0.0,0.0);
299 // --- Define SPD (option 'a') volumes ----------------------------
302 // (this is NOT the default)
309 new TBRIK("ITS1","ITS1","void",dits1[0],dits1[1],dits1[2]);
314 new TBRIK("ITS2","ITS2","void",dits2[0],dits2[1],dits2[2]);
319 new TBRIK("I101","I101","void",di101[0],di101[1],di101[2]);
324 new TBRIK("I1D1","I1D1","void",di1d1[0],di1d1[1],di1d1[2]);
327 di103[1] = ddet1+dchip1;
329 new TBRIK("I103","I103","void",di103[0],di103[1],di103[2]);
332 di1d3[1] = ddet2+dchip2;
334 new TBRIK("I1D3","I1D3","void",di1d3[0],di1d3[1],di1d3[2]);
337 di10a[1] = ddet1+dchip1+dbus+0.0025;
339 new TBRIK("I10A","I10A","void",di10a[0],di10a[1],di10a[2]);
342 di20a[1] = ddet2+dchip2+dbus+0.0025;
344 new TBRIK("I20A","I20A","void",di20a[0],di20a[1],di20a[2]);
351 new TTUBS("I12A","I12A","void",dits[0],dits[1],dits[2],dits[3],dits[4]);
356 new TTUBE("IT12","IT12","void",dits[0],dits[1],dits[2]);
360 // --- Define SPD (option 'b') volumes ----------------------------
363 // (this is the default)
370 new TBRIK("ITS1","ITS1","void",dits1[0],dits1[1],dits1[2]);
375 new TBRIK("ITS2","ITS2","void",dits2[0],dits2[1],dits2[2]);
380 new TBRIK("I101","I101","void",di101[0],di101[1],di101[2]);
385 new TBRIK("I1D1","I1D1","void",di1d1[0],di1d1[1],di1d1[2]);
388 di107[1] = ddet1+dchip1;
390 new TBRIK("I107","I107","void",di107[0],di107[1],di107[2]);
393 di1d7[1] = ddet2+dchip2;
395 new TBRIK("I1D7","I1D7","void",di1d7[0],di1d7[1],di1d7[2]);
398 di10b[1] = ddet1+dchip1+dbus+0.0025;
400 new TBRIK("I10B","I10B","void",di10b[0],di10b[1],di10b[2]);
403 di20b[1] = ddet2+dchip2+dbus+0.0025;
405 new TBRIK("I20B","I20B","void",di20b[0],di20b[1],di20b[2]);
412 new TTUBS("I12B","I12B","void",dits[0],dits[1],dits[2],dits[3],dits[4]);
417 new TTUBE("IT12","IT12","void",dits[0],dits[1],dits[2]);
422 // --- Define SDD volumes ------------------------------------------
424 TPCON *it34 = new TPCON("IT34","IT34","void",0.,360.,6);
425 it34->DefineSection(0,-34.6,23.49,28.);
426 it34->DefineSection(1,-23.65,23.49,28.);
427 it34->DefineSection(2,-23.65,14.59,28.);
428 it34->DefineSection(3,23.65,14.59,28.);
429 it34->DefineSection(4,23.65,23.49,28.);
430 it34->DefineSection(5,34.6,23.49,28.);
432 I302dits[0] = 3.6250;
433 I302dits[1] = 0.0150;
434 I302dits[2] = 4.3794;
435 new TBRIK("I302","I302","void",I302dits[0],I302dits[1],I302dits[2]);
437 I004dits[0] = I302dits[0]+0.005;
438 I004dits[1] = 2*I302dits[1]+Y_SDD_sep/2.;
439 I004dits[2] = TMath::Abs(Z_SDD_lay3[0]);
440 if (I004dits[2] < TMath::Abs(Z_SDD_lay3[5])) {
441 I004dits[2] = TMath::Abs(Z_SDD_lay3[5]);
443 I004dits[2] = I004dits[2] + I302dits[2];
444 new TBRIK("I004","I004","void",I004dits[0],I004dits[1],I004dits[2]);
449 new TBRIK("ITS3","ITS3","void",dits[0],dits[1],dits[2]);
451 I402dits[0] = 3.6250;
452 I402dits[1] = 0.0150;
453 I402dits[2] = 4.3794;
454 new TBRIK("I402","I402","void",I402dits[0],I402dits[1],I402dits[2]);
456 I005dits[0] = I402dits[0]+0.005;
457 I005dits[1] = 2*I402dits[1]+Y_SDD_sep/2.;
458 I005dits[2] = TMath::Abs(Z_SDD_lay4[0]);
459 if (I005dits[2] < TMath::Abs(Z_SDD_lay4[7])) {
460 I005dits[2] = TMath::Abs(Z_SDD_lay4[7]);
462 I005dits[2] = I005dits[2] + I402dits[2];
463 new TBRIK("I005","I005","void",I005dits[0],I005dits[1],I005dits[2]);
468 new TBRIK("ITS4","ITS4","void",dits[0],dits[1],dits[2]);
471 // --- Define SSD volumes ------------------------------------------
474 TPCON *it56 = new TPCON("IT56","IT56","void",0.,360.,6);
475 it56->DefineSection(0,-57.45,43.6,48.);
476 it56->DefineSection(1,-49.15,43.6,48.);
477 it56->DefineSection(2,-49.15,36.9,48.);
478 it56->DefineSection(3,50.55,36.9,48.);
479 it56->DefineSection(4,50.55,43.6,48.);
480 it56->DefineSection(5,57.45,43.6,48.);
485 new TBRIK("I565","I565","void",dits[0],dits[1],dits[2]);
490 new TBRIK("I569","I569","void",dits[0],dits[1],dits[2]);
495 new TBRIK("I562","I562","void",dits[0],dits[1],dits[2]);
500 new TBRIK("I566","I566","void",dits[0],dits[1],dits[2]);
505 new TBRIK("ITS5","ITS5","void",dits[0],dits[1],dits[2]);
510 new TBRIK("ITS6","ITS6","void",dits[0],dits[1],dits[2]);
517 // --- Place SSD volumes into their mother volume
519 // Place IT56 in Alice
520 node = new TNode("IT56","IT56","IT56",0.,0.,0.,"");
521 node->SetLineColor(kColorITS);
522 node->SetVisibility(0);
525 // Place copy #1 of I565 in IT56
527 sub1node = new TNode("I565","I565","I565",0.,38.445,0.,"");
528 sub1node->SetLineColor(kColorITS);
529 sub1node->SetVisibility(0);
532 // Place copy #1 of ITS5 directly in I565
534 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,41.1546,"");
535 sub2node->SetLineColor(kColorITS);
536 sub2node->SetVisibility(1);
537 //fNodes->Add(sub2node);
540 // Place copy #2 of ITS5 directly in I565
542 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,37.2246,"");
543 sub2node->SetLineColor(kColorITS);
544 sub2node->SetVisibility(1);
545 //fNodes->Add(sub2node);
548 // Place copy #3 of ITS5 directly in I565
550 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,33.3146,"");
551 sub2node->SetLineColor(kColorITS);
552 sub2node->SetVisibility(1);
553 //fNodes->Add(sub2node);
556 // Place copy #4 of ITS5 directly in I565
558 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,29.3846,"");
559 sub2node->SetLineColor(kColorITS);
560 sub2node->SetVisibility(1);
561 //fNodes->Add(sub2node);
564 // Place copy #5 of ITS5 directly in I565
566 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,25.4746,"");
567 sub2node->SetLineColor(kColorITS);
568 sub2node->SetVisibility(1);
569 //fNodes->Add(sub2node);
572 // Place copy #6 of ITS5 directly in I565
574 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,21.5446,"");
575 sub2node->SetLineColor(kColorITS);
576 sub2node->SetVisibility(1);
577 //fNodes->Add(sub2node);
580 // Place copy #7 of ITS5 directly in I565
582 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,17.6346,"");
583 sub2node->SetLineColor(kColorITS);
584 sub2node->SetVisibility(1);
585 //fNodes->Add(sub2node);
588 // Place copy #8 of ITS5 directly in I565
590 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,13.7046,"");
591 sub2node->SetLineColor(kColorITS);
592 sub2node->SetVisibility(1);
593 //fNodes->Add(sub2node);
596 // Place copy #9 of ITS5 directly in I565
598 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,9.7946,"");
599 sub2node->SetLineColor(kColorITS);
600 sub2node->SetVisibility(1);
601 //fNodes->Add(sub2node);
604 // Place copy #10 of ITS5 directly in I565
606 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,5.8645,"");
607 sub2node->SetLineColor(kColorITS);
608 sub2node->SetVisibility(1);
609 //fNodes->Add(sub2node);
612 // Place copy #11 of ITS5 directly in I565
614 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,1.9546,"");
615 sub2node->SetLineColor(kColorITS);
616 sub2node->SetVisibility(1);
617 //fNodes->Add(sub2node);
620 // Place copy #12 of ITS5 directly in I565
622 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-1.9754,"");
623 sub2node->SetLineColor(kColorITS);
624 sub2node->SetVisibility(1);
625 //fNodes->Add(sub2node);
628 // Place copy #13 of ITS5 directly in I565
630 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-5.8855,"");
631 sub2node->SetLineColor(kColorITS);
632 sub2node->SetVisibility(1);
633 //fNodes->Add(sub2node);
636 // Place copy #14 of ITS5 directly in I565
638 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-9.8154,"");
639 sub2node->SetLineColor(kColorITS);
640 sub2node->SetVisibility(1);
641 //fNodes->Add(sub2node);
644 // Place copy #15 of ITS5 directly in I565
646 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-13.7254,"");
647 sub2node->SetLineColor(kColorITS);
648 sub2node->SetVisibility(1);
649 //fNodes->Add(sub2node);
652 // Place copy #16 of ITS5 directly in I565
654 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-17.6555,"");
655 sub2node->SetLineColor(kColorITS);
656 sub2node->SetVisibility(1);
657 //fNodes->Add(sub2node);
660 // Place copy #17 of ITS5 directly in I565
662 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-21.5655,"");
663 sub2node->SetLineColor(kColorITS);
664 sub2node->SetVisibility(1);
665 //fNodes->Add(sub2node);
668 // Place copy #18 of ITS5 directly in I565
670 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-25.4954,"");
671 sub2node->SetLineColor(kColorITS);
672 sub2node->SetVisibility(1);
673 //fNodes->Add(sub2node);
676 // Place copy #19 of ITS5 directly in I565
678 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-29.4054,"");
679 sub2node->SetLineColor(kColorITS);
680 sub2node->SetVisibility(1);
681 //fNodes->Add(sub2node);
684 // Place copy #20 of ITS5 directly in I565
686 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-33.3354,"");
687 sub2node->SetLineColor(kColorITS);
688 sub2node->SetVisibility(1);
689 //fNodes->Add(sub2node);
692 // Place copy #21 of ITS5 directly in I565
694 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-37.2454,"");
695 sub2node->SetLineColor(kColorITS);
696 sub2node->SetVisibility(1);
697 //fNodes->Add(sub2node);
700 // Place copy #22 of ITS5 directly in I565
702 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-41.1554,"");
703 sub2node->SetLineColor(kColorITS);
704 sub2node->SetVisibility(1);
705 //fNodes->Add(sub2node);
707 //fNodes->Add(sub1node);
710 // Place copy #2 of I565 in IT56
712 sub1node = new TNode("I565","I565","I565",-7.0924,37.9412,0.,"itsrot514");
713 sub1node->SetLineColor(kColorITS);
714 sub1node->SetVisibility(0);
717 // Place copy #1 of ITS5 directly in I565
719 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,41.1546,"");
720 sub2node->SetLineColor(kColorITS);
721 sub2node->SetVisibility(1);
722 //fNodes->Add(sub2node);
725 // Place copy #2 of ITS5 directly in I565
727 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,37.2246,"");
728 sub2node->SetLineColor(kColorITS);
729 sub2node->SetVisibility(1);
730 //fNodes->Add(sub2node);
733 // Place copy #3 of ITS5 directly in I565
735 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,33.3146,"");
736 sub2node->SetLineColor(kColorITS);
737 sub2node->SetVisibility(1);
738 //fNodes->Add(sub2node);
741 // Place copy #4 of ITS5 directly in I565
743 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,29.3846,"");
744 sub2node->SetLineColor(kColorITS);
745 sub2node->SetVisibility(1);
746 //fNodes->Add(sub2node);
749 // Place copy #5 of ITS5 directly in I565
751 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,25.4746,"");
752 sub2node->SetLineColor(kColorITS);
753 sub2node->SetVisibility(1);
754 //fNodes->Add(sub2node);
757 // Place copy #6 of ITS5 directly in I565
759 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,21.5446,"");
760 sub2node->SetLineColor(kColorITS);
761 sub2node->SetVisibility(1);
762 //fNodes->Add(sub2node);
765 // Place copy #7 of ITS5 directly in I565
767 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,17.6346,"");
768 sub2node->SetLineColor(kColorITS);
769 sub2node->SetVisibility(1);
770 //fNodes->Add(sub2node);
773 // Place copy #8 of ITS5 directly in I565
775 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,13.7046,"");
776 sub2node->SetLineColor(kColorITS);
777 sub2node->SetVisibility(1);
778 //fNodes->Add(sub2node);
781 // Place copy #9 of ITS5 directly in I565
783 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,9.7946,"");
784 sub2node->SetLineColor(kColorITS);
785 sub2node->SetVisibility(1);
786 //fNodes->Add(sub2node);
789 // Place copy #10 of ITS5 directly in I565
791 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,5.8645,"");
792 sub2node->SetLineColor(kColorITS);
793 sub2node->SetVisibility(1);
794 //fNodes->Add(sub2node);
797 // Place copy #11 of ITS5 directly in I565
799 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,1.9546,"");
800 sub2node->SetLineColor(kColorITS);
801 sub2node->SetVisibility(1);
802 //fNodes->Add(sub2node);
805 // Place copy #12 of ITS5 directly in I565
807 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-1.9754,"");
808 sub2node->SetLineColor(kColorITS);
809 sub2node->SetVisibility(1);
810 //fNodes->Add(sub2node);
813 // Place copy #13 of ITS5 directly in I565
815 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-5.8855,"");
816 sub2node->SetLineColor(kColorITS);
817 sub2node->SetVisibility(1);
818 //fNodes->Add(sub2node);
821 // Place copy #14 of ITS5 directly in I565
823 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-9.8154,"");
824 sub2node->SetLineColor(kColorITS);
825 sub2node->SetVisibility(1);
826 //fNodes->Add(sub2node);
829 // Place copy #15 of ITS5 directly in I565
831 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-13.7254,"");
832 sub2node->SetLineColor(kColorITS);
833 sub2node->SetVisibility(1);
834 //fNodes->Add(sub2node);
837 // Place copy #16 of ITS5 directly in I565
839 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-17.6555,"");
840 sub2node->SetLineColor(kColorITS);
841 sub2node->SetVisibility(1);
842 //fNodes->Add(sub2node);
845 // Place copy #17 of ITS5 directly in I565
847 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-21.5655,"");
848 sub2node->SetLineColor(kColorITS);
849 sub2node->SetVisibility(1);
850 //fNodes->Add(sub2node);
853 // Place copy #18 of ITS5 directly in I565
855 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-25.4954,"");
856 sub2node->SetLineColor(kColorITS);
857 sub2node->SetVisibility(1);
858 //fNodes->Add(sub2node);
861 // Place copy #19 of ITS5 directly in I565
863 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-29.4054,"");
864 sub2node->SetLineColor(kColorITS);
865 sub2node->SetVisibility(1);
866 //fNodes->Add(sub2node);
869 // Place copy #20 of ITS5 directly in I565
871 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-33.3354,"");
872 sub2node->SetLineColor(kColorITS);
873 sub2node->SetVisibility(1);
874 //fNodes->Add(sub2node);
877 // Place copy #21 of ITS5 directly in I565
879 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-37.2454,"");
880 sub2node->SetLineColor(kColorITS);
881 sub2node->SetVisibility(1);
882 //fNodes->Add(sub2node);
885 // Place copy #22 of ITS5 directly in I565
887 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-41.1554,"");
888 sub2node->SetLineColor(kColorITS);
889 sub2node->SetVisibility(1);
890 //fNodes->Add(sub2node);
892 //fNodes->Add(sub1node);
895 // Place copy #3 of I565 in IT56
897 sub1node = new TNode("I565","I565","I565",-13.8879,35.8489,0.,"itsrot653");
898 sub1node->SetLineColor(kColorITS);
899 sub1node->SetVisibility(0);
902 // Place copy #1 of ITS5 directly in I565
904 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,41.1546,"");
905 sub2node->SetLineColor(kColorITS);
906 sub2node->SetVisibility(1);
907 //fNodes->Add(sub2node);
910 // Place copy #2 of ITS5 directly in I565
912 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,37.2246,"");
913 sub2node->SetLineColor(kColorITS);
914 sub2node->SetVisibility(1);
915 //fNodes->Add(sub2node);
918 // Place copy #3 of ITS5 directly in I565
920 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,33.3146,"");
921 sub2node->SetLineColor(kColorITS);
922 sub2node->SetVisibility(1);
923 //fNodes->Add(sub2node);
926 // Place copy #4 of ITS5 directly in I565
928 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,29.3846,"");
929 sub2node->SetLineColor(kColorITS);
930 sub2node->SetVisibility(1);
931 //fNodes->Add(sub2node);
934 // Place copy #5 of ITS5 directly in I565
936 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,25.4746,"");
937 sub2node->SetLineColor(kColorITS);
938 sub2node->SetVisibility(1);
939 //fNodes->Add(sub2node);
942 // Place copy #6 of ITS5 directly in I565
944 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,21.5446,"");
945 sub2node->SetLineColor(kColorITS);
946 sub2node->SetVisibility(1);
947 //fNodes->Add(sub2node);
950 // Place copy #7 of ITS5 directly in I565
952 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,17.6346,"");
953 sub2node->SetLineColor(kColorITS);
954 sub2node->SetVisibility(1);
955 //fNodes->Add(sub2node);
958 // Place copy #8 of ITS5 directly in I565
960 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,13.7046,"");
961 sub2node->SetLineColor(kColorITS);
962 sub2node->SetVisibility(1);
963 //fNodes->Add(sub2node);
966 // Place copy #9 of ITS5 directly in I565
968 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,9.7946,"");
969 sub2node->SetLineColor(kColorITS);
970 sub2node->SetVisibility(1);
971 //fNodes->Add(sub2node);
974 // Place copy #10 of ITS5 directly in I565
976 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,5.8645,"");
977 sub2node->SetLineColor(kColorITS);
978 sub2node->SetVisibility(1);
979 //fNodes->Add(sub2node);
982 // Place copy #11 of ITS5 directly in I565
984 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,1.9546,"");
985 sub2node->SetLineColor(kColorITS);
986 sub2node->SetVisibility(1);
987 //fNodes->Add(sub2node);
990 // Place copy #12 of ITS5 directly in I565
992 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-1.9754,"");
993 sub2node->SetLineColor(kColorITS);
994 sub2node->SetVisibility(1);
995 //fNodes->Add(sub2node);
998 // Place copy #13 of ITS5 directly in I565
1000 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-5.8855,"");
1001 sub2node->SetLineColor(kColorITS);
1002 sub2node->SetVisibility(1);
1003 //fNodes->Add(sub2node);
1006 // Place copy #14 of ITS5 directly in I565
1008 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-9.8154,"");
1009 sub2node->SetLineColor(kColorITS);
1010 sub2node->SetVisibility(1);
1011 //fNodes->Add(sub2node);
1014 // Place copy #15 of ITS5 directly in I565
1016 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-13.7254,"");
1017 sub2node->SetLineColor(kColorITS);
1018 sub2node->SetVisibility(1);
1019 //fNodes->Add(sub2node);
1022 // Place copy #16 of ITS5 directly in I565
1024 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-17.6555,"");
1025 sub2node->SetLineColor(kColorITS);
1026 sub2node->SetVisibility(1);
1027 //fNodes->Add(sub2node);
1030 // Place copy #17 of ITS5 directly in I565
1032 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-21.5655,"");
1033 sub2node->SetLineColor(kColorITS);
1034 sub2node->SetVisibility(1);
1035 //fNodes->Add(sub2node);
1038 // Place copy #18 of ITS5 directly in I565
1040 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-25.4954,"");
1041 sub2node->SetLineColor(kColorITS);
1042 sub2node->SetVisibility(1);
1043 //fNodes->Add(sub2node);
1046 // Place copy #19 of ITS5 directly in I565
1048 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-29.4054,"");
1049 sub2node->SetLineColor(kColorITS);
1050 sub2node->SetVisibility(1);
1051 //fNodes->Add(sub2node);
1054 // Place copy #20 of ITS5 directly in I565
1056 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-33.3354,"");
1057 sub2node->SetLineColor(kColorITS);
1058 sub2node->SetVisibility(1);
1059 //fNodes->Add(sub2node);
1062 // Place copy #21 of ITS5 directly in I565
1064 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-37.2454,"");
1065 sub2node->SetLineColor(kColorITS);
1066 sub2node->SetVisibility(1);
1067 //fNodes->Add(sub2node);
1070 // Place copy #22 of ITS5 directly in I565
1072 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-41.1554,"");
1073 sub2node->SetLineColor(kColorITS);
1074 sub2node->SetVisibility(1);
1075 //fNodes->Add(sub2node);
1077 //fNodes->Add(sub1node);
1080 // Place copy #4 of I565 in IT56
1082 sub1node = new TNode("I565","I565","I565",-20.3195,32.817,0.,"itsrot513");
1083 sub1node->SetLineColor(kColorITS);
1084 sub1node->SetVisibility(0);
1087 // Place copy #1 of ITS5 directly in I565
1089 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,41.1546,"");
1090 sub2node->SetLineColor(kColorITS);
1091 sub2node->SetVisibility(1);
1092 //fNodes->Add(sub2node);
1095 // Place copy #2 of ITS5 directly in I565
1097 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,37.2246,"");
1098 sub2node->SetLineColor(kColorITS);
1099 sub2node->SetVisibility(1);
1100 //fNodes->Add(sub2node);
1103 // Place copy #3 of ITS5 directly in I565
1105 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,33.3146,"");
1106 sub2node->SetLineColor(kColorITS);
1107 sub2node->SetVisibility(1);
1108 //fNodes->Add(sub2node);
1111 // Place copy #4 of ITS5 directly in I565
1113 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,29.3846,"");
1114 sub2node->SetLineColor(kColorITS);
1115 sub2node->SetVisibility(1);
1116 //fNodes->Add(sub2node);
1119 // Place copy #5 of ITS5 directly in I565
1121 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,25.4746,"");
1122 sub2node->SetLineColor(kColorITS);
1123 sub2node->SetVisibility(1);
1124 //fNodes->Add(sub2node);
1127 // Place copy #6 of ITS5 directly in I565
1129 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,21.5446,"");
1130 sub2node->SetLineColor(kColorITS);
1131 sub2node->SetVisibility(1);
1132 //fNodes->Add(sub2node);
1135 // Place copy #7 of ITS5 directly in I565
1137 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,17.6346,"");
1138 sub2node->SetLineColor(kColorITS);
1139 sub2node->SetVisibility(1);
1140 //fNodes->Add(sub2node);
1143 // Place copy #8 of ITS5 directly in I565
1145 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,13.7046,"");
1146 sub2node->SetLineColor(kColorITS);
1147 sub2node->SetVisibility(1);
1148 //fNodes->Add(sub2node);
1151 // Place copy #9 of ITS5 directly in I565
1153 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,9.7946,"");
1154 sub2node->SetLineColor(kColorITS);
1155 sub2node->SetVisibility(1);
1156 //fNodes->Add(sub2node);
1159 // Place copy #10 of ITS5 directly in I565
1161 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,5.8645,"");
1162 sub2node->SetLineColor(kColorITS);
1163 sub2node->SetVisibility(1);
1164 //fNodes->Add(sub2node);
1167 // Place copy #11 of ITS5 directly in I565
1169 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,1.9546,"");
1170 sub2node->SetLineColor(kColorITS);
1171 sub2node->SetVisibility(1);
1172 //fNodes->Add(sub2node);
1175 // Place copy #12 of ITS5 directly in I565
1177 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-1.9754,"");
1178 sub2node->SetLineColor(kColorITS);
1179 sub2node->SetVisibility(1);
1180 //fNodes->Add(sub2node);
1183 // Place copy #13 of ITS5 directly in I565
1185 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-5.8855,"");
1186 sub2node->SetLineColor(kColorITS);
1187 sub2node->SetVisibility(1);
1188 //fNodes->Add(sub2node);
1191 // Place copy #14 of ITS5 directly in I565
1193 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-9.8154,"");
1194 sub2node->SetLineColor(kColorITS);
1195 sub2node->SetVisibility(1);
1196 //fNodes->Add(sub2node);
1199 // Place copy #15 of ITS5 directly in I565
1201 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-13.7254,"");
1202 sub2node->SetLineColor(kColorITS);
1203 sub2node->SetVisibility(1);
1204 //fNodes->Add(sub2node);
1207 // Place copy #16 of ITS5 directly in I565
1209 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-17.6555,"");
1210 sub2node->SetLineColor(kColorITS);
1211 sub2node->SetVisibility(1);
1212 //fNodes->Add(sub2node);
1215 // Place copy #17 of ITS5 directly in I565
1217 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-21.5655,"");
1218 sub2node->SetLineColor(kColorITS);
1219 sub2node->SetVisibility(1);
1220 //fNodes->Add(sub2node);
1223 // Place copy #18 of ITS5 directly in I565
1225 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-25.4954,"");
1226 sub2node->SetLineColor(kColorITS);
1227 sub2node->SetVisibility(1);
1228 //fNodes->Add(sub2node);
1231 // Place copy #19 of ITS5 directly in I565
1233 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-29.4054,"");
1234 sub2node->SetLineColor(kColorITS);
1235 sub2node->SetVisibility(1);
1236 //fNodes->Add(sub2node);
1239 // Place copy #20 of ITS5 directly in I565
1241 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-33.3354,"");
1242 sub2node->SetLineColor(kColorITS);
1243 sub2node->SetVisibility(1);
1244 //fNodes->Add(sub2node);
1247 // Place copy #21 of ITS5 directly in I565
1249 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-37.2454,"");
1250 sub2node->SetLineColor(kColorITS);
1251 sub2node->SetVisibility(1);
1252 //fNodes->Add(sub2node);
1255 // Place copy #22 of ITS5 directly in I565
1257 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-41.1554,"");
1258 sub2node->SetLineColor(kColorITS);
1259 sub2node->SetVisibility(1);
1260 //fNodes->Add(sub2node);
1262 //fNodes->Add(sub1node);
1265 // Place copy #5 of I565 in IT56
1267 sub1node = new TNode("I565","I565","I565",-25.9002,28.4112,0.,"itsrot512");
1268 sub1node->SetLineColor(kColorITS);
1269 sub1node->SetVisibility(0);
1272 // Place copy #1 of ITS5 directly in I565
1274 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,41.1546,"");
1275 sub2node->SetLineColor(kColorITS);
1276 sub2node->SetVisibility(1);
1277 //fNodes->Add(sub2node);
1280 // Place copy #2 of ITS5 directly in I565
1282 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,37.2246,"");
1283 sub2node->SetLineColor(kColorITS);
1284 sub2node->SetVisibility(1);
1285 //fNodes->Add(sub2node);
1288 // Place copy #3 of ITS5 directly in I565
1290 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,33.3146,"");
1291 sub2node->SetLineColor(kColorITS);
1292 sub2node->SetVisibility(1);
1293 //fNodes->Add(sub2node);
1296 // Place copy #4 of ITS5 directly in I565
1298 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,29.3846,"");
1299 sub2node->SetLineColor(kColorITS);
1300 sub2node->SetVisibility(1);
1301 //fNodes->Add(sub2node);
1304 // Place copy #5 of ITS5 directly in I565
1306 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,25.4746,"");
1307 sub2node->SetLineColor(kColorITS);
1308 sub2node->SetVisibility(1);
1309 //fNodes->Add(sub2node);
1312 // Place copy #6 of ITS5 directly in I565
1314 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,21.5446,"");
1315 sub2node->SetLineColor(kColorITS);
1316 sub2node->SetVisibility(1);
1317 //fNodes->Add(sub2node);
1320 // Place copy #7 of ITS5 directly in I565
1322 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,17.6346,"");
1323 sub2node->SetLineColor(kColorITS);
1324 sub2node->SetVisibility(1);
1325 //fNodes->Add(sub2node);
1328 // Place copy #8 of ITS5 directly in I565
1330 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,13.7046,"");
1331 sub2node->SetLineColor(kColorITS);
1332 sub2node->SetVisibility(1);
1333 //fNodes->Add(sub2node);
1336 // Place copy #9 of ITS5 directly in I565
1338 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,9.7946,"");
1339 sub2node->SetLineColor(kColorITS);
1340 sub2node->SetVisibility(1);
1341 //fNodes->Add(sub2node);
1344 // Place copy #10 of ITS5 directly in I565
1346 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,5.8645,"");
1347 sub2node->SetLineColor(kColorITS);
1348 sub2node->SetVisibility(1);
1349 //fNodes->Add(sub2node);
1352 // Place copy #11 of ITS5 directly in I565
1354 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,1.9546,"");
1355 sub2node->SetLineColor(kColorITS);
1356 sub2node->SetVisibility(1);
1357 //fNodes->Add(sub2node);
1360 // Place copy #12 of ITS5 directly in I565
1362 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-1.9754,"");
1363 sub2node->SetLineColor(kColorITS);
1364 sub2node->SetVisibility(1);
1365 //fNodes->Add(sub2node);
1368 // Place copy #13 of ITS5 directly in I565
1370 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-5.8855,"");
1371 sub2node->SetLineColor(kColorITS);
1372 sub2node->SetVisibility(1);
1373 //fNodes->Add(sub2node);
1376 // Place copy #14 of ITS5 directly in I565
1378 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-9.8154,"");
1379 sub2node->SetLineColor(kColorITS);
1380 sub2node->SetVisibility(1);
1381 //fNodes->Add(sub2node);
1384 // Place copy #15 of ITS5 directly in I565
1386 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-13.7254,"");
1387 sub2node->SetLineColor(kColorITS);
1388 sub2node->SetVisibility(1);
1389 //fNodes->Add(sub2node);
1392 // Place copy #16 of ITS5 directly in I565
1394 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-17.6555,"");
1395 sub2node->SetLineColor(kColorITS);
1396 sub2node->SetVisibility(1);
1397 //fNodes->Add(sub2node);
1400 // Place copy #17 of ITS5 directly in I565
1402 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-21.5655,"");
1403 sub2node->SetLineColor(kColorITS);
1404 sub2node->SetVisibility(1);
1405 //fNodes->Add(sub2node);
1408 // Place copy #18 of ITS5 directly in I565
1410 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-25.4954,"");
1411 sub2node->SetLineColor(kColorITS);
1412 sub2node->SetVisibility(1);
1413 //fNodes->Add(sub2node);
1416 // Place copy #19 of ITS5 directly in I565
1418 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-29.4054,"");
1419 sub2node->SetLineColor(kColorITS);
1420 sub2node->SetVisibility(1);
1421 //fNodes->Add(sub2node);
1424 // Place copy #20 of ITS5 directly in I565
1426 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-33.3354,"");
1427 sub2node->SetLineColor(kColorITS);
1428 sub2node->SetVisibility(1);
1429 //fNodes->Add(sub2node);
1432 // Place copy #21 of ITS5 directly in I565
1434 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-37.2454,"");
1435 sub2node->SetLineColor(kColorITS);
1436 sub2node->SetVisibility(1);
1437 //fNodes->Add(sub2node);
1440 // Place copy #22 of ITS5 directly in I565
1442 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-41.1554,"");
1443 sub2node->SetLineColor(kColorITS);
1444 sub2node->SetVisibility(1);
1445 //fNodes->Add(sub2node);
1447 //fNodes->Add(sub1node);
1450 // Place copy #6 of I565 in IT56
1452 sub1node = new TNode("I565","I565","I565",-30.8022,23.2608,0.,"itsrot511");
1453 sub1node->SetLineColor(kColorITS);
1454 sub1node->SetVisibility(0);
1457 // Place copy #1 of ITS5 directly in I565
1459 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,41.1546,"");
1460 sub2node->SetLineColor(kColorITS);
1461 sub2node->SetVisibility(1);
1462 //fNodes->Add(sub2node);
1465 // Place copy #2 of ITS5 directly in I565
1467 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,37.2246,"");
1468 sub2node->SetLineColor(kColorITS);
1469 sub2node->SetVisibility(1);
1470 //fNodes->Add(sub2node);
1473 // Place copy #3 of ITS5 directly in I565
1475 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,33.3146,"");
1476 sub2node->SetLineColor(kColorITS);
1477 sub2node->SetVisibility(1);
1478 //fNodes->Add(sub2node);
1481 // Place copy #4 of ITS5 directly in I565
1483 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,29.3846,"");
1484 sub2node->SetLineColor(kColorITS);
1485 sub2node->SetVisibility(1);
1486 //fNodes->Add(sub2node);
1489 // Place copy #5 of ITS5 directly in I565
1491 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,25.4746,"");
1492 sub2node->SetLineColor(kColorITS);
1493 sub2node->SetVisibility(1);
1494 //fNodes->Add(sub2node);
1497 // Place copy #6 of ITS5 directly in I565
1499 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,21.5446,"");
1500 sub2node->SetLineColor(kColorITS);
1501 sub2node->SetVisibility(1);
1502 //fNodes->Add(sub2node);
1505 // Place copy #7 of ITS5 directly in I565
1507 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,17.6346,"");
1508 sub2node->SetLineColor(kColorITS);
1509 sub2node->SetVisibility(1);
1510 //fNodes->Add(sub2node);
1513 // Place copy #8 of ITS5 directly in I565
1515 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,13.7046,"");
1516 sub2node->SetLineColor(kColorITS);
1517 sub2node->SetVisibility(1);
1518 //fNodes->Add(sub2node);
1521 // Place copy #9 of ITS5 directly in I565
1523 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,9.7946,"");
1524 sub2node->SetLineColor(kColorITS);
1525 sub2node->SetVisibility(1);
1526 //fNodes->Add(sub2node);
1529 // Place copy #10 of ITS5 directly in I565
1531 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,5.8645,"");
1532 sub2node->SetLineColor(kColorITS);
1533 sub2node->SetVisibility(1);
1534 //fNodes->Add(sub2node);
1537 // Place copy #11 of ITS5 directly in I565
1539 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,1.9546,"");
1540 sub2node->SetLineColor(kColorITS);
1541 sub2node->SetVisibility(1);
1542 //fNodes->Add(sub2node);
1545 // Place copy #12 of ITS5 directly in I565
1547 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-1.9754,"");
1548 sub2node->SetLineColor(kColorITS);
1549 sub2node->SetVisibility(1);
1550 //fNodes->Add(sub2node);
1553 // Place copy #13 of ITS5 directly in I565
1555 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-5.8855,"");
1556 sub2node->SetLineColor(kColorITS);
1557 sub2node->SetVisibility(1);
1558 //fNodes->Add(sub2node);
1561 // Place copy #14 of ITS5 directly in I565
1563 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-9.8154,"");
1564 sub2node->SetLineColor(kColorITS);
1565 sub2node->SetVisibility(1);
1566 //fNodes->Add(sub2node);
1569 // Place copy #15 of ITS5 directly in I565
1571 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-13.7254,"");
1572 sub2node->SetLineColor(kColorITS);
1573 sub2node->SetVisibility(1);
1574 //fNodes->Add(sub2node);
1577 // Place copy #16 of ITS5 directly in I565
1579 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-17.6555,"");
1580 sub2node->SetLineColor(kColorITS);
1581 sub2node->SetVisibility(1);
1582 //fNodes->Add(sub2node);
1585 // Place copy #17 of ITS5 directly in I565
1587 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-21.5655,"");
1588 sub2node->SetLineColor(kColorITS);
1589 sub2node->SetVisibility(1);
1590 //fNodes->Add(sub2node);
1593 // Place copy #18 of ITS5 directly in I565
1595 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-25.4954,"");
1596 sub2node->SetLineColor(kColorITS);
1597 sub2node->SetVisibility(1);
1598 //fNodes->Add(sub2node);
1601 // Place copy #19 of ITS5 directly in I565
1603 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-29.4054,"");
1604 sub2node->SetLineColor(kColorITS);
1605 sub2node->SetVisibility(1);
1606 //fNodes->Add(sub2node);
1609 // Place copy #20 of ITS5 directly in I565
1611 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-33.3354,"");
1612 sub2node->SetLineColor(kColorITS);
1613 sub2node->SetVisibility(1);
1614 //fNodes->Add(sub2node);
1617 // Place copy #21 of ITS5 directly in I565
1619 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-37.2454,"");
1620 sub2node->SetLineColor(kColorITS);
1621 sub2node->SetVisibility(1);
1622 //fNodes->Add(sub2node);
1625 // Place copy #22 of ITS5 directly in I565
1627 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-41.1554,"");
1628 sub2node->SetLineColor(kColorITS);
1629 sub2node->SetVisibility(1);
1630 //fNodes->Add(sub2node);
1632 //fNodes->Add(sub1node);
1635 // Place copy #7 of I565 in IT56
1637 sub1node = new TNode("I565","I565","I565",-34.4146,17.1364,0.,"itsrot510");
1638 sub1node->SetLineColor(kColorITS);
1639 sub1node->SetVisibility(0);
1642 // Place copy #1 of ITS5 directly in I565
1644 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,41.1546,"");
1645 sub2node->SetLineColor(kColorITS);
1646 sub2node->SetVisibility(1);
1647 //fNodes->Add(sub2node);
1650 // Place copy #2 of ITS5 directly in I565
1652 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,37.2246,"");
1653 sub2node->SetLineColor(kColorITS);
1654 sub2node->SetVisibility(1);
1655 //fNodes->Add(sub2node);
1658 // Place copy #3 of ITS5 directly in I565
1660 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,33.3146,"");
1661 sub2node->SetLineColor(kColorITS);
1662 sub2node->SetVisibility(1);
1663 //fNodes->Add(sub2node);
1666 // Place copy #4 of ITS5 directly in I565
1668 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,29.3846,"");
1669 sub2node->SetLineColor(kColorITS);
1670 sub2node->SetVisibility(1);
1671 //fNodes->Add(sub2node);
1674 // Place copy #5 of ITS5 directly in I565
1676 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,25.4746,"");
1677 sub2node->SetLineColor(kColorITS);
1678 sub2node->SetVisibility(1);
1679 //fNodes->Add(sub2node);
1682 // Place copy #6 of ITS5 directly in I565
1684 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,21.5446,"");
1685 sub2node->SetLineColor(kColorITS);
1686 sub2node->SetVisibility(1);
1687 //fNodes->Add(sub2node);
1690 // Place copy #7 of ITS5 directly in I565
1692 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,17.6346,"");
1693 sub2node->SetLineColor(kColorITS);
1694 sub2node->SetVisibility(1);
1695 //fNodes->Add(sub2node);
1698 // Place copy #8 of ITS5 directly in I565
1700 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,13.7046,"");
1701 sub2node->SetLineColor(kColorITS);
1702 sub2node->SetVisibility(1);
1703 //fNodes->Add(sub2node);
1706 // Place copy #9 of ITS5 directly in I565
1708 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,9.7946,"");
1709 sub2node->SetLineColor(kColorITS);
1710 sub2node->SetVisibility(1);
1711 //fNodes->Add(sub2node);
1714 // Place copy #10 of ITS5 directly in I565
1716 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,5.8645,"");
1717 sub2node->SetLineColor(kColorITS);
1718 sub2node->SetVisibility(1);
1719 //fNodes->Add(sub2node);
1722 // Place copy #11 of ITS5 directly in I565
1724 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,1.9546,"");
1725 sub2node->SetLineColor(kColorITS);
1726 sub2node->SetVisibility(1);
1727 //fNodes->Add(sub2node);
1730 // Place copy #12 of ITS5 directly in I565
1732 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-1.9754,"");
1733 sub2node->SetLineColor(kColorITS);
1734 sub2node->SetVisibility(1);
1735 //fNodes->Add(sub2node);
1738 // Place copy #13 of ITS5 directly in I565
1740 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-5.8855,"");
1741 sub2node->SetLineColor(kColorITS);
1742 sub2node->SetVisibility(1);
1743 //fNodes->Add(sub2node);
1746 // Place copy #14 of ITS5 directly in I565
1748 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-9.8154,"");
1749 sub2node->SetLineColor(kColorITS);
1750 sub2node->SetVisibility(1);
1751 //fNodes->Add(sub2node);
1754 // Place copy #15 of ITS5 directly in I565
1756 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-13.7254,"");
1757 sub2node->SetLineColor(kColorITS);
1758 sub2node->SetVisibility(1);
1759 //fNodes->Add(sub2node);
1762 // Place copy #16 of ITS5 directly in I565
1764 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-17.6555,"");
1765 sub2node->SetLineColor(kColorITS);
1766 sub2node->SetVisibility(1);
1767 //fNodes->Add(sub2node);
1770 // Place copy #17 of ITS5 directly in I565
1772 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-21.5655,"");
1773 sub2node->SetLineColor(kColorITS);
1774 sub2node->SetVisibility(1);
1775 //fNodes->Add(sub2node);
1778 // Place copy #18 of ITS5 directly in I565
1780 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-25.4954,"");
1781 sub2node->SetLineColor(kColorITS);
1782 sub2node->SetVisibility(1);
1783 //fNodes->Add(sub2node);
1786 // Place copy #19 of ITS5 directly in I565
1788 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-29.4054,"");
1789 sub2node->SetLineColor(kColorITS);
1790 sub2node->SetVisibility(1);
1791 //fNodes->Add(sub2node);
1794 // Place copy #20 of ITS5 directly in I565
1796 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-33.3354,"");
1797 sub2node->SetLineColor(kColorITS);
1798 sub2node->SetVisibility(1);
1799 //fNodes->Add(sub2node);
1802 // Place copy #21 of ITS5 directly in I565
1804 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-37.2454,"");
1805 sub2node->SetLineColor(kColorITS);
1806 sub2node->SetVisibility(1);
1807 //fNodes->Add(sub2node);
1810 // Place copy #22 of ITS5 directly in I565
1812 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-41.1554,"");
1813 sub2node->SetLineColor(kColorITS);
1814 sub2node->SetVisibility(1);
1815 //fNodes->Add(sub2node);
1817 //fNodes->Add(sub1node);
1820 // Place copy #8 of I565 in IT56
1822 sub1node = new TNode("I565","I565","I565",-37.1249,10.563,0.,"itsrot509");
1823 sub1node->SetLineColor(kColorITS);
1824 sub1node->SetVisibility(0);
1827 // Place copy #1 of ITS5 directly in I565
1829 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,41.1546,"");
1830 sub2node->SetLineColor(kColorITS);
1831 sub2node->SetVisibility(1);
1832 //fNodes->Add(sub2node);
1835 // Place copy #2 of ITS5 directly in I565
1837 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,37.2246,"");
1838 sub2node->SetLineColor(kColorITS);
1839 sub2node->SetVisibility(1);
1840 //fNodes->Add(sub2node);
1843 // Place copy #3 of ITS5 directly in I565
1845 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,33.3146,"");
1846 sub2node->SetLineColor(kColorITS);
1847 sub2node->SetVisibility(1);
1848 //fNodes->Add(sub2node);
1851 // Place copy #4 of ITS5 directly in I565
1853 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,29.3846,"");
1854 sub2node->SetLineColor(kColorITS);
1855 sub2node->SetVisibility(1);
1856 //fNodes->Add(sub2node);
1859 // Place copy #5 of ITS5 directly in I565
1861 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,25.4746,"");
1862 sub2node->SetLineColor(kColorITS);
1863 sub2node->SetVisibility(1);
1864 //fNodes->Add(sub2node);
1867 // Place copy #6 of ITS5 directly in I565
1869 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,21.5446,"");
1870 sub2node->SetLineColor(kColorITS);
1871 sub2node->SetVisibility(1);
1872 //fNodes->Add(sub2node);
1875 // Place copy #7 of ITS5 directly in I565
1877 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,17.6346,"");
1878 sub2node->SetLineColor(kColorITS);
1879 sub2node->SetVisibility(1);
1880 //fNodes->Add(sub2node);
1883 // Place copy #8 of ITS5 directly in I565
1885 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,13.7046,"");
1886 sub2node->SetLineColor(kColorITS);
1887 sub2node->SetVisibility(1);
1888 //fNodes->Add(sub2node);
1891 // Place copy #9 of ITS5 directly in I565
1893 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,9.7946,"");
1894 sub2node->SetLineColor(kColorITS);
1895 sub2node->SetVisibility(1);
1896 //fNodes->Add(sub2node);
1899 // Place copy #10 of ITS5 directly in I565
1901 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,5.8645,"");
1902 sub2node->SetLineColor(kColorITS);
1903 sub2node->SetVisibility(1);
1904 //fNodes->Add(sub2node);
1907 // Place copy #11 of ITS5 directly in I565
1909 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,1.9546,"");
1910 sub2node->SetLineColor(kColorITS);
1911 sub2node->SetVisibility(1);
1912 //fNodes->Add(sub2node);
1915 // Place copy #12 of ITS5 directly in I565
1917 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-1.9754,"");
1918 sub2node->SetLineColor(kColorITS);
1919 sub2node->SetVisibility(1);
1920 //fNodes->Add(sub2node);
1923 // Place copy #13 of ITS5 directly in I565
1925 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-5.8855,"");
1926 sub2node->SetLineColor(kColorITS);
1927 sub2node->SetVisibility(1);
1928 //fNodes->Add(sub2node);
1931 // Place copy #14 of ITS5 directly in I565
1933 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-9.8154,"");
1934 sub2node->SetLineColor(kColorITS);
1935 sub2node->SetVisibility(1);
1936 //fNodes->Add(sub2node);
1939 // Place copy #15 of ITS5 directly in I565
1941 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-13.7254,"");
1942 sub2node->SetLineColor(kColorITS);
1943 sub2node->SetVisibility(1);
1944 //fNodes->Add(sub2node);
1947 // Place copy #16 of ITS5 directly in I565
1949 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-17.6555,"");
1950 sub2node->SetLineColor(kColorITS);
1951 sub2node->SetVisibility(1);
1952 //fNodes->Add(sub2node);
1955 // Place copy #17 of ITS5 directly in I565
1957 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-21.5655,"");
1958 sub2node->SetLineColor(kColorITS);
1959 sub2node->SetVisibility(1);
1960 //fNodes->Add(sub2node);
1963 // Place copy #18 of ITS5 directly in I565
1965 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-25.4954,"");
1966 sub2node->SetLineColor(kColorITS);
1967 sub2node->SetVisibility(1);
1968 //fNodes->Add(sub2node);
1971 // Place copy #19 of ITS5 directly in I565
1973 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-29.4054,"");
1974 sub2node->SetLineColor(kColorITS);
1975 sub2node->SetVisibility(1);
1976 //fNodes->Add(sub2node);
1979 // Place copy #20 of ITS5 directly in I565
1981 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-33.3354,"");
1982 sub2node->SetLineColor(kColorITS);
1983 sub2node->SetVisibility(1);
1984 //fNodes->Add(sub2node);
1987 // Place copy #21 of ITS5 directly in I565
1989 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-37.2454,"");
1990 sub2node->SetLineColor(kColorITS);
1991 sub2node->SetVisibility(1);
1992 //fNodes->Add(sub2node);
1995 // Place copy #22 of ITS5 directly in I565
1997 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-41.1554,"");
1998 sub2node->SetLineColor(kColorITS);
1999 sub2node->SetVisibility(1);
2000 //fNodes->Add(sub2node);
2002 //fNodes->Add(sub1node);
2005 // Place copy #9 of I565 in IT56
2007 sub1node = new TNode("I565","I565","I565",-38.281,3.5473,0.,"itsrot508");
2008 sub1node->SetLineColor(kColorITS);
2009 sub1node->SetVisibility(0);
2012 // Place copy #1 of ITS5 directly in I565
2014 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,41.1546,"");
2015 sub2node->SetLineColor(kColorITS);
2016 sub2node->SetVisibility(1);
2017 //fNodes->Add(sub2node);
2020 // Place copy #2 of ITS5 directly in I565
2022 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,37.2246,"");
2023 sub2node->SetLineColor(kColorITS);
2024 sub2node->SetVisibility(1);
2025 //fNodes->Add(sub2node);
2028 // Place copy #3 of ITS5 directly in I565
2030 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,33.3146,"");
2031 sub2node->SetLineColor(kColorITS);
2032 sub2node->SetVisibility(1);
2033 //fNodes->Add(sub2node);
2036 // Place copy #4 of ITS5 directly in I565
2038 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,29.3846,"");
2039 sub2node->SetLineColor(kColorITS);
2040 sub2node->SetVisibility(1);
2041 //fNodes->Add(sub2node);
2044 // Place copy #5 of ITS5 directly in I565
2046 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,25.4746,"");
2047 sub2node->SetLineColor(kColorITS);
2048 sub2node->SetVisibility(1);
2049 //fNodes->Add(sub2node);
2052 // Place copy #6 of ITS5 directly in I565
2054 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,21.5446,"");
2055 sub2node->SetLineColor(kColorITS);
2056 sub2node->SetVisibility(1);
2057 //fNodes->Add(sub2node);
2060 // Place copy #7 of ITS5 directly in I565
2062 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,17.6346,"");
2063 sub2node->SetLineColor(kColorITS);
2064 sub2node->SetVisibility(1);
2065 //fNodes->Add(sub2node);
2068 // Place copy #8 of ITS5 directly in I565
2070 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,13.7046,"");
2071 sub2node->SetLineColor(kColorITS);
2072 sub2node->SetVisibility(1);
2073 //fNodes->Add(sub2node);
2076 // Place copy #9 of ITS5 directly in I565
2078 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,9.7946,"");
2079 sub2node->SetLineColor(kColorITS);
2080 sub2node->SetVisibility(1);
2081 //fNodes->Add(sub2node);
2084 // Place copy #10 of ITS5 directly in I565
2086 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,5.8645,"");
2087 sub2node->SetLineColor(kColorITS);
2088 sub2node->SetVisibility(1);
2089 //fNodes->Add(sub2node);
2092 // Place copy #11 of ITS5 directly in I565
2094 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,1.9546,"");
2095 sub2node->SetLineColor(kColorITS);
2096 sub2node->SetVisibility(1);
2097 //fNodes->Add(sub2node);
2100 // Place copy #12 of ITS5 directly in I565
2102 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-1.9754,"");
2103 sub2node->SetLineColor(kColorITS);
2104 sub2node->SetVisibility(1);
2105 //fNodes->Add(sub2node);
2108 // Place copy #13 of ITS5 directly in I565
2110 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-5.8855,"");
2111 sub2node->SetLineColor(kColorITS);
2112 sub2node->SetVisibility(1);
2113 //fNodes->Add(sub2node);
2116 // Place copy #14 of ITS5 directly in I565
2118 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-9.8154,"");
2119 sub2node->SetLineColor(kColorITS);
2120 sub2node->SetVisibility(1);
2121 //fNodes->Add(sub2node);
2124 // Place copy #15 of ITS5 directly in I565
2126 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-13.7254,"");
2127 sub2node->SetLineColor(kColorITS);
2128 sub2node->SetVisibility(1);
2129 //fNodes->Add(sub2node);
2132 // Place copy #16 of ITS5 directly in I565
2134 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-17.6555,"");
2135 sub2node->SetLineColor(kColorITS);
2136 sub2node->SetVisibility(1);
2137 //fNodes->Add(sub2node);
2140 // Place copy #17 of ITS5 directly in I565
2142 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-21.5655,"");
2143 sub2node->SetLineColor(kColorITS);
2144 sub2node->SetVisibility(1);
2145 //fNodes->Add(sub2node);
2148 // Place copy #18 of ITS5 directly in I565
2150 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-25.4954,"");
2151 sub2node->SetLineColor(kColorITS);
2152 sub2node->SetVisibility(1);
2153 //fNodes->Add(sub2node);
2156 // Place copy #19 of ITS5 directly in I565
2158 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-29.4054,"");
2159 sub2node->SetLineColor(kColorITS);
2160 sub2node->SetVisibility(1);
2161 //fNodes->Add(sub2node);
2164 // Place copy #20 of ITS5 directly in I565
2166 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-33.3354,"");
2167 sub2node->SetLineColor(kColorITS);
2168 sub2node->SetVisibility(1);
2169 //fNodes->Add(sub2node);
2172 // Place copy #21 of ITS5 directly in I565
2174 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-37.2454,"");
2175 sub2node->SetLineColor(kColorITS);
2176 sub2node->SetVisibility(1);
2177 //fNodes->Add(sub2node);
2180 // Place copy #22 of ITS5 directly in I565
2182 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-41.1554,"");
2183 sub2node->SetLineColor(kColorITS);
2184 sub2node->SetVisibility(1);
2185 //fNodes->Add(sub2node);
2187 //fNodes->Add(sub1node);
2190 // Place copy #10 of I565 in IT56
2192 sub1node = new TNode("I565","I565","I565",-38.4338,-3.5614,0.,"itsrot507");
2193 sub1node->SetLineColor(kColorITS);
2194 sub1node->SetVisibility(0);
2197 // Place copy #1 of ITS5 directly in I565
2199 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,41.1546,"");
2200 sub2node->SetLineColor(kColorITS);
2201 sub2node->SetVisibility(1);
2202 //fNodes->Add(sub2node);
2205 // Place copy #2 of ITS5 directly in I565
2207 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,37.2246,"");
2208 sub2node->SetLineColor(kColorITS);
2209 sub2node->SetVisibility(1);
2210 //fNodes->Add(sub2node);
2213 // Place copy #3 of ITS5 directly in I565
2215 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,33.3146,"");
2216 sub2node->SetLineColor(kColorITS);
2217 sub2node->SetVisibility(1);
2218 //fNodes->Add(sub2node);
2221 // Place copy #4 of ITS5 directly in I565
2223 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,29.3846,"");
2224 sub2node->SetLineColor(kColorITS);
2225 sub2node->SetVisibility(1);
2226 //fNodes->Add(sub2node);
2229 // Place copy #5 of ITS5 directly in I565
2231 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,25.4746,"");
2232 sub2node->SetLineColor(kColorITS);
2233 sub2node->SetVisibility(1);
2234 //fNodes->Add(sub2node);
2237 // Place copy #6 of ITS5 directly in I565
2239 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,21.5446,"");
2240 sub2node->SetLineColor(kColorITS);
2241 sub2node->SetVisibility(1);
2242 //fNodes->Add(sub2node);
2245 // Place copy #7 of ITS5 directly in I565
2247 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,17.6346,"");
2248 sub2node->SetLineColor(kColorITS);
2249 sub2node->SetVisibility(1);
2250 //fNodes->Add(sub2node);
2253 // Place copy #8 of ITS5 directly in I565
2255 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,13.7046,"");
2256 sub2node->SetLineColor(kColorITS);
2257 sub2node->SetVisibility(1);
2258 //fNodes->Add(sub2node);
2261 // Place copy #9 of ITS5 directly in I565
2263 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,9.7946,"");
2264 sub2node->SetLineColor(kColorITS);
2265 sub2node->SetVisibility(1);
2266 //fNodes->Add(sub2node);
2269 // Place copy #10 of ITS5 directly in I565
2271 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,5.8645,"");
2272 sub2node->SetLineColor(kColorITS);
2273 sub2node->SetVisibility(1);
2274 //fNodes->Add(sub2node);
2277 // Place copy #11 of ITS5 directly in I565
2279 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,1.9546,"");
2280 sub2node->SetLineColor(kColorITS);
2281 sub2node->SetVisibility(1);
2282 //fNodes->Add(sub2node);
2285 // Place copy #12 of ITS5 directly in I565
2287 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-1.9754,"");
2288 sub2node->SetLineColor(kColorITS);
2289 sub2node->SetVisibility(1);
2290 //fNodes->Add(sub2node);
2293 // Place copy #13 of ITS5 directly in I565
2295 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-5.8855,"");
2296 sub2node->SetLineColor(kColorITS);
2297 sub2node->SetVisibility(1);
2298 //fNodes->Add(sub2node);
2301 // Place copy #14 of ITS5 directly in I565
2303 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-9.8154,"");
2304 sub2node->SetLineColor(kColorITS);
2305 sub2node->SetVisibility(1);
2306 //fNodes->Add(sub2node);
2309 // Place copy #15 of ITS5 directly in I565
2311 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-13.7254,"");
2312 sub2node->SetLineColor(kColorITS);
2313 sub2node->SetVisibility(1);
2314 //fNodes->Add(sub2node);
2317 // Place copy #16 of ITS5 directly in I565
2319 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-17.6555,"");
2320 sub2node->SetLineColor(kColorITS);
2321 sub2node->SetVisibility(1);
2322 //fNodes->Add(sub2node);
2325 // Place copy #17 of ITS5 directly in I565
2327 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-21.5655,"");
2328 sub2node->SetLineColor(kColorITS);
2329 sub2node->SetVisibility(1);
2330 //fNodes->Add(sub2node);
2333 // Place copy #18 of ITS5 directly in I565
2335 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-25.4954,"");
2336 sub2node->SetLineColor(kColorITS);
2337 sub2node->SetVisibility(1);
2338 //fNodes->Add(sub2node);
2341 // Place copy #19 of ITS5 directly in I565
2343 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-29.4054,"");
2344 sub2node->SetLineColor(kColorITS);
2345 sub2node->SetVisibility(1);
2346 //fNodes->Add(sub2node);
2349 // Place copy #20 of ITS5 directly in I565
2351 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-33.3354,"");
2352 sub2node->SetLineColor(kColorITS);
2353 sub2node->SetVisibility(1);
2354 //fNodes->Add(sub2node);
2357 // Place copy #21 of ITS5 directly in I565
2359 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-37.2454,"");
2360 sub2node->SetLineColor(kColorITS);
2361 sub2node->SetVisibility(1);
2362 //fNodes->Add(sub2node);
2365 // Place copy #22 of ITS5 directly in I565
2367 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-41.1554,"");
2368 sub2node->SetLineColor(kColorITS);
2369 sub2node->SetVisibility(1);
2370 //fNodes->Add(sub2node);
2372 //fNodes->Add(sub1node);
2375 // Place copy #11 of I565 in IT56
2377 sub1node = new TNode("I565","I565","I565",-36.9774,-10.521,0.,"itsrot506");
2378 sub1node->SetLineColor(kColorITS);
2379 sub1node->SetVisibility(0);
2382 // Place copy #1 of ITS5 directly in I565
2384 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,41.1546,"");
2385 sub2node->SetLineColor(kColorITS);
2386 sub2node->SetVisibility(1);
2387 //fNodes->Add(sub2node);
2390 // Place copy #2 of ITS5 directly in I565
2392 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,37.2246,"");
2393 sub2node->SetLineColor(kColorITS);
2394 sub2node->SetVisibility(1);
2395 //fNodes->Add(sub2node);
2398 // Place copy #3 of ITS5 directly in I565
2400 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,33.3146,"");
2401 sub2node->SetLineColor(kColorITS);
2402 sub2node->SetVisibility(1);
2403 //fNodes->Add(sub2node);
2406 // Place copy #4 of ITS5 directly in I565
2408 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,29.3846,"");
2409 sub2node->SetLineColor(kColorITS);
2410 sub2node->SetVisibility(1);
2411 //fNodes->Add(sub2node);
2414 // Place copy #5 of ITS5 directly in I565
2416 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,25.4746,"");
2417 sub2node->SetLineColor(kColorITS);
2418 sub2node->SetVisibility(1);
2419 //fNodes->Add(sub2node);
2422 // Place copy #6 of ITS5 directly in I565
2424 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,21.5446,"");
2425 sub2node->SetLineColor(kColorITS);
2426 sub2node->SetVisibility(1);
2427 //fNodes->Add(sub2node);
2430 // Place copy #7 of ITS5 directly in I565
2432 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,17.6346,"");
2433 sub2node->SetLineColor(kColorITS);
2434 sub2node->SetVisibility(1);
2435 //fNodes->Add(sub2node);
2438 // Place copy #8 of ITS5 directly in I565
2440 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,13.7046,"");
2441 sub2node->SetLineColor(kColorITS);
2442 sub2node->SetVisibility(1);
2443 //fNodes->Add(sub2node);
2446 // Place copy #9 of ITS5 directly in I565
2448 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,9.7946,"");
2449 sub2node->SetLineColor(kColorITS);
2450 sub2node->SetVisibility(1);
2451 //fNodes->Add(sub2node);
2454 // Place copy #10 of ITS5 directly in I565
2456 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,5.8645,"");
2457 sub2node->SetLineColor(kColorITS);
2458 sub2node->SetVisibility(1);
2459 //fNodes->Add(sub2node);
2462 // Place copy #11 of ITS5 directly in I565
2464 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,1.9546,"");
2465 sub2node->SetLineColor(kColorITS);
2466 sub2node->SetVisibility(1);
2467 //fNodes->Add(sub2node);
2470 // Place copy #12 of ITS5 directly in I565
2472 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-1.9754,"");
2473 sub2node->SetLineColor(kColorITS);
2474 sub2node->SetVisibility(1);
2475 //fNodes->Add(sub2node);
2478 // Place copy #13 of ITS5 directly in I565
2480 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-5.8855,"");
2481 sub2node->SetLineColor(kColorITS);
2482 sub2node->SetVisibility(1);
2483 //fNodes->Add(sub2node);
2486 // Place copy #14 of ITS5 directly in I565
2488 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-9.8154,"");
2489 sub2node->SetLineColor(kColorITS);
2490 sub2node->SetVisibility(1);
2491 //fNodes->Add(sub2node);
2494 // Place copy #15 of ITS5 directly in I565
2496 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-13.7254,"");
2497 sub2node->SetLineColor(kColorITS);
2498 sub2node->SetVisibility(1);
2499 //fNodes->Add(sub2node);
2502 // Place copy #16 of ITS5 directly in I565
2504 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-17.6555,"");
2505 sub2node->SetLineColor(kColorITS);
2506 sub2node->SetVisibility(1);
2507 //fNodes->Add(sub2node);
2510 // Place copy #17 of ITS5 directly in I565
2512 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-21.5655,"");
2513 sub2node->SetLineColor(kColorITS);
2514 sub2node->SetVisibility(1);
2515 //fNodes->Add(sub2node);
2518 // Place copy #18 of ITS5 directly in I565
2520 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-25.4954,"");
2521 sub2node->SetLineColor(kColorITS);
2522 sub2node->SetVisibility(1);
2523 //fNodes->Add(sub2node);
2526 // Place copy #19 of ITS5 directly in I565
2528 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-29.4054,"");
2529 sub2node->SetLineColor(kColorITS);
2530 sub2node->SetVisibility(1);
2531 //fNodes->Add(sub2node);
2534 // Place copy #20 of ITS5 directly in I565
2536 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-33.3354,"");
2537 sub2node->SetLineColor(kColorITS);
2538 sub2node->SetVisibility(1);
2539 //fNodes->Add(sub2node);
2542 // Place copy #21 of ITS5 directly in I565
2544 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-37.2454,"");
2545 sub2node->SetLineColor(kColorITS);
2546 sub2node->SetVisibility(1);
2547 //fNodes->Add(sub2node);
2550 // Place copy #22 of ITS5 directly in I565
2552 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-41.1554,"");
2553 sub2node->SetLineColor(kColorITS);
2554 sub2node->SetVisibility(1);
2555 //fNodes->Add(sub2node);
2557 //fNodes->Add(sub1node);
2560 // Place copy #12 of I565 in IT56
2562 sub1node = new TNode("I565","I565","I565",-34.5519,-17.2048,0.,"itsrot505");
2563 sub1node->SetLineColor(kColorITS);
2564 sub1node->SetVisibility(0);
2567 // Place copy #1 of ITS5 directly in I565
2569 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,41.1546,"");
2570 sub2node->SetLineColor(kColorITS);
2571 sub2node->SetVisibility(1);
2572 //fNodes->Add(sub2node);
2575 // Place copy #2 of ITS5 directly in I565
2577 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,37.2246,"");
2578 sub2node->SetLineColor(kColorITS);
2579 sub2node->SetVisibility(1);
2580 //fNodes->Add(sub2node);
2583 // Place copy #3 of ITS5 directly in I565
2585 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,33.3146,"");
2586 sub2node->SetLineColor(kColorITS);
2587 sub2node->SetVisibility(1);
2588 //fNodes->Add(sub2node);
2591 // Place copy #4 of ITS5 directly in I565
2593 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,29.3846,"");
2594 sub2node->SetLineColor(kColorITS);
2595 sub2node->SetVisibility(1);
2596 //fNodes->Add(sub2node);
2599 // Place copy #5 of ITS5 directly in I565
2601 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,25.4746,"");
2602 sub2node->SetLineColor(kColorITS);
2603 sub2node->SetVisibility(1);
2604 //fNodes->Add(sub2node);
2607 // Place copy #6 of ITS5 directly in I565
2609 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,21.5446,"");
2610 sub2node->SetLineColor(kColorITS);
2611 sub2node->SetVisibility(1);
2612 //fNodes->Add(sub2node);
2615 // Place copy #7 of ITS5 directly in I565
2617 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,17.6346,"");
2618 sub2node->SetLineColor(kColorITS);
2619 sub2node->SetVisibility(1);
2620 //fNodes->Add(sub2node);
2623 // Place copy #8 of ITS5 directly in I565
2625 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,13.7046,"");
2626 sub2node->SetLineColor(kColorITS);
2627 sub2node->SetVisibility(1);
2628 //fNodes->Add(sub2node);
2631 // Place copy #9 of ITS5 directly in I565
2633 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,9.7946,"");
2634 sub2node->SetLineColor(kColorITS);
2635 sub2node->SetVisibility(1);
2636 //fNodes->Add(sub2node);
2639 // Place copy #10 of ITS5 directly in I565
2641 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,5.8645,"");
2642 sub2node->SetLineColor(kColorITS);
2643 sub2node->SetVisibility(1);
2644 //fNodes->Add(sub2node);
2647 // Place copy #11 of ITS5 directly in I565
2649 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,1.9546,"");
2650 sub2node->SetLineColor(kColorITS);
2651 sub2node->SetVisibility(1);
2652 //fNodes->Add(sub2node);
2655 // Place copy #12 of ITS5 directly in I565
2657 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-1.9754,"");
2658 sub2node->SetLineColor(kColorITS);
2659 sub2node->SetVisibility(1);
2660 //fNodes->Add(sub2node);
2663 // Place copy #13 of ITS5 directly in I565
2665 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-5.8855,"");
2666 sub2node->SetLineColor(kColorITS);
2667 sub2node->SetVisibility(1);
2668 //fNodes->Add(sub2node);
2671 // Place copy #14 of ITS5 directly in I565
2673 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-9.8154,"");
2674 sub2node->SetLineColor(kColorITS);
2675 sub2node->SetVisibility(1);
2676 //fNodes->Add(sub2node);
2679 // Place copy #15 of ITS5 directly in I565
2681 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-13.7254,"");
2682 sub2node->SetLineColor(kColorITS);
2683 sub2node->SetVisibility(1);
2684 //fNodes->Add(sub2node);
2687 // Place copy #16 of ITS5 directly in I565
2689 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-17.6555,"");
2690 sub2node->SetLineColor(kColorITS);
2691 sub2node->SetVisibility(1);
2692 //fNodes->Add(sub2node);
2695 // Place copy #17 of ITS5 directly in I565
2697 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-21.5655,"");
2698 sub2node->SetLineColor(kColorITS);
2699 sub2node->SetVisibility(1);
2700 //fNodes->Add(sub2node);
2703 // Place copy #18 of ITS5 directly in I565
2705 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-25.4954,"");
2706 sub2node->SetLineColor(kColorITS);
2707 sub2node->SetVisibility(1);
2708 //fNodes->Add(sub2node);
2711 // Place copy #19 of ITS5 directly in I565
2713 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-29.4054,"");
2714 sub2node->SetLineColor(kColorITS);
2715 sub2node->SetVisibility(1);
2716 //fNodes->Add(sub2node);
2719 // Place copy #20 of ITS5 directly in I565
2721 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-33.3354,"");
2722 sub2node->SetLineColor(kColorITS);
2723 sub2node->SetVisibility(1);
2724 //fNodes->Add(sub2node);
2727 // Place copy #21 of ITS5 directly in I565
2729 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-37.2454,"");
2730 sub2node->SetLineColor(kColorITS);
2731 sub2node->SetVisibility(1);
2732 //fNodes->Add(sub2node);
2735 // Place copy #22 of ITS5 directly in I565
2737 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-41.1554,"");
2738 sub2node->SetLineColor(kColorITS);
2739 sub2node->SetVisibility(1);
2740 //fNodes->Add(sub2node);
2742 //fNodes->Add(sub1node);
2745 // Place copy #13 of I565 in IT56
2747 sub1node = new TNode("I565","I565","I565",-30.6798,-23.1683,0.,"itsrot504");
2748 sub1node->SetLineColor(kColorITS);
2749 sub1node->SetVisibility(0);
2752 // Place copy #1 of ITS5 directly in I565
2754 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,41.1546,"");
2755 sub2node->SetLineColor(kColorITS);
2756 sub2node->SetVisibility(1);
2757 //fNodes->Add(sub2node);
2760 // Place copy #2 of ITS5 directly in I565
2762 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,37.2246,"");
2763 sub2node->SetLineColor(kColorITS);
2764 sub2node->SetVisibility(1);
2765 //fNodes->Add(sub2node);
2768 // Place copy #3 of ITS5 directly in I565
2770 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,33.3146,"");
2771 sub2node->SetLineColor(kColorITS);
2772 sub2node->SetVisibility(1);
2773 //fNodes->Add(sub2node);
2776 // Place copy #4 of ITS5 directly in I565
2778 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,29.3846,"");
2779 sub2node->SetLineColor(kColorITS);
2780 sub2node->SetVisibility(1);
2781 //fNodes->Add(sub2node);
2784 // Place copy #5 of ITS5 directly in I565
2786 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,25.4746,"");
2787 sub2node->SetLineColor(kColorITS);
2788 sub2node->SetVisibility(1);
2789 //fNodes->Add(sub2node);
2792 // Place copy #6 of ITS5 directly in I565
2794 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,21.5446,"");
2795 sub2node->SetLineColor(kColorITS);
2796 sub2node->SetVisibility(1);
2797 //fNodes->Add(sub2node);
2800 // Place copy #7 of ITS5 directly in I565
2802 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,17.6346,"");
2803 sub2node->SetLineColor(kColorITS);
2804 sub2node->SetVisibility(1);
2805 //fNodes->Add(sub2node);
2808 // Place copy #8 of ITS5 directly in I565
2810 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,13.7046,"");
2811 sub2node->SetLineColor(kColorITS);
2812 sub2node->SetVisibility(1);
2813 //fNodes->Add(sub2node);
2816 // Place copy #9 of ITS5 directly in I565
2818 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,9.7946,"");
2819 sub2node->SetLineColor(kColorITS);
2820 sub2node->SetVisibility(1);
2821 //fNodes->Add(sub2node);
2824 // Place copy #10 of ITS5 directly in I565
2826 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,5.8645,"");
2827 sub2node->SetLineColor(kColorITS);
2828 sub2node->SetVisibility(1);
2829 //fNodes->Add(sub2node);
2832 // Place copy #11 of ITS5 directly in I565
2834 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,1.9546,"");
2835 sub2node->SetLineColor(kColorITS);
2836 sub2node->SetVisibility(1);
2837 //fNodes->Add(sub2node);
2840 // Place copy #12 of ITS5 directly in I565
2842 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-1.9754,"");
2843 sub2node->SetLineColor(kColorITS);
2844 sub2node->SetVisibility(1);
2845 //fNodes->Add(sub2node);
2848 // Place copy #13 of ITS5 directly in I565
2850 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-5.8855,"");
2851 sub2node->SetLineColor(kColorITS);
2852 sub2node->SetVisibility(1);
2853 //fNodes->Add(sub2node);
2856 // Place copy #14 of ITS5 directly in I565
2858 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-9.8154,"");
2859 sub2node->SetLineColor(kColorITS);
2860 sub2node->SetVisibility(1);
2861 //fNodes->Add(sub2node);
2864 // Place copy #15 of ITS5 directly in I565
2866 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-13.7254,"");
2867 sub2node->SetLineColor(kColorITS);
2868 sub2node->SetVisibility(1);
2869 //fNodes->Add(sub2node);
2872 // Place copy #16 of ITS5 directly in I565
2874 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-17.6555,"");
2875 sub2node->SetLineColor(kColorITS);
2876 sub2node->SetVisibility(1);
2877 //fNodes->Add(sub2node);
2880 // Place copy #17 of ITS5 directly in I565
2882 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-21.5655,"");
2883 sub2node->SetLineColor(kColorITS);
2884 sub2node->SetVisibility(1);
2885 //fNodes->Add(sub2node);
2888 // Place copy #18 of ITS5 directly in I565
2890 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-25.4954,"");
2891 sub2node->SetLineColor(kColorITS);
2892 sub2node->SetVisibility(1);
2893 //fNodes->Add(sub2node);
2896 // Place copy #19 of ITS5 directly in I565
2898 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-29.4054,"");
2899 sub2node->SetLineColor(kColorITS);
2900 sub2node->SetVisibility(1);
2901 //fNodes->Add(sub2node);
2904 // Place copy #20 of ITS5 directly in I565
2906 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-33.3354,"");
2907 sub2node->SetLineColor(kColorITS);
2908 sub2node->SetVisibility(1);
2909 //fNodes->Add(sub2node);
2912 // Place copy #21 of ITS5 directly in I565
2914 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-37.2454,"");
2915 sub2node->SetLineColor(kColorITS);
2916 sub2node->SetVisibility(1);
2917 //fNodes->Add(sub2node);
2920 // Place copy #22 of ITS5 directly in I565
2922 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-41.1554,"");
2923 sub2node->SetLineColor(kColorITS);
2924 sub2node->SetVisibility(1);
2925 //fNodes->Add(sub2node);
2927 //fNodes->Add(sub1node);
2930 // Place copy #14 of I565 in IT56
2932 sub1node = new TNode("I565","I565","I565",-26.0036,-28.5246,0.,"itsrot503");
2933 sub1node->SetLineColor(kColorITS);
2934 sub1node->SetVisibility(0);
2937 // Place copy #1 of ITS5 directly in I565
2939 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,41.1546,"");
2940 sub2node->SetLineColor(kColorITS);
2941 sub2node->SetVisibility(1);
2942 //fNodes->Add(sub2node);
2945 // Place copy #2 of ITS5 directly in I565
2947 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,37.2246,"");
2948 sub2node->SetLineColor(kColorITS);
2949 sub2node->SetVisibility(1);
2950 //fNodes->Add(sub2node);
2953 // Place copy #3 of ITS5 directly in I565
2955 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,33.3146,"");
2956 sub2node->SetLineColor(kColorITS);
2957 sub2node->SetVisibility(1);
2958 //fNodes->Add(sub2node);
2961 // Place copy #4 of ITS5 directly in I565
2963 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,29.3846,"");
2964 sub2node->SetLineColor(kColorITS);
2965 sub2node->SetVisibility(1);
2966 //fNodes->Add(sub2node);
2969 // Place copy #5 of ITS5 directly in I565
2971 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,25.4746,"");
2972 sub2node->SetLineColor(kColorITS);
2973 sub2node->SetVisibility(1);
2974 //fNodes->Add(sub2node);
2977 // Place copy #6 of ITS5 directly in I565
2979 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,21.5446,"");
2980 sub2node->SetLineColor(kColorITS);
2981 sub2node->SetVisibility(1);
2982 //fNodes->Add(sub2node);
2985 // Place copy #7 of ITS5 directly in I565
2987 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,17.6346,"");
2988 sub2node->SetLineColor(kColorITS);
2989 sub2node->SetVisibility(1);
2990 //fNodes->Add(sub2node);
2993 // Place copy #8 of ITS5 directly in I565
2995 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,13.7046,"");
2996 sub2node->SetLineColor(kColorITS);
2997 sub2node->SetVisibility(1);
2998 //fNodes->Add(sub2node);
3001 // Place copy #9 of ITS5 directly in I565
3003 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,9.7946,"");
3004 sub2node->SetLineColor(kColorITS);
3005 sub2node->SetVisibility(1);
3006 //fNodes->Add(sub2node);
3009 // Place copy #10 of ITS5 directly in I565
3011 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,5.8645,"");
3012 sub2node->SetLineColor(kColorITS);
3013 sub2node->SetVisibility(1);
3014 //fNodes->Add(sub2node);
3017 // Place copy #11 of ITS5 directly in I565
3019 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,1.9546,"");
3020 sub2node->SetLineColor(kColorITS);
3021 sub2node->SetVisibility(1);
3022 //fNodes->Add(sub2node);
3025 // Place copy #12 of ITS5 directly in I565
3027 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-1.9754,"");
3028 sub2node->SetLineColor(kColorITS);
3029 sub2node->SetVisibility(1);
3030 //fNodes->Add(sub2node);
3033 // Place copy #13 of ITS5 directly in I565
3035 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-5.8855,"");
3036 sub2node->SetLineColor(kColorITS);
3037 sub2node->SetVisibility(1);
3038 //fNodes->Add(sub2node);
3041 // Place copy #14 of ITS5 directly in I565
3043 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-9.8154,"");
3044 sub2node->SetLineColor(kColorITS);
3045 sub2node->SetVisibility(1);
3046 //fNodes->Add(sub2node);
3049 // Place copy #15 of ITS5 directly in I565
3051 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-13.7254,"");
3052 sub2node->SetLineColor(kColorITS);
3053 sub2node->SetVisibility(1);
3054 //fNodes->Add(sub2node);
3057 // Place copy #16 of ITS5 directly in I565
3059 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-17.6555,"");
3060 sub2node->SetLineColor(kColorITS);
3061 sub2node->SetVisibility(1);
3062 //fNodes->Add(sub2node);
3065 // Place copy #17 of ITS5 directly in I565
3067 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-21.5655,"");
3068 sub2node->SetLineColor(kColorITS);
3069 sub2node->SetVisibility(1);
3070 //fNodes->Add(sub2node);
3073 // Place copy #18 of ITS5 directly in I565
3075 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-25.4954,"");
3076 sub2node->SetLineColor(kColorITS);
3077 sub2node->SetVisibility(1);
3078 //fNodes->Add(sub2node);
3081 // Place copy #19 of ITS5 directly in I565
3083 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-29.4054,"");
3084 sub2node->SetLineColor(kColorITS);
3085 sub2node->SetVisibility(1);
3086 //fNodes->Add(sub2node);
3089 // Place copy #20 of ITS5 directly in I565
3091 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-33.3354,"");
3092 sub2node->SetLineColor(kColorITS);
3093 sub2node->SetVisibility(1);
3094 //fNodes->Add(sub2node);
3097 // Place copy #21 of ITS5 directly in I565
3099 sub2node = new TNode("ITS5","ITS5","ITS5",0.,0.03,-37.2454,"");
3100 sub2node->SetLineColor(kColorITS);
3101 sub2node->SetVisibility(1);
3102 //fNodes->Add(sub2node);
3105 // Place copy #22 of ITS5 directly in I565
3107 sub2node = new TNode("ITS5","ITS5","ITS5",0.,-0.03,-41.1554,"");
3108 sub2node->SetLineColor(kColorITS);