]> git.uio.no Git - u/mrichter/AliRoot.git/blame - html/Overview.html
New galice.cuts file from Marek
[u/mrichter/AliRoot.git] / html / Overview.html
CommitLineData
fe4da5cc 1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2<HTML>
3<HEAD>
4 <TITLE> Description of AliRoot </TITLE>
5 <!-- Changed by: Yiota Foka, 18-Mar-1999 -->
6 <STYLE TYPE="text/css">
1439f98e 7
fe4da5cc 8 H2 { color: red ; font-size: 22pt }
9 H3 { color: blue ; font-size: 20pt }
10 H4 { color: violet; font-size: 18pt }
11 H5 { color: olive ; font-size: 16pt }
12 H6 { color: maroon; font-size: 14pt }
13 TABLE { font-size: 14pt }
14 </STYLE>
15 <BASEFONT SIZE=4>
16<!-- Header material -->
1439f98e 17<body background="../picts/back.gif" text=black>
18<basefont face="verdana,arial,helvetica,sans-serif">
19
20<!-- Header material -->
fe4da5cc 21<table border=0 cellpadding=5 cellspacing=0 width="100%">
1439f98e 22 <tr bgcolor=#eab575>
23 <td align=left width=20%> <img src="../picts/MadHatter.jpg" HEIGHT=130 WIDTH=130> &nbsp;
24 <td align=center>
25 <font size="+4"><b>
26
27Description of AliRoot
28 <td align=right width=20%> <img src="../picts/Logo.gif"> &nbsp;
29 </tr>
30
31 <tr>
32 <td colspan=3 align=right><font size="-1">
fe4da5cc 33 <script language="JavaScript">
34 document.write("Last modified "+ document.lastModified)
35 // end of script -->
36 </script></font>
37 </td>
38 </tr>
39</table>
1439f98e 40
fe4da5cc 41</HEAD>
42
43
44<BODY TEXT="#000000" BGCOLOR="#FFFFFF"
45LINK="#0000FF" VLINK="#551A8B" ALINK="#FF0000">
46
47<P>
48<BR>
49<H1>Overview of AliRoot </H1>
50
c0390a12 51<P>This page summarizes the status of <B>Version 3.01</B> that has been
52released on Wed Jun 16 10:00 1999. More details can be found in the
53<A HREF="AliRootHelp.html">User Guide</A>.
fe4da5cc 54
55<P>The Geant3.21 based simulation program <B>galice</B> for the ALICE
56detector underwent major changes in programming language, number of lines
57of code, and supported platforms since its first release (Version 1) used
58for the TP.
59
60<P> Version 2 of the simulation program galice amounted to about 40 kLOC of
61Fortran code and 10 kLOC of C++.
62
c0390a12 63<p>Version 3 of the program was completely rewritten in c++ and it now 70 kLOC of C++ and 2 kLOC of FORTRAN.
64
fe4da5cc 65<P> Since then, the simulation program itself and the framework supporting
66it underwent changes reported during several meetings, to come to the
c0390a12 67present structure that it is believed to be a sound base for its <a href=
fe4da5cc 68"http://www.cern.ch/alice/Projects/offline/fcaPresentations/plenary/sld001.htm">future
69evolution</a>.
70
c0390a12 71<h1>History of changes for AliRoot 3.01</h1>
72
73<pre>
74<b>
75List of changes
76===============
77
78Sun Mar 21 12:38:38 CET 1999 ==================================================
79
80-------------------------------------------------------------------------------
81AliRun.cxx
82removed AliDetector::FinishEvent call from AliRun::FinishRun
83
84-------------------------------------------------------------------------------
85Makefile.hpux
86added +Onolimit to the optimisation on the hp to avoid warning messages
87
88-------------------------------------------------------------------------------
89TOPDIR changed to ALITOP as it should be in this README file.
90
91Wed Mar 24 15:44:49 CET 1999 ==================================================
92
93-------------------------------------------------------------------------------
94SGI Makefile corrected
95
96-------------------------------------------------------------------------------
97Make-macros corrected to include the ITS*.det files in the distribution
98
99-------------------------------------------------------------------------------
100Code of PHOSv2 introduced, thanks to M. Volkov
101
102Thu Mar 25 21:19:52 CET 1999 ==================================================
103
104-------------------------------------------------------------------------------
105Change the load order in Make-macros
106
107Wed Apr 7 09:25:51 CEST 1999 =================================================
108
109-------------------------------------------------------------------------------
110AliTPC.cxx, AliTPCv2.cxx, AliTPCSecGeo.h, GeantPatch.F
111
112The drift gas parameters updated using the recent numbers from A.Sharma.
113M.Kowalski
114
115Thu Apr 8 16:08:12 CEST 1999 =================================================
116
117-------------------------------------------------------------------------------
118Slight changes to M.Volkov files to correct some syntactical problems
119
120-------------------------------------------------------------------------------
121Changed common_ to G..._t in TGeant3.h to be compatible with P.Murat, CDF.
122
123Fri Apr 9 08:06:21 CEST 1999 =================================================
124
125-------------------------------------------------------------------------------
126Restructuration of TGeant3. Common addresses are now returned by access
127functions and they are all private.
128
129Fri Apr 20 08:06:21 CEST 1999 =================================================
130
131-------------------------------------------------------------------------------
132Introduction of the cvs repository. Now all changes are maintained via cvs.
133
134 -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+-
135 NOTE: This file was automatically generated by `cvs2cl.pl'. If you
136 edit this file, your changes will be lost when someone next runs
137 cvs2cl.pl. See http://www.red-bean.com/~kfogel/cvs2cl.shtml for more.
138 -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+-
139
1401999-06-15 17:43 fca
141
142 * Makefile: Remove html/picts link before recreating it
143
1441999-06-15 13:51 fca
145
146 * data/galice.cuts: New file for speeding up tracking in Muon
147 absorber
148
1491999-06-15 10:21 fca
150
151 * html/Packages.html: Reoved useless file.
152
153 * html/HandsOn.html: Remove useless file.
154
155 * html/menu.txt: menu.txt file removed.
156
1571999-06-15 10:16 fca
158
159 * html/Manual.html: Obsolete manual removed.
160
1611999-06-15 10:11 fca
162
163 * TRD/AliTRDv0.cxx, TRD/AliTRDv1.cxx, TRD/AliTRDv2.cxx: Small
164 correction to calculate the TRD1 box of the chamber to be put in
165 all sectors. Changed Sin to Tan.
166
1671999-06-15 10:02 fca
168
169 * Makefile, ALIROOT/aliroot.cxx, CASTOR/AliCASTOR.cxx,
170 EVGEN/AliGenParam.cxx, EVGEN/AliSimpleGen.cxx, FMD/AliFMD.cxx,
171 FMD/AliFMDv0.cxx, FMD/AliFMDv1.cxx, ITS/AliITS.cxx,
172 ITS/AliITSv0.cxx, ITS/AliITSv1.cxx, ITS/AliITSv3.cxx,
173 ITS/AliITSv4.cxx, ITS/AliITSv5.cxx, ITS/analITS.C,
174 MUON/AliMUON.cxx, MUON/AliMUONdisplay.cxx, MUON/AliMUONpoints.cxx,
175 MUON/MUONcombi.C, PHOS/AliPHOS.cxx, PHOS/AliPHOSv2.cxx,
176 PMD/AliPMD.cxx, PMD/AliPMDv0.cxx, PMD/AliPMDv1.cxx,
177 PMD/AliPMDv2.cxx, RICH/AliRICH.cxx, STEER/AliDetector.cxx,
178 STEER/AliDisplay.cxx, STEER/AliGenerator.cxx, STEER/AliLego.cxx,
179 STEER/AliModule.cxx, STEER/AliPoints.cxx, STEER/AliRun.cxx,
180 STEER/GParticle.cxx, STRUCT/AliABSO.cxx, STRUCT/AliBODY.cxx,
181 STRUCT/AliDIPO.cxx, STRUCT/AliDIPOv1.cxx, STRUCT/AliDIPOv2.cxx,
182 STRUCT/AliFRAME.cxx, STRUCT/AliFRAMEv0.cxx, STRUCT/AliFRAMEv1.cxx,
183 STRUCT/AliHALL.cxx, STRUCT/AliMAG.cxx, STRUCT/AliPIPE.cxx,
184 STRUCT/AliPIPEv0.cxx, STRUCT/AliPIPEv1.cxx, STRUCT/AliPIPEv3.cxx,
185 STRUCT/AliSHIL.cxx, TGeant3/TGeant3.cxx, TGeant3/THIGZ.cxx,
186 TGeant3/TPaveTree.cxx, TOF/AliTOF.cxx, TOF/AliTOFv0.cxx,
187 TOF/AliTOFv1.cxx, TOF/AliTOFv2.cxx, TOF/AliTOFv3.cxx,
188 TPC/AliTPC.cxx, TPC/AliTPCD.cxx, TPC/AliTPCv0.cxx,
189 TPC/AliTPCv1.cxx, TPC/AliTPCv2.cxx, TRD/AliTRD.cxx,
190 TRD/AliTRDv0.cxx, TRD/AliTRDv1.cxx, TRD/AliTRDv2.cxx,
191 ZDC/AliZDC.cxx, html/AliRootHelp.html, html/AliceHelp.html,
192 html/EXAMPLE_Index_head.html, html/EXAMPLE_Index_tail.html,
193 html/GeantALICE.html, html/HandsOn.html, html/Installation.html,
194 html/Manual.html, html/Overview.html, html/Packages.html,
195 html/Welcome.html, html/analysis.html, html/galice.html,
196 macros/anal.C, macros/ecut.C, macros/newanal.C: Some
197 rationalisation of the documentation. In particular pictures are
198 all now in picts subdirectory
199
2001999-06-15 08:22 fca
201
202 * html/AliRootHelp.html: Add new background and header. D.Picard
203
2041999-06-15 08:11 fca
205
206 * TRD/AliTRD.cxx: Eliminate useless include files. They disturb
207 automatic generation of html doc
208
2091999-06-15 08:01 fca
210
211 * TPC/AliTPCv2.cxx: Remove useless include statements, they disturb
212 generation of html
213
2141999-06-15 07:44 fca
215
216 * macros/Config.C: Make the default config without ZDC
217
2181999-06-15 07:00 fca
219
220 * EVGEN/AliGenExtFile.cxx, EVGEN/AliGenExtFile.h,
221 EVGEN/AliGenFLUKAsource.h, EVGEN/AliGenHalo.h, EVGEN/AliGenParam.h:
222 Minor mods to prevent compiler and ROOT warnings
223
2241999-06-15 06:48 fca
225
226 * EVGEN/AliGenMUONlib.cxx: Add default case to GetPt, GetY and
227 GetIp to avoid warning when compiling with optimisation
228
2291999-06-15 06:27 fca
230
231 * README: Document different installation tar files
232
2331999-06-15 06:23 fca
234
235 * Makefile: Make cernlibs before AliRoot in target all
236
2371999-06-15 06:12 fca
238
239 * README: Change to RELEASE version!!
240
2411999-06-14 16:13 fca
242
243 * Makefile: Clean up also ALIROOT in target clean
244
245 * FMD/Makefile: Corrected the TOCLEAN target, now obj files are
246 properly removed.
247
2481999-06-14 14:30 fca
249
250 * html/README: Remove old README.
251
2521999-06-14 07:32 fca
253
254 * TRD/AliTRDv2.cxx: Small change to avoid compiler warnings.
255
2561999-06-14 07:21 fca
257
258 * TPC/AliTPC.cxx: Minor correction to avoid compiler warnings.
259
2601999-06-12 19:48 fca
261
262 * TPC/AliTPCPRF2D.h, TPC/AliTPCRF1D.h: Function Draw(Float...) was
263 hiding TObject::Draw(Option_t*) and HP was complaining about it.
264 Introduced a dummy Draw(Option_t*) to avoid warning.
265
2661999-06-12 19:25 fca
267
268 * TRD/AliTRD.cxx, TRD/AliTRDv2.cxx: Corrections by M.Kowalski to
269 make these files compile on HP/CC.
270
2711999-06-11 19:06 fca
272
273 * Makefile: Do not export picts twice.
274
2751999-06-11 18:57 fca
276
277 * conf/GeneralDef, conf/MachineDef.HP-UX, conf/MachineDef.Linux,
278 conf/MachineDef.OSF1, conf/MachineDef.SunOS: Restore symmetry
279 between CXXFLAGS and the other compilation flags, now they contain
280 all also the optimisation level.
281
2821999-06-11 18:45 fca
283
284 * STEER/AliRun.h: Correction in AliRun.h
285
2861999-06-11 18:40 fca
287
288 * TRD/DrawTRD.C: Use GetModule and not GetDetector.
289
290 * STEER/AliRun.cxx, STEER/AliRun.h: Reintroduced GetDetector for
291 backward compatibility.
292
2931999-06-11 18:32 fca
294
295 * PHOS/AliPHOSv0.cxx, PHOS/AliPHOSv1.cxx, PHOS/AliPHOSv3.cxx:
296 Remove calling default constructor of parent class, this is done
297 automatically.
298
2991999-06-11 17:53 fca
300
301 * TPC/AliTPC.cxx: Correct normalisation factor for TPC pads.
302
3031999-06-11 17:28 fca
304
305 * TRD/ViewTRD0.C, TRD/ViewTRD1.C, TRD/ViewTRD2.C: Drawing macros
306 added.
307
3081999-06-11 16:08 fca
309
310 * TGeant3/gucode.cxx: Guout needs to be dummy, because the method
311 finishEvent is already called by AliRun at the end of each trigger.
312
3131999-06-11 16:01 fca
314
315 * PHOS/AliPHOS.cxx, PHOS/AliPHOS.h, PHOS/AliPHOSv0.cxx,
316 PHOS/AliPHOSv1.cxx, PHOS/AliPHOSv3.cxx, PHOS/AliPHOSv3.h,
317 PHOS/Makefile, PHOS/PHOSLinkDef.h: New version of PHOS introduced
318 with CPV, thanks to Y.Kharlov
319
3201999-06-11 12:22 fca
321
322 * TRD/AliTRD.cxx, TRD/AliTRD.h, TRD/AliTRDv0.cxx, TRD/AliTRDv0.h,
323 TRD/AliTRDv1.cxx, TRD/AliTRDv1.h, TRD/AliTRDv2.cxx, TRD/AliTRDv2.h,
324 TRD/DrawTRD.C: New TRD files from C.Blume.
325
326 * macros/Config.C, macros/Config_a.C: New Config files for the new
327 version of TRD.
328
329 * TOF/AliTOF.cxx, TOF/AliTOFv0.cxx, TOF/AliTOFv1.cxx,
330 TOF/AliTOFv2.cxx: Modifications of the TOF to make the inner radius
331 370 cm. This has still to be verified by TOF people.
332
3331999-06-10 17:02 fca
334
335 * TGeant3/TGeant3.cxx, TGeant3/TGeant3.h, TGeant3/TGeant3Dummy.cxx:
336 Introduce SetUserDecay. The standard MC decay (if any) is bypassed
337 and a user decay routine is called. Still a function to set the
338 user decay routine is missing. Also added in TGeant3 a pointer to
339 GCBANK to get access to the IXCONS variable for ZEBRA.
340
341 * GEANT321/comad/gcomad.F: Added the address of GCBANK, not for
342 Zebra stores, but to get access to the store variables like IXCONS.
343
344 * STEER/AliMC.h: Added SetUserDecay routine. When a particle decays
345 the standard MC decay routines are not called. Still a way to set a
346 user decay routine is missing. To be added later.
347
3481999-06-10 15:28 fca
349
350 * conf/GeneralMacros, conf/MachineDef.HP-UX, conf/MachineDef.Linux,
351 conf/MachineDef.OSF1, conf/MachineDef.SunOS: Unify syntax for alpha
352 and other systems for the creation of shared libraries.
353
3541999-06-10 12:00 fca
355
356 * conf/MachineDef.OSF1: Some libraries missing for alfa.
357
3581999-06-10 08:26 fca
359
360 * MUON/AliMUON.h: Remove YourName virtual base classes.
361
3621999-06-10 07:40 fca
363
364 * GEANT321/ggeom/gflcar.F: Added protection. In case IROT=0 the
365 address Q(LQ(JROTM-IROT)) should not be calculated because out of
366 bounds.
367
3681999-06-10 07:28 fca
369
370 * MUON/AliMUONv0.cxx: Out of bounds error corrected.
371
372 * conf/GeneralMacros, conf/MachineDef.OSF1: Modifications for alpha
373 OSF1.
374
3751999-06-09 17:29 fca
376
377 * macros/Config.C, macros/Config_a.C: Position PMD on the correct
378 side of ALICE.
379
3801999-06-09 17:25 fca
381
382 * Makefile: Do not export Make-depends, they are generated
383 automatically now.
384
385 * conf/GeneralMacros, conf/Make-depend, conf/Makedepend: Do not
386 export any Make-depend, so we had to change the name of the
387 prototype in /conf
388
3891999-06-09 17:17 fca
390
391 * MUON/AliMUONsegmentv1.h, MUON/AliMUONv0.h, MUON/AliMUONv01.h:
392 Eliminate variable fName from class after a suggestion of A.Morsch.
393
394 * PDF/Make-depend, PDF/Makefile, PHOS/Make-depend, PHOS/Makefile,
395 PMD/Make-depend, PMD/Makefile, PYTHIA/Make-depend, PYTHIA/Makefile,
396 RICH/Make-depend, RICH/Makefile, STEER/Make-depend, STEER/Makefile,
397 STRUCT/Make-depend, STRUCT/Makefile, TGeant3/Make-depend,
398 TGeant3/Makefile, TOF/Make-depend, TOF/Makefile, TPC/AliTPCv2.cxx,
399 TPC/Make-depend, TPC/Makefile, TRD/Make-depend, TRD/Makefile,
400 ZDC/Make-depend, ZDC/Makefile, conf/GeneralMacros: Make-depend
401 automatically generated if not there.
402
4031999-06-09 17:08 fca
404
405 * MUON/Make-depend, MUON/Makefile: Make-depend automatically
406 generated if not there.
407
4081999-06-09 17:02 fca
409
410 * ALIROOT/Make-depend, ALIROOT/Makefile, CASTOR/Make-depend,
411 CASTOR/Makefile, EVGEN/Make-depend, EVGEN/Makefile,
412 FMD/Make-depend, FMD/Makefile, GEANT321/Make-depend,
413 GEANT321/Makefile, ITS/Make-depend, ITS/Makefile,
414 MINICERN/Make-depend, MINICERN/Makefile: Make-depend automatically
415 generated if not there.
416
4171999-06-09 15:20 fca
418
419 * TPC/Make-depend, TPC/TPCConfig.C, TPC/TPCDigits2Clusters.C,
420 TPC/TPCDigitsDisplay.C, TPC/TPCHits2Clusters.C,
421 TPC/TPCHits2Digits.C, TPC/TPCTestClustering.C,
422 TPC/TPCTestTracking.C, TPC/TPCtest.C: Files no longer used,
423 replaced by new macros.
424
4251999-06-09 14:51 fca
426
427 * TPC/AliTPC.cxx, TPC/AliTPC.h, TPC/AliTPCD.cxx, TPC/AliTPCD.h,
428 TPC/AliTPCDigitsDisplay.C, TPC/AliTPCHits2Digits.C,
429 TPC/AliTPCPRF2D.cxx, TPC/AliTPCPRF2D.h, TPC/AliTPCParam.cxx,
430 TPC/AliTPCParam.h, TPC/AliTPCRF1D.cxx, TPC/AliTPCRF1D.h,
431 TPC/AliTPCSecGeo.h, TPC/AliTPCTestClustering.C,
432 TPC/AliTPCTestTracking.C, TPC/AliTPCv0.cxx, TPC/AliTPCv0.h,
433 TPC/AliTPCv1.cxx, TPC/AliTPCv1.h, TPC/AliTPCv2.cxx, TPC/AliTPCv2.h,
434 TPC/Make-depend, TPC/Makefile, TPC/TPCLinkDef.h: New TPC files from
435 M.Kowalski.
436
4371999-06-09 14:19 fca
438
439 * EVGEN/GenTypeDefs.h, EVGEN/Make-depend: Syntax error corrected.
440
441 * EVGEN/AliGenMUONlib.cxx: Set variable dummy even if not used.
442
4431999-06-09 14:05 fca
444
445 * STEER/AliRun.h: const enum changed to enum.
446
4471999-06-09 09:14 fca
448
449 * STRUCT/AliPIPEv3.cxx, STRUCT/AliPIPEv3.h, STRUCT/Make-depend,
450 STRUCT/Makefile, STRUCT/STRUCTLinkDef.h: Add undulated version 3
451 for the PIPE. By S.Chattopadhyay.
452
4531999-06-09 08:55 fca
454
455 * STEER/AliRun.cxx: Zeroed fGenerators in the ctor.
456
457 * PMD/AliPMD.h: Removed useless include files.
458
4591999-06-09 07:20 fca
460
461 * PMD/AliPMD.cxx, PMD/AliPMD.h, PMD/AliPMDv0.cxx, PMD/AliPMDv0.h,
462 PMD/AliPMDv1.cxx, PMD/AliPMDv1.h, PMD/AliPMDv2.cxx, PMD/AliPMDv2.h,
463 PMD/Make-depend, PMD/Makefile, PMD/PMDLinkDef.h: New versions of
464 the PMD from S.Chattopadhyay.
465
4661999-06-08 17:16 fca
467
468 * EVGEN/AliDimuCombinator.cxx, EVGEN/AliDimuCombinator.h,
469 EVGEN/DimuonCombinator.cxx, EVGEN/DimuonCombinator.h,
470 EVGEN/EVGENLinkDef.h, EVGEN/Make-depend, EVGEN/Makefile: Changed
471 DimuonCombinator into AliDimuCombinator to follow ALICE coding
472 rules.
473
4741999-06-08 17:07 fca
475
476 * STEER/AliGenerator.cxx, STEER/AliGenerator.h: Tracking flag
477 functionality increased. By A.Morsch.
478
4791999-06-08 16:45 fca
480
481 * EVGEN/Makefile: New Makefile because of new files added. By
482 A.Morsch.
483
484 * EVGEN/GenTypeDefs.h: Some additions to reflect added
485 functionality in the generators. By A.Morsch.
486
4871999-06-08 16:37 fca
488
489 * EVGEN/EVGENLinkDef.h: New classes added AliGenExtFile and
490 AliGenScan.
491
4921999-06-08 16:10 fca
493
494 * EVGEN/DimuonCombinator.cxx, EVGEN/DimuonCombinator.h: New options
495 added for correlated dimuons. By A.Morsch.
496
4971999-06-08 16:05 fca
498
499 * EVGEN/AliGenScan.cxx, EVGEN/AliGenScan.h: Generate on a three
500 dimensional grid to simulate test-beam situation where you can scan
501 chambers without overlap to test reconstruction program. By
502 A.Morsch.
503
504 * EVGEN/AliPythia.cxx, EVGEN/AliPythia.h: New combinations added.
505 By A.Morsch.
506
5071999-06-08 16:01 fca
508
509 * EVGEN/AliGenPythia.cxx: Several corrections. By A.Morsch
510
5111999-06-08 15:47 fca
512
513 * EVGEN/AliGenParam.cxx, EVGEN/AliGenParam.h: New calling sequences
514 for parametrisation functions. By A.Morsch.
515
5161999-06-08 15:24 fca
517
518 * EVGEN/AliGenMUONlib.cxx, EVGEN/AliGenMUONlib.h: Many new
519 generating functions added. By A.Morsch.
520
5211999-06-08 15:15 fca
522
523 * EVGEN/AliGenFLUKAsource.cxx, EVGEN/AliGenFLUKAsource.h: Added
524 fractional even weight and possibility to add to an existing
525 kinematic tree. By A.Morsch.
526
527 * EVGEN/AliGenExtFile.cxx, EVGEN/AliGenExtFile.h,
528 EVGEN/Make-depend: Adding Generation via an external file.
529
5301999-06-08 15:12 fca
531
532 * EVGEN/AliGenCocktail.cxx: Added Vertex smearing and tracking flag
533 by A.Morsch.
534
5351999-06-07 10:21 fca
536
537 * README: Note for Linux users added
538
5391999-06-07 06:36 fca
540
541 * TGeant3/Makefile: Put headers before libraries in make.
542
543 * STEER/AliRun.h: Parametrise number of modules and length of
544 names.
545
546 * TRD/Makefile: Put headers before libraries in the make.
547
548 * STEER/Makefile: Put headers before library in the make.
549
550 * STEER/AliModule.h: Remove inline clause from header for functions
551 declared in the header with the body. It is default anyway. Removed
552 dummy argument from Browse.
553
5541999-06-07 06:31 fca
555
556 * GEANT321/Makefile, MINICERN/Makefile: Correct syntax error.
557
558 * Makefile: Put headers before libraries.
559
5601999-06-04 17:21 fca
561
562 * conf/Make-depend: Prototype Make-depend added in conf file.
563
564 * GEANT321/geant321/sckine.inc: This file needed by gtreve_root
565 routine.
566
5671999-06-04 17:02 fca
568
569 * MINICERN/Makefile: Make .a libraries for alpha.
570
5711999-06-04 16:43 fca
572
573 * GEANT321/Makefile: Make .a libraries for alpha.
574
5751999-06-04 07:16 fca
576
577 * TGeant3/TGeant3.cxx, TGeant3/TGeant3.h, TGeant3/TGeant3Dummy.cxx:
578 Changed NVolumes into NofVolumes for readibility.
579
580 * STEER/AliMC.h, STEER/AliRun.cxx: Changed NVolumes into NofVolumes
581 for readibility
582
5831999-06-04 06:49 fca
584
585 * Makefile: Remove also *#* files before distribution.
586
5871999-06-04 06:39 fca
588
589 * STEER/AliMC.h, STEER/Make-depend: Change of volName into const
590 char*
591
5921999-06-04 06:32 fca
593
594 * TGeant3/GeantPatch.F, TGeant3/Make-depend, TGeant3/Makefile,
595 TGeant3/TGeant3.cxx, TGeant3/TGeant3.h, TGeant3/TGeant3Dummy.cxx,
596 TGeant3/sckine.inc: Modifications for alfa, to remove all
597 references to GCBANK in TGeant3.so.
598
5991999-06-04 05:55 fca
600
601 * ITS/ITSLinkDef.h, ITS/Makefile: Removed version 4 in still in
602 FORTRAN from the Makefile and ITSLinkDef.h. The files are still
603 there, just in case.
604
6051999-06-03 16:56 fca
606
607 * TGeant3/gucode.cxx: Replaced the call to gtreve with gtreve_root.
608
609 * TGeant3/galicef.F: Moved sxsrot to geant library to avoid gcbank
610 in shared libraries for the DEC OSF.
611
612 * GEANT321/ggeom/sxsrot.F: Special matrix declaration routine that
613 returns the next free slot in the zebra bank. Still needed by the
614 fortran part of ALICE. To be removed soon.
615
6161999-06-03 16:38 fca
617
618 * GEANT321/gtrak/gtreve_root.F: First version of gtreve_root,
619 special version of gtreve for AliRoot to be called from gutrev.
620
6211999-06-03 16:12 fca
622
623 * GEANT321/gphys/gfluct.F: Introduced M.Kowalski modifications for
624 very short steps.
625
6261999-06-01 13:30 fca
627
628 * conf/GeneralDef: Changed rmkdepend into makedepend as it is in
629 the ROOT distribution. Thanks to E.Gangler
630
6311999-05-21 17:21 fca
632
633 * TRD/AliTRD.h, TRD/AliTRDv0.cxx, TRD/AliTRDv0.h, TRD/AliTRDv1.cxx,
634 TRD/AliTRDv1.h, TRD/AliTRDv2.cxx, TRD/AliTRDv2.h, TRD/Make-depend:
635 Do not save CVS subdirectories Modifications for the addition of
636 AliModule
637
638 * STRUCT/AliABSO.cxx, STRUCT/AliABSO.h, STRUCT/AliBODY.cxx,
639 STRUCT/AliBODY.h, STRUCT/AliDIPO.cxx, STRUCT/AliDIPO.h,
640 STRUCT/AliDIPOv1.cxx, STRUCT/AliDIPOv1.h, STRUCT/AliDIPOv2.cxx,
641 STRUCT/AliDIPOv2.h, STRUCT/AliFRAME.cxx, STRUCT/AliFRAME.h,
642 STRUCT/AliFRAMEv0.cxx, STRUCT/AliFRAMEv0.h, STRUCT/AliFRAMEv1.cxx,
643 STRUCT/AliFRAMEv1.h, STRUCT/AliHALL.cxx, STRUCT/AliHALL.h,
644 STRUCT/AliMAG.cxx, STRUCT/AliMAG.h, STRUCT/AliPIPE.cxx,
645 STRUCT/AliPIPE.h, STRUCT/AliPIPEv0.cxx, STRUCT/AliPIPEv0.h,
646 STRUCT/AliPIPEv1.cxx, STRUCT/AliPIPEv1.h, STRUCT/AliSHIL.cxx,
647 STRUCT/AliSHIL.h, STRUCT/Make-depend: Do not save CVS
648 subdirectories Modifications for the addition of AliModule
649
650 * PHOS/AliPHOSv1.cxx, PHOS/AliPHOSv2.cxx, PHOS/Make-depend: Do not
651 save CVS subdirectories Modifications for the addition of AliModule
652
653 * Makefile: Do not save CVS subdirectories
654
655 * TPC/AliTPC.h, TPC/AliTPCv0.cxx, TPC/AliTPCv0.h, TPC/AliTPCv1.cxx,
656 TPC/AliTPCv1.h, TPC/AliTPCv2.cxx, TPC/AliTPCv2.h, TPC/Make-depend:
657 Do not save CVS subdirectories Modifications for the introduction
658 of AliModule
659
660 * STEER/AliDetector.cxx, STEER/AliDetector.h, STEER/AliDisplay.cxx,
661 STEER/AliModule.cxx, STEER/AliModule.h, STEER/AliRun.cxx,
662 STEER/AliRun.h, STEER/Make-depend, STEER/Makefile,
663 STEER/STEERLinkDef.h: Do not save CVS subdirectories Modifications
664 for the introduction of AliModule
665 AliModule
666
667
668 * MUON/AliMUONdisplay.cxx, MUON/AliMUONpoints.cxx,
669 MUON/Make-depend: Do not save CVS subdirectories
670
671
672 * TOF/AliTOF.cxx, TOF/AliTOF.h, TOF/AliTOFv0.cxx, TOF/AliTOFv0.h,
673 TOF/AliTOFv1.cxx, TOF/AliTOFv1.h, TOF/AliTOFv2.cxx, TOF/AliTOFv2.h,
674 TOF/AliTOFv3.cxx, TOF/AliTOFv3.h, TOF/Make-depend: Do not save CVS
675 subdirectories
676
677 * RICH/AliRICH.cxx, RICH/AliRICH.h, RICH/Make-depend: Do not save
678 CVS subdirectories Modifications for the addition of AliModule
679
680 * ITS/AliITSv0.cxx, ITS/AliITSv0.h, ITS/AliITSv1.cxx,
681 ITS/AliITSv1.h, ITS/Make-depend: Do not save CVS subdirectories
682 Modifications for the addition of AliModule
683
684 * ZDC/AliZDC.cxx, ZDC/AliZDC.h, ZDC/Make-depend: Do not save CVS
685 subdirectories Modifications for the addition of AliModule
686
687
688 * TGeant3/Make-depend, TGeant3/TGeant3.h, TGeant3/gucode.cxx: Do
689 not save CVS subdirectories Modifications for the addition of
690 AliModule
691
692 * PMD/AliPMD.cxx, PMD/AliPMD.h, PMD/Make-depend: Do not save CVS
693 subdirectories Modifications for the addition of AliModule
694
695
696 * FMD/AliFMD.h, FMD/AliFMDv0.cxx, FMD/AliFMDv0.h, FMD/AliFMDv1.cxx,
697 FMD/AliFMDv1.h, FMD/Make-depend: Do not save CVS subdirectories
698 Modifications for the addition of AliModule
699
700 * CASTOR/AliCASTOR.cxx, CASTOR/AliCASTOR.h, CASTOR/Make-depend,
701 EVGEN/Make-depend: Do not save CVS subdirectories Modifications for
702 the introduction of AliModule
703
7041999-05-19 14:20 fca
705
706 * Euclid/its1+2_conv.gif, Euclid/its1+2_conv.ps,
707 Euclid/its1+2_conv_f.gif, Euclid/its1+2_conv_f.ps,
708 Euclid/its3+4_conv.gif, Euclid/its3+4_conv.ps,
709 Euclid/its3+4_conv_f.gif, Euclid/its3+4_conv_f.ps,
710 Euclid/its5+6_conv.gif, Euclid/its5+6_conv.ps,
711 Euclid/its5+6_conv_f.gif, Euclid/its5+6_conv_f.ps: gif and ps files
712 are not stored in the repository with Euclid files
713
7141999-05-19 07:29 fca
715
716 * conf/MachineDef.OSF1: Add SHLD variable required by general
717 macros
718
719 * conf/GeneralMacros: Corrections to line for alpha
720</b>
721</pre>
fe4da5cc 722
723
724<!===========================================================================>
725<P>
726<BR>
727<HR size=4>
728<BR>
729Page maintained by:
730<A HREF="mailto:Yiota.Foka@cern.ch">Yiota Foka</A>
731<BR>
732Back to:
733<A HREF="http://www1.cern.ch/ALICE">ALICE home,</A>
734<A HREF="http://www1.cern.ch/ALICE/Projects/offline">Offline home</A>
735</BODY>
736</HTML>
737
738
739