]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
20 years agoAdded ROWHOUGHPARAMS.
loizides [Tue, 11 May 2004 21:01:46 +0000 (21:01 +0000)]
Added ROWHOUGHPARAMS.

20 years agoInverted Feds commit.
loizides [Tue, 11 May 2004 20:50:29 +0000 (20:50 +0000)]
Inverted Feds commit.

20 years agoAdded AliHLTReconstructor.cxx
loizides [Tue, 11 May 2004 18:23:38 +0000 (18:23 +0000)]
Added AliHLTReconstructor.cxx

20 years ago-Added protected copy constructors and assignment operators. -Public data members...
martinez [Tue, 11 May 2004 15:38:37 +0000 (15:38 +0000)]
-Added protected copy constructors and assignment operators. -Public data members moved to private area,  added setter/getters if needed. (I. Hrivnacova)

20 years ago-Added arguments names in function declarations. -Public data members moved to privat...
martinez [Tue, 11 May 2004 15:36:49 +0000 (15:36 +0000)]
-Added arguments names in function declarations. -Public data members moved to private area,  added setter/getters if needed. (I. Hrivnacova)

20 years ago-Added protected copy constructors and assignment operators. -Added arguments names...
martinez [Tue, 11 May 2004 15:36:43 +0000 (15:36 +0000)]
-Added protected copy constructors and assignment operators. -Added arguments names in function declarations. (I. Hrivnacova)

20 years agoPublic data members moved to private area, added setter/getters if needed. (I. Hrivna...
martinez [Tue, 11 May 2004 15:36:40 +0000 (15:36 +0000)]
Public data members moved to private area, added setter/getters if needed. (I. Hrivnacova)

20 years agoAdded arguments names in function declarations. (I. Hrivnacova)
martinez [Tue, 11 May 2004 15:36:36 +0000 (15:36 +0000)]
Added arguments names in function declarations. (I. Hrivnacova)

20 years agoAdded protected copy constructors and assignment operators. (I. Hrivnacova)
martinez [Tue, 11 May 2004 15:36:32 +0000 (15:36 +0000)]
Added protected copy constructors and assignment operators. (I. Hrivnacova)

20 years agouse dummy reconstructor only if detector exists
tkuhr [Tue, 11 May 2004 13:19:27 +0000 (13:19 +0000)]
use dummy reconstructor only if detector exists

20 years agoAdded Debug options to control verbosity
schutz [Tue, 11 May 2004 12:35:27 +0000 (12:35 +0000)]
Added Debug options to control verbosity

20 years agoAdded GetPrimary method to retrieve the primary particle associated to the SDigits...
schutz [Tue, 11 May 2004 12:34:01 +0000 (12:34 +0000)]
Added GetPrimary method to retrieve the primary particle associated to the SDigits of this cluster with the largest energy deposit

20 years agoAdded MakePID method the embryo of Bayesian PID with PHOS
schutz [Tue, 11 May 2004 12:32:15 +0000 (12:32 +0000)]
Added MakePID method the embryo of Bayesian PID with PHOS

20 years agoAdded method to calculate absID from position in PHOS local coordinate system
schutz [Tue, 11 May 2004 12:30:55 +0000 (12:30 +0000)]
Added method to calculate absID from position in PHOS local coordinate system

20 years agoAdded ToF as data member
schutz [Tue, 11 May 2004 12:29:36 +0000 (12:29 +0000)]
Added ToF as data member

20 years agoCharged D added. (A. Dainese)
morsch [Tue, 11 May 2004 12:06:50 +0000 (12:06 +0000)]
Charged D added. (A. Dainese)

20 years agoAdding HLT tracks to ESD
hristov [Tue, 11 May 2004 11:58:55 +0000 (11:58 +0000)]
Adding HLT tracks to ESD

20 years agoUpdate mode for digits instead of recreate to avoid problems with multievent jobs...
hristov [Tue, 11 May 2004 11:56:25 +0000 (11:56 +0000)]
Update mode for digits instead of recreate to avoid problems with multievent jobs(T.Kuhr)

20 years agoAllowing coding conventions to be checked
alibrary [Tue, 11 May 2004 11:40:06 +0000 (11:40 +0000)]
Allowing coding conventions to be checked

20 years agoRemoving warnings (gcc)
hristov [Mon, 10 May 2004 17:48:25 +0000 (17:48 +0000)]
Removing warnings (gcc)

20 years agonew class added
masera [Mon, 10 May 2004 14:50:42 +0000 (14:50 +0000)]
new class added

20 years agoSSD Beam test geometry - June 2003
masera [Mon, 10 May 2004 14:49:18 +0000 (14:49 +0000)]
SSD Beam test geometry - June 2003

20 years agoCompilation on Alpha
hristov [Mon, 10 May 2004 13:24:44 +0000 (13:24 +0000)]
Compilation on Alpha

20 years agoCompilation on Sun
hristov [Mon, 10 May 2004 09:50:50 +0000 (09:50 +0000)]
Compilation on Sun

20 years agoExtendened class description to include at least 5 subsequent line equired by rule...
martinez [Mon, 10 May 2004 08:43:15 +0000 (08:43 +0000)]
Extendened class description to include at least 5 subsequent line equired by rule checker (I. Hrivnacova)

20 years ago-Definition/implementation of AliMUONRecoTrack class parated from AliMUONRecoEvent...
martinez [Mon, 10 May 2004 08:41:37 +0000 (08:41 +0000)]
-Definition/implementation of AliMUONRecoTrack class parated from AliMUONRecoEvent.* files in its own files. -Changed declarations to be in the orde  public, protected, private required by coding conventions. (I. Hrivnacova)

20 years ago-Multiple inclusion protection name corrected -Definition/implementation of AliMUONRe...
martinez [Mon, 10 May 2004 08:39:43 +0000 (08:39 +0000)]
-Multiple inclusion protection name corrected -Definition/implementation of AliMUONRecoTrack class separated from AliMUONRecoEvent.* files in its own files. -Changed declarations to be in the order public, protected, private required by coding conventions. (I. Hrivnacova)

20 years agoAdded virtual destructor (I. Hrivnacova)
martinez [Mon, 10 May 2004 08:38:35 +0000 (08:38 +0000)]
Added virtual destructor (I. Hrivnacova)

20 years agoGlobal constants moved to the class scope. (I. Hrivnacova)
martinez [Mon, 10 May 2004 08:36:15 +0000 (08:36 +0000)]
Global constants moved to the class scope. (I. Hrivnacova)

20 years agoChanged declarations to be in the order public, protected, private required by coding...
martinez [Mon, 10 May 2004 08:34:28 +0000 (08:34 +0000)]
Changed declarations to be in the order public, protected, private required by coding conventions.(I. Hrivnacova)

20 years agoDefinition/implementation of AliMUONRecoTrack class separated from AliMUONRecoEvent...
martinez [Mon, 10 May 2004 08:33:25 +0000 (08:33 +0000)]
Definition/implementation of AliMUONRecoTrack class separated from AliMUONRecoEvent.* files in its own files. (I. Hrivnacova)

20 years agoMultiple inclusion protection name corrected. (I. Hrivnacova)
martinez [Mon, 10 May 2004 08:31:46 +0000 (08:31 +0000)]
Multiple inclusion protection name corrected. (I. Hrivnacova)

20 years agoDCXXFLAGS set for compilation of dictionaries (C.Loizides)
hristov [Mon, 10 May 2004 07:21:23 +0000 (07:21 +0000)]
DCXXFLAGS set for compilation of dictionaries (C.Loizides)

20 years agoD+ -> K pipi added. (A. Dainese)
morsch [Mon, 10 May 2004 07:11:03 +0000 (07:11 +0000)]
D+ -> K pipi added. (A. Dainese)

20 years agoOrdered version (C.Loizides)
hristov [Mon, 10 May 2004 06:32:53 +0000 (06:32 +0000)]
Ordered version (C.Loizides)

20 years agoSmall cleanup of flags
alibrary [Sun, 9 May 2004 19:20:15 +0000 (19:20 +0000)]
Small cleanup of flags

20 years agoCentral config and clean up of pkg files.
loizides [Sat, 8 May 2004 09:38:54 +0000 (09:38 +0000)]
Central config and clean up of pkg files.

20 years agoChanges to compile on gcc-2.95 with ansi enabled.
loizides [Sat, 8 May 2004 09:38:11 +0000 (09:38 +0000)]
Changes to compile on gcc-2.95 with ansi enabled.

20 years agoRecreating rec. points (Yu.Belikov)
hristov [Fri, 7 May 2004 16:44:23 +0000 (16:44 +0000)]
Recreating rec. points (Yu.Belikov)

20 years agoCode clean-up. (Andrei Gheata).
morsch [Fri, 7 May 2004 16:05:07 +0000 (16:05 +0000)]
Code clean-up. (Andrei Gheata).

20 years agoModifications for Mac
alibrary [Fri, 7 May 2004 15:55:58 +0000 (15:55 +0000)]
Modifications for Mac

20 years agoConsistent regions of interest (T.Kuhr)
hristov [Fri, 7 May 2004 14:36:19 +0000 (14:36 +0000)]
Consistent regions of interest (T.Kuhr)

20 years agoprotection against missing header
tkuhr [Fri, 7 May 2004 14:09:48 +0000 (14:09 +0000)]
protection against missing header

20 years agoDon't consider warnings as errors for the moment
hristov [Fri, 7 May 2004 13:55:08 +0000 (13:55 +0000)]
Don't consider warnings as errors for the moment

20 years agoUsing makefile mode in Emacs
hristov [Fri, 7 May 2004 13:35:17 +0000 (13:35 +0000)]
Using makefile mode in Emacs

20 years agoAdding HLT module
hristov [Fri, 7 May 2004 13:34:31 +0000 (13:34 +0000)]
Adding HLT module

20 years agoAdding JETAN and HLT
hristov [Fri, 7 May 2004 13:33:17 +0000 (13:33 +0000)]
Adding JETAN and HLT

20 years agoRemoving obsolete files
hristov [Fri, 7 May 2004 13:32:18 +0000 (13:32 +0000)]
Removing obsolete files

20 years agoMoving lib*.pkg
hristov [Fri, 7 May 2004 13:31:23 +0000 (13:31 +0000)]
Moving lib*.pkg

20 years agoRemoving test
hristov [Fri, 7 May 2004 12:25:22 +0000 (12:25 +0000)]
Removing test

20 years agoTest
hristov [Fri, 7 May 2004 12:24:26 +0000 (12:24 +0000)]
Test

20 years agoModifications by T.Kuhr to separate simulation and reconstruction
cblume [Fri, 7 May 2004 08:55:16 +0000 (08:55 +0000)]
Modifications by T.Kuhr to separate simulation and reconstruction

20 years agoMake AliTRDgeometryFull default
cblume [Fri, 7 May 2004 06:53:20 +0000 (06:53 +0000)]
Make AliTRDgeometryFull default

20 years agoBug fix to allow for fPHOShole and not fRICHhole
cblume [Fri, 7 May 2004 06:52:50 +0000 (06:52 +0000)]
Bug fix to allow for fPHOShole and not fRICHhole

20 years agoNo special mother volumes for TRD (required by AliTRDgeometryFull)
morsch [Fri, 7 May 2004 06:30:38 +0000 (06:30 +0000)]
No special mother volumes for TRD (required by AliTRDgeometryFull)

20 years agoNew version of AliESD
alibrary [Thu, 6 May 2004 12:42:30 +0000 (12:42 +0000)]
New version of AliESD

20 years agoForgotten: in reconstruct to get branchname from RunLoader. Clean of the task is...
schutz [Thu, 6 May 2004 08:35:15 +0000 (08:35 +0000)]
Forgotten: in reconstruct to get branchname from RunLoader. Clean of the task is done is task's dtor

20 years agoGet the branch name for the RunLoader
schutz [Thu, 6 May 2004 08:18:38 +0000 (08:18 +0000)]
Get the branch name for the RunLoader

20 years agoPrint method
schutz [Thu, 6 May 2004 08:18:02 +0000 (08:18 +0000)]
Print method

20 years agoCloning PHOS
schutz [Thu, 6 May 2004 08:17:32 +0000 (08:17 +0000)]
Cloning PHOS

20 years agoCall the getter without argument
schutz [Thu, 6 May 2004 08:16:49 +0000 (08:16 +0000)]
Call the getter without argument

20 years agoClean data from folders before reading data. Read Data even if already loaded.
schutz [Thu, 6 May 2004 08:15:57 +0000 (08:15 +0000)]
Clean data from folders before reading data. Read Data even if already loaded.

20 years agoCall the Getter without argument
schutz [Thu, 6 May 2004 08:14:44 +0000 (08:14 +0000)]
Call the Getter without argument

20 years agoRemove the task from the task folder in the dtor
schutz [Thu, 6 May 2004 08:13:49 +0000 (08:13 +0000)]
Remove the task from the task folder in the dtor

20 years agoSignature of AliESDtrack::GetOuter... has changed
schutz [Thu, 6 May 2004 08:12:15 +0000 (08:12 +0000)]
Signature of AliESDtrack::GetOuter... has changed

20 years agoExtendened class description to include at least 5 subsequent lines required by rule...
martinez [Thu, 6 May 2004 08:10:50 +0000 (08:10 +0000)]
Extendened class description to include at least 5 subsequent lines required by rule checker. (I. Hrivnacova)

20 years agoExtendened class description to include at least 5 subsequent lines required by rule...
martinez [Thu, 6 May 2004 08:10:18 +0000 (08:10 +0000)]
Extendened class description to include at least 5 subsequent lines required by rule checker. (I. Hrivnacova)mapping/AliMpArea.cxx

20 years agoGet the branch name from the RunLoader
schutz [Thu, 6 May 2004 08:10:14 +0000 (08:10 +0000)]
Get the branch name from the RunLoader

20 years agoForces clean of data before reloading. Do systematically the reload even if already...
schutz [Thu, 6 May 2004 08:09:27 +0000 (08:09 +0000)]
Forces clean of data before reloading. Do systematically the reload even if already loaded.

20 years agoAdded the conversion electron in the particle type list
schutz [Thu, 6 May 2004 08:08:09 +0000 (08:08 +0000)]
Added the conversion electron in the particle type list

20 years agoRemove the task from the task folder in the dtor
schutz [Thu, 6 May 2004 08:05:50 +0000 (08:05 +0000)]
Remove the task from the task folder in the dtor

20 years agoAdded debug methods
schutz [Thu, 6 May 2004 08:01:07 +0000 (08:01 +0000)]
Added debug methods

20 years ago Violations fixed
alla [Thu, 6 May 2004 07:01:27 +0000 (07:01 +0000)]
 Violations fixed

20 years agoadded pkg files.
loizides [Thu, 6 May 2004 06:25:24 +0000 (06:25 +0000)]
added pkg files.

20 years agofix coding convention violations
tkuhr [Wed, 5 May 2004 17:31:47 +0000 (17:31 +0000)]
fix coding convention violations

20 years agoAdditional protection
hristov [Wed, 5 May 2004 16:12:32 +0000 (16:12 +0000)]
Additional protection

20 years agoCoding violation (RC16): fixed
decaro [Wed, 5 May 2004 14:48:50 +0000 (14:48 +0000)]
Coding violation (RC16): fixed

20 years agoCoding Convention Violations
alibrary [Wed, 5 May 2004 12:53:07 +0000 (12:53 +0000)]
Coding Convention Violations

20 years agoMissing includes
alibrary [Wed, 5 May 2004 11:16:11 +0000 (11:16 +0000)]
Missing includes

20 years agofix coding convention violations
tkuhr [Wed, 5 May 2004 10:24:50 +0000 (10:24 +0000)]
fix coding convention violations

20 years agoset status bit for no L1/L2 trigger information
tkuhr [Wed, 5 May 2004 10:18:51 +0000 (10:18 +0000)]
set status bit for no L1/L2 trigger information

20 years agoRemoving warnings (Alpha)
hristov [Tue, 4 May 2004 16:48:45 +0000 (16:48 +0000)]
Removing warnings (Alpha)

20 years ago04-apr-2004 NvE SetMass() invoked from AliTrack::Set3Momentum to get also the energy...
nick [Tue, 4 May 2004 15:33:04 +0000 (15:33 +0000)]
04-apr-2004 NvE SetMass() invoked from AliTrack::Set3Momentum to get also the energy properly initialised.
09-apr-2004 NvE Support for specification of unit scale introduced in AliPosition.
19-apr-2004 NvE Memberfunction GetPrimed introduced for Ali3Vector.
04-may-2004 NvE Various memberfunctions declared "const" to satisfy the strict Alice coding rules
                and also to allow better compiler optimisation.

20 years agoCoding Convention Violation correction
alibrary [Tue, 4 May 2004 15:09:55 +0000 (15:09 +0000)]
Coding Convention Violation correction

20 years agoChanges needed in PHOS (Y.Schutz)
hristov [Tue, 4 May 2004 14:17:11 +0000 (14:17 +0000)]
Changes needed in PHOS (Y.Schutz)

20 years agoChanges in the PHOS part (Y.Schutz)
hristov [Tue, 4 May 2004 13:02:08 +0000 (13:02 +0000)]
Changes in the PHOS part (Y.Schutz)

20 years agoLocal and global quantum efficiency maxima are stored.
morsch [Tue, 4 May 2004 12:14:50 +0000 (12:14 +0000)]
Local and global quantum efficiency maxima are stored.

20 years agoQuantum efficiency implemented by setting energy deposition to zero to flag inefficiency.
morsch [Tue, 4 May 2004 12:13:41 +0000 (12:13 +0000)]
Quantum efficiency implemented by setting energy deposition to zero to flag inefficiency.
("the G3 way").

20 years agoSet process material to -1 for global call of SetProcess.
morsch [Tue, 4 May 2004 12:11:42 +0000 (12:11 +0000)]
Set process material to -1 for global call of SetProcess.

20 years agocosmetics
schutz [Tue, 4 May 2004 10:39:27 +0000 (10:39 +0000)]
cosmetics

20 years agokSPECIESN from AliESD: number of particle species identified by PHOS
schutz [Tue, 4 May 2004 10:38:36 +0000 (10:38 +0000)]
kSPECIESN from AliESD: number of particle species identified by PHOS
set the ESD file by the trackSegmentMaker

20 years agokSPECIESN from AliESD: number of particle species identified by PHOS
schutz [Tue, 4 May 2004 10:37:25 +0000 (10:37 +0000)]
kSPECIESN from AliESD: number of particle species identified by PHOS

20 years agoNew paricle specy: conversion electron
schutz [Tue, 4 May 2004 10:36:01 +0000 (10:36 +0000)]
New paricle specy: conversion electron

20 years agoAdding TParticle.h
hristov [Tue, 4 May 2004 08:14:15 +0000 (08:14 +0000)]
Adding TParticle.h

20 years agoCoding convention violations
alibrary [Mon, 3 May 2004 21:20:35 +0000 (21:20 +0000)]
Coding convention violations

20 years agoTo comply with coding conventions
enrico [Mon, 3 May 2004 16:06:32 +0000 (16:06 +0000)]
To comply with coding conventions

20 years agoRemoving AliESDCaloTrack now obsolete
alibrary [Mon, 3 May 2004 15:50:01 +0000 (15:50 +0000)]
Removing AliESDCaloTrack now obsolete

20 years agoDefault values changed
skowron [Mon, 3 May 2004 13:55:08 +0000 (13:55 +0000)]
Default values changed

20 years agoDefault values changed
skowron [Mon, 3 May 2004 13:41:24 +0000 (13:41 +0000)]
Default values changed

20 years agoNew functions added
skowron [Mon, 3 May 2004 13:28:00 +0000 (13:28 +0000)]
New functions added