]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
19 years agoNew geometry: SDD, cables and update on V11 (L. Gaudichet)
masera [Tue, 9 Nov 2004 14:35:54 +0000 (14:35 +0000)]
New geometry: SDD, cables and update on V11 (L. Gaudichet)

19 years agoAdding initialization
hristov [Tue, 9 Nov 2004 12:59:50 +0000 (12:59 +0000)]
Adding initialization

19 years agonew entry
kir [Tue, 9 Nov 2004 12:01:58 +0000 (12:01 +0000)]
new entry

19 years agoRenaming Write to WriteToFile (avoid warnings on Sun and with icc)
hristov [Tue, 9 Nov 2004 11:14:15 +0000 (11:14 +0000)]
Renaming Write to WriteToFile (avoid warnings on Sun and with icc)

19 years agoError in sign of correction
dibari [Tue, 9 Nov 2004 11:03:49 +0000 (11:03 +0000)]
Error in sign of correction

19 years agoCog correction improved. Hit position at anod
dibari [Tue, 9 Nov 2004 10:56:16 +0000 (10:56 +0000)]
Cog correction improved. Hit position at anod

19 years agoadditional entries
dibari [Tue, 9 Nov 2004 09:43:00 +0000 (09:43 +0000)]
additional entries

19 years agocharged problem in tracker
dibari [Tue, 9 Nov 2004 09:42:05 +0000 (09:42 +0000)]
charged problem in tracker

19 years agoRemoving meaningelss const (warnings on alpha, sun, and with icc)
hristov [Tue, 9 Nov 2004 09:15:05 +0000 (09:15 +0000)]
Removing meaningelss const (warnings on alpha, sun, and with icc)

19 years agoUpdate on psi and upsilon. (Smbat)
morsch [Tue, 9 Nov 2004 07:07:39 +0000 (07:07 +0000)]
Update on psi and upsilon. (Smbat)

19 years agoUsing double quotes to include header files from the same directory
hristov [Mon, 8 Nov 2004 15:55:27 +0000 (15:55 +0000)]
Using double quotes to include header files from the same directory

19 years agoUsing const char * for string literals
hristov [Mon, 8 Nov 2004 15:02:55 +0000 (15:02 +0000)]
Using const char * for string literals

19 years agoAutomatically set the lower pt cut for hough tracks according to the magnetic field...
cvetan [Mon, 8 Nov 2004 12:48:01 +0000 (12:48 +0000)]
Automatically set the lower pt cut for hough tracks according to the magnetic field in the tpc.

19 years agoRemoving meaningless type qualifier on return type (icc warning 858)
hristov [Mon, 8 Nov 2004 12:06:21 +0000 (12:06 +0000)]
Removing meaningless type qualifier on return type (icc warning 858)

19 years agoAutomatic calculation of the paramters of the hough space. Optimization of the hough...
cvetan [Mon, 8 Nov 2004 11:31:13 +0000 (11:31 +0000)]
Automatic calculation of the paramters of the hough space. Optimization of the hough transform peak finder. Bug fix in AliL3Hough.

19 years agoChanges in the covariance matrix for the tpc hlt tracks in order to optimize the...
cvetan [Mon, 8 Nov 2004 10:59:45 +0000 (10:59 +0000)]
Changes in the covariance matrix for the tpc hlt tracks in order to optimize the ITS tracking efficiency

19 years agoChange needed by Root v4-01-03
hristov [Mon, 8 Nov 2004 08:46:31 +0000 (08:46 +0000)]
Change needed by Root v4-01-03

19 years agoCoding convention (F.Carminati)
hristov [Mon, 8 Nov 2004 08:45:05 +0000 (08:45 +0000)]
Coding convention (F.Carminati)

19 years agoRedefinition of gufld_double. Temporary solution (Chrsitian)
martinez [Mon, 8 Nov 2004 07:25:35 +0000 (07:25 +0000)]
Redefinition of gufld_double. Temporary solution (Chrsitian)

19 years agoAdding missing include
alibrary [Sat, 6 Nov 2004 11:07:49 +0000 (11:07 +0000)]
Adding missing include

19 years agoConvert fortran functions into C (Christian)
martinez [Fri, 5 Nov 2004 14:19:12 +0000 (14:19 +0000)]
Convert fortran functions into C (Christian)

19 years agoGot rid of class template AliFMD<Type> on request of Federico, who
cholm [Fri, 5 Nov 2004 11:58:31 +0000 (11:58 +0000)]
Got rid of class template AliFMD<Type> on request of Federico, who
thinks they are evil (sigh!).   Added a lot of (duplicate) code to
cover what was previously done by that class template.

New structure to the reconstruction algorithms.  In essence, the
details of the algorithms areput into separate classes.

Clean-up of some code.

Removed header guards in implementation files _only_ - Peter thinks
they are evil (sigh!).  They are still present in the declaration files
as I believe that is definitely the Right Thing (tm) to do cf. Fons.

The code is in a pretty unstable state, but I had to commit as Federico
and Peter wanted the class template out ASAP.  Apparently there's a
problem on Optreon/Itianium machines where either R__ACCESS_IN_SYMBOL
or R__USE_SHADOW_CLASS is defined, and an assert fails:

   Assert(sizeof(AliFMDMap<float>) == sizeof(::ROOT::Shadow::BlaBla))

This seems to be a problem in (ROOT)CINT - not with templates as such.

19 years agoOld TOF library: removing
decaro [Fri, 5 Nov 2004 10:29:00 +0000 (10:29 +0000)]
Old TOF library: removing

19 years agoCorrected event counter.
loizides [Fri, 5 Nov 2004 09:28:20 +0000 (09:28 +0000)]
Corrected event counter.

19 years agoSeparated TOF libraries (base,rec,sim)
hristov [Fri, 5 Nov 2004 08:27:52 +0000 (08:27 +0000)]
Separated TOF libraries (base,rec,sim)

19 years agoTOF reconstruction library splitting (T.Kuhr)
decaro [Fri, 5 Nov 2004 07:23:25 +0000 (07:23 +0000)]
TOF reconstruction library splitting (T.Kuhr)

19 years agoTOF library splitting and conversion of some printout messages in AliLog schema ...
decaro [Fri, 5 Nov 2004 07:20:08 +0000 (07:20 +0000)]
TOF library splitting and conversion of some printout messages in AliLog schema (T.Kuhr)

19 years agoTemporary solution for strange problem on Opteron, aparently a bug in gcc
hristov [Thu, 4 Nov 2004 16:08:37 +0000 (16:08 +0000)]
Temporary solution for strange problem on Opteron, aparently a bug in gcc

19 years agoRead MUON branch only
cussonno [Thu, 4 Nov 2004 11:33:26 +0000 (11:33 +0000)]
Read MUON branch only

19 years agoBug correction
skowron [Thu, 4 Nov 2004 09:53:30 +0000 (09:53 +0000)]
Bug correction

19 years agopreliminary PID in TPC needed by the ITS tracker
tkuhr [Thu, 4 Nov 2004 09:23:31 +0000 (09:23 +0000)]
preliminary PID in TPC needed by the ITS tracker

19 years agoNew kind of the track points added: points in ITS, 3 inner are calculated out of...
skowron [Thu, 4 Nov 2004 08:35:28 +0000 (08:35 +0000)]
New kind of the track points added: points in ITS, 3 inner are calculated out of the track parameters at the vertex, 3 outer are calculated out of the parameter at inner wall of TPC

19 years agoRemoving AliBarrelTrack class (Yu.Belikov)
hristov [Wed, 3 Nov 2004 12:32:48 +0000 (12:32 +0000)]
Removing AliBarrelTrack class (Yu.Belikov)

19 years agoexport AliBitPacking.h
tkuhr [Wed, 3 Nov 2004 12:32:25 +0000 (12:32 +0000)]
export AliBitPacking.h

19 years agoNew Class' to A) separate out the simulation from the reconstruction. and
nilsen [Wed, 3 Nov 2004 09:45:53 +0000 (09:45 +0000)]
New Class' to A) separate out the simulation from the reconstruction. and
B) to allow for the reconstruction of the ITS TestBeams and future full ITS
detector. Code at present is only prototype and does not yet compile.

19 years agoBug fix, thanks to Ludovic.
nilsen [Wed, 3 Nov 2004 09:43:56 +0000 (09:43 +0000)]
Bug fix, thanks to Ludovic.

19 years agouse AliLog message scheme
tkuhr [Wed, 3 Nov 2004 08:30:38 +0000 (08:30 +0000)]
use AliLog message scheme

19 years agoNew dsigma/dpt parameterisation for J/Psi and Upsilon based on scaled CDF data provid...
morsch [Tue, 2 Nov 2004 15:23:39 +0000 (15:23 +0000)]
New dsigma/dpt parameterisation for J/Psi and Upsilon based on scaled CDF data provided by Smbat Grigoryan.

19 years agoRandomized generator selection added.
morsch [Tue, 2 Nov 2004 14:27:42 +0000 (14:27 +0000)]
Randomized generator selection added.

19 years agoProtection against division by 0.
morsch [Tue, 2 Nov 2004 14:25:43 +0000 (14:25 +0000)]
Protection against division by 0.

19 years agoBug correction. (C.Finck)
skowron [Tue, 2 Nov 2004 13:14:29 +0000 (13:14 +0000)]
Bug correction. (C.Finck)

19 years agoAdded switch to read from AliReaderESDtree (C.Finck)
skowron [Tue, 2 Nov 2004 13:13:03 +0000 (13:13 +0000)]
Added switch to read from AliReaderESDtree (C.Finck)

19 years agoUsing raw reader from the RAW module instead of home-made one (T.Kuhr)
hristov [Tue, 2 Nov 2004 10:54:42 +0000 (10:54 +0000)]
Using raw reader from the RAW module instead of home-made one (T.Kuhr)

19 years agofix for equipment size
tkuhr [Tue, 2 Nov 2004 08:08:01 +0000 (08:08 +0000)]
fix for equipment size

19 years agoCorrectly resetting clusters (Yu.Belikov)
hristov [Tue, 2 Nov 2004 07:59:16 +0000 (07:59 +0000)]
Correctly resetting clusters (Yu.Belikov)

19 years agoKeep all particles in ideal detector case.
loizides [Mon, 1 Nov 2004 16:40:05 +0000 (16:40 +0000)]
Keep all particles in ideal detector case.

19 years agoRemoving obsolete code (Yu.Belikov)
hristov [Mon, 1 Nov 2004 13:48:35 +0000 (13:48 +0000)]
Removing obsolete code (Yu.Belikov)

19 years agobugfix
tkuhr [Mon, 1 Nov 2004 12:22:23 +0000 (12:22 +0000)]
bugfix

19 years agoNo inline in the implementation file (Sun)
hristov [Mon, 1 Nov 2004 09:16:38 +0000 (09:16 +0000)]
No inline in the implementation file (Sun)

19 years agoIntermediate call to rdbuf on HP and Alpha
hristov [Mon, 1 Nov 2004 09:06:20 +0000 (09:06 +0000)]
Intermediate call to rdbuf on HP and Alpha

19 years agoChanges needed on alpha (Compaq C++ V6.2-024)
hristov [Mon, 1 Nov 2004 08:15:28 +0000 (08:15 +0000)]
Changes needed on alpha (Compaq C++ V6.2-024)

19 years agocreate galice.root, headers and loaders if they don't exist (in case of raw data...
tkuhr [Mon, 1 Nov 2004 08:05:40 +0000 (08:05 +0000)]
create galice.root, headers and loaders if they don't exist (in case of raw data input)

19 years agoRemoved unnecessary output.
loizides [Mon, 1 Nov 2004 07:51:10 +0000 (07:51 +0000)]
Removed unnecessary output.

19 years agoNew ESD particle handling.
loizides [Mon, 1 Nov 2004 07:48:37 +0000 (07:48 +0000)]
New ESD particle handling.

19 years agoAdded class to read good tracks tpc.
loizides [Sun, 31 Oct 2004 14:24:32 +0000 (14:24 +0000)]
Added class to read good tracks tpc.

19 years agoCleared up particle cut method.
loizides [Sun, 31 Oct 2004 14:24:10 +0000 (14:24 +0000)]
Cleared up particle cut method.

19 years agoTemporary clean-up until G.Galazka corrects coding violations
skowron [Sun, 31 Oct 2004 12:51:12 +0000 (12:51 +0000)]
Temporary clean-up until G.Galazka corrects coding violations

19 years agoAdded event counter in AliJetEventParticles to detect when events could not fully...
loizides [Sat, 30 Oct 2004 12:37:10 +0000 (12:37 +0000)]
Added event counter in AliJetEventParticles to detect when events could not fully been processed.

19 years agoobsolete reconstruction methods removed
tkuhr [Fri, 29 Oct 2004 12:02:33 +0000 (12:02 +0000)]
obsolete reconstruction methods removed

19 years agoUpdated FMD visualization (C.Holm)
hristov [Fri, 29 Oct 2004 10:20:02 +0000 (10:20 +0000)]
Updated FMD visualization (C.Holm)

19 years agoRemoving obsolete files (C.Holm)
hristov [Fri, 29 Oct 2004 10:19:03 +0000 (10:19 +0000)]
Removing obsolete files (C.Holm)

19 years agoNew macro "MUONTracker" to make track reconstruction from reference tracks.
cussonno [Fri, 29 Oct 2004 07:49:31 +0000 (07:49 +0000)]
New macro "MUONTracker" to make track reconstruction from reference tracks.

19 years agoFixing memory leaks. Using TMath functions instead of TF1
hristov [Fri, 29 Oct 2004 07:04:53 +0000 (07:04 +0000)]
Fixing memory leaks. Using TMath functions instead of TF1

19 years agoRaw data size should be in bytes instead of words.
cussonno [Fri, 29 Oct 2004 05:13:31 +0000 (05:13 +0000)]
Raw data size should be in bytes instead of words.

19 years agoCoding convention sutisfied
schutz [Thu, 28 Oct 2004 14:17:01 +0000 (14:17 +0000)]
Coding convention sutisfied

19 years agoThe same EINCLUDE in all libraries
hristov [Thu, 28 Oct 2004 12:04:38 +0000 (12:04 +0000)]
The same EINCLUDE in all libraries

19 years agoFixing memory leaks
hristov [Thu, 28 Oct 2004 09:49:01 +0000 (09:49 +0000)]
Fixing memory leaks

19 years agoAdd protection against infinite loop
cussonno [Thu, 28 Oct 2004 09:02:21 +0000 (09:02 +0000)]
Add protection against infinite loop

19 years agocoding conventions resolved
schutz [Thu, 28 Oct 2004 07:02:02 +0000 (07:02 +0000)]
coding conventions resolved

19 years agoBug correction
skowron [Wed, 27 Oct 2004 19:28:34 +0000 (19:28 +0000)]
Bug correction

19 years agoAliHBTWeightNonId3DCorrFctn and AliHBTWeightNonId3DTheorCorrFctn removed
skowron [Wed, 27 Oct 2004 19:14:27 +0000 (19:14 +0000)]
AliHBTWeightNonId3DCorrFctn and AliHBTWeightNonId3DTheorCorrFctn removed

19 years agoFirst attempt to Asimuthaly Sensitive HBT (G.Galazka)
skowron [Wed, 27 Oct 2004 19:04:15 +0000 (19:04 +0000)]
First attempt to Asimuthaly Sensitive HBT (G.Galazka)

19 years agoAliHBTNonId3DCorrFctn removed
skowron [Wed, 27 Oct 2004 19:03:26 +0000 (19:03 +0000)]
AliHBTNonId3DCorrFctn removed

19 years agoRawReader for DATE version 3 added
tkuhr [Wed, 27 Oct 2004 13:35:02 +0000 (13:35 +0000)]
RawReader for DATE version 3 added

19 years agoCreating big array in the heap
hristov [Wed, 27 Oct 2004 13:33:16 +0000 (13:33 +0000)]
Creating big array in the heap

19 years agoStoring impact parameters in the ESD track (Yu.Belikov)
hristov [Wed, 27 Oct 2004 13:14:02 +0000 (13:14 +0000)]
Storing impact parameters in the ESD track (Yu.Belikov)

19 years agoSplitting MUON libraries
hristov [Wed, 27 Oct 2004 12:58:56 +0000 (12:58 +0000)]
Splitting MUON libraries

19 years agoUse FLUKA particle masses !
morsch [Wed, 27 Oct 2004 12:52:58 +0000 (12:52 +0000)]
Use FLUKA particle masses !

19 years agoCorrection of sparok and isork.
morsch [Wed, 27 Oct 2004 12:51:16 +0000 (12:51 +0000)]
Correction of sparok and isork.

19 years agoAdapting script of README to new tracking option
martinez [Wed, 27 Oct 2004 12:04:51 +0000 (12:04 +0000)]
Adapting script of README to new tracking option

19 years agoRemove for splitting libraries
cussonno [Wed, 27 Oct 2004 11:20:06 +0000 (11:20 +0000)]
Remove for splitting libraries

19 years agoSplitting librairies (Ch. Finck)
cussonno [Wed, 27 Oct 2004 11:18:05 +0000 (11:18 +0000)]
Splitting librairies (Ch. Finck)

19 years agoinclude TArrayF
martinez [Wed, 27 Oct 2004 10:05:47 +0000 (10:05 +0000)]
include TArrayF

19 years agoAliGenMUONCoctail added, AliPartonicEnergyLoss removed.
morsch [Wed, 27 Oct 2004 08:46:21 +0000 (08:46 +0000)]
AliGenMUONCoctail added, AliPartonicEnergyLoss removed.

19 years agoObsolete files removed. Functionality of this class now in FASTSIM/AliQuenchingWeights.
morsch [Wed, 27 Oct 2004 08:36:21 +0000 (08:36 +0000)]
Obsolete files removed. Functionality of this class now in FASTSIM/AliQuenchingWeights.

19 years agoObsolete files removed.
morsch [Wed, 27 Oct 2004 08:31:39 +0000 (08:31 +0000)]
Obsolete files removed.

19 years agoBug fixed: pointer was not properly deleted
cussonno [Wed, 27 Oct 2004 07:35:29 +0000 (07:35 +0000)]
Bug fixed: pointer was not properly deleted

19 years agoMessage commented out
hristov [Wed, 27 Oct 2004 07:08:35 +0000 (07:08 +0000)]
Message commented out

19 years agoReconstruction and PID using transition radiation photons: first implementation ...
hristov [Tue, 26 Oct 2004 14:42:49 +0000 (14:42 +0000)]
Reconstruction and PID using transition radiation photons: first implementation (P.Shukla)

19 years agoNew library for the ITS HLT code (C.Cheshkov)
hristov [Tue, 26 Oct 2004 14:37:56 +0000 (14:37 +0000)]
New library for the ITS HLT code (C.Cheshkov)

19 years agoMore member function docs
alla [Tue, 26 Oct 2004 14:05:18 +0000 (14:05 +0000)]
More member function docs

19 years agoFixed some coding convention violations
alla [Tue, 26 Oct 2004 14:04:46 +0000 (14:04 +0000)]
Fixed some coding convention violations

19 years agoImplementation of ITS tracking for HLT. The tracking is based on the off-line AliITSt...
cvetan [Tue, 26 Oct 2004 13:44:35 +0000 (13:44 +0000)]
Implementation of ITS tracking for HLT. The tracking is based on the off-line AliITStrackerV2. It propagates the HLT Hough Transfrom tracks into ITS.

19 years agoImplementation of ITS tracking for HLT. The tracking is based on the off-line AliITSt...
cvetan [Tue, 26 Oct 2004 13:38:12 +0000 (13:38 +0000)]
Implementation of ITS tracking for HLT. The tracking is based on the off-line AliITStrackerV2. It propagates the HLT Hough Transfrom tracks into ITS.

19 years agoFixed some coding convention issues. I have no idea why the
alla [Tue, 26 Oct 2004 12:19:32 +0000 (12:19 +0000)]
Fixed some coding convention issues.   I have no idea why the
checker would flag static (compilation local) variables as global

19 years agoNew member function to calculate fDz
alla [Tue, 26 Oct 2004 12:17:40 +0000 (12:17 +0000)]
New member function to calculate fDz
New member function to implement the simple geometry specifically
for the FMD3 sub-detector

19 years agoPreparing to make a better virtual volume for the FMD3 sub-detector -
alla [Tue, 26 Oct 2004 12:16:47 +0000 (12:16 +0000)]
Preparing to make a better virtual volume for the FMD3 sub-detector -
one that doesn't overlap with T0-C and the beam pipe.

Also documented some member functions.

19 years agoCoding violation fixes...
cvetan [Tue, 26 Oct 2004 08:17:26 +0000 (08:17 +0000)]
Coding violation fixes...

19 years agoNew version provided by G. Martinez.
morsch [Tue, 26 Oct 2004 07:28:56 +0000 (07:28 +0000)]
New version provided by G. Martinez.

19 years agoexternal headers in FASTSIM.
morsch [Tue, 26 Oct 2004 07:28:31 +0000 (07:28 +0000)]
external headers in FASTSIM.