nick [Tue, 3 Jul 2001 14:16:20 +0000 (14:16 +0000)]
03-jul-2001 NvE Protections added in AliJet::GetTrack() and AliVertex::GetVertex() and
VertexCopy introduced in AliVertex.
Naming facility introduced in AliCalorimeter in order to identify
different calorimeter systems in an event structure.
Storage of jets introduced in AliVertex on the same footing as the
storage of (secondary) vertices.
nick [Wed, 27 Jun 2001 15:53:53 +0000 (15:53 +0000)]
27-jun-2001 NvE Overloaded memberfunction names Add(AliJet*) and Add(AliVertex*) corrected
into AddJet(AliJet*) and AddVertex(AliVertex*) in class AliVertex.
schutz [Wed, 13 Jun 2001 20:46:21 +0000 (20:46 +0000)]
When the galice.root file is opened it gets the PHOS geometry from file and posts it to the appropriate folder. GetHOS and GetPHOSGeometry methods have been added, the latter retrieves the geometry from the folder.
schutz [Wed, 13 Jun 2001 20:43:56 +0000 (20:43 +0000)]
First attempt to use systemtically TFolders: the geometry object posts itself to a TFolder and all the objects that requests geometry take it from the folder.
nick [Wed, 13 Jun 2001 12:59:52 +0000 (12:59 +0000)]
11-jun-2001 NvE ResultError correctly set in GetMomentum() of AliTrack and AliJet.
12-jun-2001 NvE Error calculation improved for spherical and cylindrical coord.
in Ali3Vector::GetErrors().
13-jun-2001 NvE Memberfunctions GetVecTrans() and GetVecLong() introduced for
Ali3Vector and Ali4Vector.
Also GetScaTrans(), GetScaLong() and GetPseudoRapidity() introduced
for Ali4Vector to provide a basis for e.g. E_trans and E_long calc.
Memberfunctions GetPt(), GetPl(), GetEt(), GetEl() and GetMt()
introduced for AliTrack and AliJet.
For AliTrack there is an additional GetMt(j) to provide the Mt
value for the jth mass hypothesis.
nick [Sat, 9 Jun 2001 21:08:56 +0000 (21:08 +0000)]
09-jun-2001 NvE Script mklibs.bat modified to match its new location in the SCRIPTS
subdirectory and file RALICEHeaders.h moved back to the RALICE
directory again to enable universal installation scripts.
Also name AliEvent.cxx added in Makefile.
nick [Wed, 6 Jun 2001 13:33:46 +0000 (13:33 +0000)]
Subdirectory "scripts" created in RALICE.
This subdirectory contains some scripts to install the RALICE physics
analysis tools in standalone mode and also contains the files
evtwrite.cc and evtread.cc to run some tests.
The files evtwrite.log and evtread.log contain the output of successfully
run tests of these macros in order to check proper functioning.
As can be seen from the .log files, the tests run properly under
ROOT 3.00/06 using the old schema evolution.
nick [Wed, 6 Jun 2001 13:19:03 +0000 (13:19 +0000)]
27-may-2001 NvE New class AliEvent introduced and RALICELinkDef.h & co. updated accordingly.
Also RALICELinkDef.h changed back to old schema evolution (i.e. "+" removed)
because of problems with I/O in ROOT 3.00/06 w.r.t. multiple inheritance.
29-may-2001 NvE Position reset added in AliVertex::Reset().
01-jun-2001 NvE Memberfunctions Add() renamed explicitly to AddTrack(), AddJet() and
AddVertex() in AliJet and AliVertex.
03-jun-2001 NvE Treatment of masshypotheses introduced in AliTrack.
04-jun-2001 NvE CVS Log text and keyword replaced by Id in .cxx files and C++ comment
indicator /* ... */ replaced by // in the Id record of the .h files
to prevent problems.
06-jun-2001 NvE CVS Date keyword introduced in 'Modified' field in .cxx files so that
the modification date is updated automatically in the html docs.