]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
19 years agoAdditional include files. Removing useles protection
hristov [Fri, 15 Oct 2004 12:36:46 +0000 (12:36 +0000)]
Additional include files. Removing useles protection

19 years agoAdditional cast
hristov [Fri, 15 Oct 2004 12:35:41 +0000 (12:35 +0000)]
Additional cast

19 years agoExporting additional include files needed by FMD
hristov [Fri, 15 Oct 2004 12:33:14 +0000 (12:33 +0000)]
Exporting additional include files needed by FMD

19 years agoComplete rewrite of the FMD code.
alla [Fri, 15 Oct 2004 12:04:03 +0000 (12:04 +0000)]
Complete rewrite of the FMD code.

AliFMD now uses the service classes AliFMDSubDetector, AliFMDRing,
and AliFMDPolygon.

AliFMDHit, AliFMDDigit, AliFMDSDigit uses detector, ring, sector, strip
to identiy the strip.

AliFMDv0 and AliFMDv1 doesn't do a whole lot.  All geomtry code is
in the AliFMDSubDetector and AliFMDRing classes.

Digitisation was revisited.  SDigitization was reimplemented.

AliFMD::Digits2Raw is implemented, using AliAltroBuffer.

AliFMDReconstructor can now read both Digits and Raw data.  Raw
data is read via AliFMDRawStream (derived from AliAltroRawStream) using
an AliRawReader object.

Both the Reconstructor and the Digitizer uses the AliFMDMap class template
to make internal caches.

The scripts Config.C, Simulate.C, Reconstruct.C, ReadRaw.C where added
for testing and documentation purposes.

The script Document.C was added to make local documentation of the FMD
classes.

Preliminary tests with TFluka indicates that FMD works with FLUKA.

19 years agobugfix
tkuhr [Fri, 15 Oct 2004 11:39:56 +0000 (11:39 +0000)]
bugfix

19 years agoPrint message cancelled
dibari [Fri, 15 Oct 2004 08:25:46 +0000 (08:25 +0000)]
Print message cancelled

19 years agoAliStack bug in Clusterfinder fixed
dibari [Fri, 15 Oct 2004 06:19:36 +0000 (06:19 +0000)]
AliStack bug in Clusterfinder fixed

19 years agoNew CreateConfig.C creates also RichBatch.C
dibari [Fri, 15 Oct 2004 06:16:59 +0000 (06:16 +0000)]
New CreateConfig.C creates also RichBatch.C

19 years agoLoading libESD.so
hristov [Thu, 14 Oct 2004 15:24:46 +0000 (15:24 +0000)]
Loading libESD.so

19 years agoAdding libESD.a for profiling
hristov [Thu, 14 Oct 2004 15:24:25 +0000 (15:24 +0000)]
Adding libESD.a for profiling

19 years agoAliLog and AliKalman classes moved to libESD.so. Exporting all the header files from...
hristov [Thu, 14 Oct 2004 15:23:22 +0000 (15:23 +0000)]
AliLog and AliKalman classes moved to libESD.so. Exporting all the header files from the ESD package

19 years agoStand-alone library for ESD. Possibility to use only root and lidESD.so for analysis...
hristov [Thu, 14 Oct 2004 14:56:01 +0000 (14:56 +0000)]
Stand-alone library for ESD. Possibility to use only root and lidESD.so for analysis (Yu.Belikov)

19 years agoTemporary fix waiting for the real changes
hristov [Thu, 14 Oct 2004 14:54:12 +0000 (14:54 +0000)]
Temporary fix waiting for the real changes

19 years agoaccess method for sub event attributes added
tkuhr [Thu, 14 Oct 2004 09:25:17 +0000 (09:25 +0000)]
access method for sub event attributes added

19 years agoreset in NextEvent added
tkuhr [Thu, 14 Oct 2004 09:08:56 +0000 (09:08 +0000)]
reset in NextEvent added

19 years agoaccess methods for block attributes and data header added
tkuhr [Wed, 13 Oct 2004 12:39:32 +0000 (12:39 +0000)]
access methods for block attributes and data header added

19 years agoStoring angle alpha for the tracks stopped at TRD. The stored value is used for inwar...
hristov [Wed, 13 Oct 2004 12:01:54 +0000 (12:01 +0000)]
Storing angle alpha for the tracks stopped at TRD. The stored value is used for inward tracking (M.Ivanov)

19 years agoAccess to angle alpha in TRD (M.Ivanov)
hristov [Wed, 13 Oct 2004 11:58:06 +0000 (11:58 +0000)]
Access to angle alpha in TRD (M.Ivanov)

19 years agoprotected variable fTimeBunch added
tkuhr [Wed, 13 Oct 2004 11:22:07 +0000 (11:22 +0000)]
protected variable fTimeBunch added

19 years agoReadDataHeader method added
tkuhr [Wed, 13 Oct 2004 11:20:36 +0000 (11:20 +0000)]
ReadDataHeader method added

19 years agoUsing static variables to access the volume ID avoiding search by name. This reduces...
hristov [Wed, 13 Oct 2004 08:19:22 +0000 (08:19 +0000)]
Using static variables to access the volume ID avoiding search by name. This reduces significantly the simulation time with TGeo (A.Gheata)

19 years agoUsing default Root containers for Root tags bigger than v4-00-01. Removing fast wrapp...
hristov [Tue, 12 Oct 2004 17:12:55 +0000 (17:12 +0000)]
Using default Root containers for Root tags bigger than v4-00-01. Removing fast wrapper classes for fast access to TMatrix and TVector, since they depend on the implementation of Root classes. Code cleanup. Using AliLog for error, warning, etc. messages

19 years agonumber of DDLs set to 3 for FMD
tkuhr [Tue, 12 Oct 2004 16:02:43 +0000 (16:02 +0000)]
number of DDLs set to 3 for FMD

19 years agopropagate back tracks back to TOF even if TRD is not present
tkuhr [Tue, 12 Oct 2004 15:31:49 +0000 (15:31 +0000)]
propagate back tracks back to TOF even if TRD is not present

19 years agoSmall corrections of slat's position (Ch.Finck)
cussonno [Tue, 12 Oct 2004 14:26:53 +0000 (14:26 +0000)]
Small corrections of slat's position (Ch.Finck)

19 years agoaccess to status bits added
tkuhr [Tue, 12 Oct 2004 14:24:46 +0000 (14:24 +0000)]
access to status bits added

19 years agodon't use global gAlice variable
tkuhr [Tue, 12 Oct 2004 13:41:06 +0000 (13:41 +0000)]
don't use global gAlice variable

19 years agoSmall correction.
morsch [Tue, 12 Oct 2004 12:23:40 +0000 (12:23 +0000)]
Small correction.

19 years agoUpdated trigger raw data format (Ch. Finck)
cussonno [Tue, 12 Oct 2004 12:10:35 +0000 (12:10 +0000)]
Updated trigger raw data format (Ch. Finck)

19 years agoFix to permit compilation when ROOTSYS is not defined (C.Holm)
hristov [Tue, 12 Oct 2004 11:58:36 +0000 (11:58 +0000)]
Fix to permit compilation when ROOTSYS is not defined (C.Holm)

19 years agoCorrect material budget for tracks stopped at TRD (S.Arcelli)
hristov [Tue, 12 Oct 2004 11:43:36 +0000 (11:43 +0000)]
Correct material budget for tracks stopped at TRD (S.Arcelli)

19 years ago- Return from Gstpar if material is not used.
morsch [Tue, 12 Oct 2004 10:12:05 +0000 (10:12 +0000)]
- Return from Gstpar if material is not used.
- Stepping called at cerenkov production point.

19 years agoExtracting AliITStrackMI from AliITStrackV2. Reverting AliITStrackerV2 to the version...
hristov [Tue, 12 Oct 2004 08:19:45 +0000 (08:19 +0000)]
Extracting AliITStrackMI from AliITStrackV2. Reverting AliITStrackerV2 to the version from the beginning of 2004. All Marians changes are now only in AliITStrackerMI, and AliITStrackerV2 contains the original code of Yuri. (Yu.Belikov)

19 years agoAdditional protection (Yu.Belikov)
hristov [Tue, 12 Oct 2004 08:04:18 +0000 (08:04 +0000)]
Additional protection (Yu.Belikov)

19 years agoMinor fix in order to reflect the changes in hlt.conf
cvetan [Tue, 12 Oct 2004 07:05:52 +0000 (07:05 +0000)]
Minor fix in order to reflect the changes in hlt.conf

19 years agoNew PID based on bayesian, updated, more complete PID
schutz [Mon, 11 Oct 2004 14:53:05 +0000 (14:53 +0000)]
New PID based on bayesian, updated, more complete PID

19 years agoUpdate Regional card structure (Ch. Finck)
cussonno [Mon, 11 Oct 2004 09:46:40 +0000 (09:46 +0000)]
Update Regional card structure (Ch. Finck)

19 years agoChanges to integrate the MLUC libs from
loizides [Sat, 9 Oct 2004 11:28:31 +0000 (11:28 +0000)]
Changes to integrate the MLUC libs from
http://www.kip.uni-heidelberg.de/ti/L3/software/software.html
You need version 0.4.5 in order to have it compiling.

19 years agoUsing const pointer to AliKalmanTrack (Yu.Belikov)
hristov [Fri, 8 Oct 2004 14:24:59 +0000 (14:24 +0000)]
Using const pointer to AliKalmanTrack (Yu.Belikov)

19 years agoTRD track crossing the material: storing the parameters and errors before the materia...
hristov [Fri, 8 Oct 2004 11:45:11 +0000 (11:45 +0000)]
TRD track crossing the material: storing the parameters and errors before the material, propagating to TOF, and resuming refit inward from the stored values (M.Ivanov)

19 years agoMaxStep() based on STEPSZ common implemented.
morsch [Fri, 8 Oct 2004 09:44:01 +0000 (09:44 +0000)]
MaxStep() based on STEPSZ common implemented.

19 years agoFix in raw data headers processing in AliMDC. Removing wrong equipment size in versio...
cvetan [Fri, 8 Oct 2004 07:37:04 +0000 (07:37 +0000)]
Fix in raw data headers processing in AliMDC. Removing wrong equipment size in version 1.4 and using the size as it was in version 1.3

19 years agoSetMaxStep implemented via FSTEPSZ common.
morsch [Fri, 8 Oct 2004 05:44:55 +0000 (05:44 +0000)]
SetMaxStep implemented via FSTEPSZ common.

19 years agoCorrect icode and edep sequence.
morsch [Thu, 7 Oct 2004 15:15:33 +0000 (15:15 +0000)]
Correct icode and edep sequence.

19 years agoImplemented more realistic geometry of slats (Ch. Finck, JP Cussonneau & G. Martinez)
cussonno [Thu, 7 Oct 2004 14:54:48 +0000 (14:54 +0000)]
Implemented more realistic geometry of slats (Ch. Finck, JP Cussonneau & G. Martinez)

19 years agoRemoving not needed monitor and shift libs from binalimdc.pkg
cvetan [Thu, 7 Oct 2004 12:24:13 +0000 (12:24 +0000)]
Removing not needed monitor and shift libs from binalimdc.pkg

19 years agoUsing const pointer to AliKalmanTrack to avoid incorrect update (Yu.Belikov)
hristov [Thu, 7 Oct 2004 10:34:07 +0000 (10:34 +0000)]
Using const pointer to AliKalmanTrack to avoid incorrect update (Yu.Belikov)

19 years agoAdditional protection in case of zero magnetic field (Yu.Belikov)
hristov [Thu, 7 Oct 2004 10:28:31 +0000 (10:28 +0000)]
Additional protection in case of zero magnetic field (Yu.Belikov)

19 years agoImprovement of muon reconstruction by extrapolating trackParam to real z of clusters
cussonno [Thu, 7 Oct 2004 08:38:03 +0000 (08:38 +0000)]
Improvement of muon reconstruction by extrapolating trackParam to real z of clusters

19 years agoStep size region by region.
morsch [Thu, 7 Oct 2004 07:27:09 +0000 (07:27 +0000)]
Step size region by region.

19 years agoBug in AliMUONHit constructor for fPz and fPx calculation (Arthur, Bruce and Ivana)
martinez [Thu, 7 Oct 2004 06:17:09 +0000 (06:17 +0000)]
Bug in AliMUONHit constructor for fPz and fPx calculation (Arthur, Bruce and Ivana)

19 years agoPrint removed
schutz [Wed, 6 Oct 2004 14:58:01 +0000 (14:58 +0000)]
Print removed

19 years agoParticleMass(..), ParticleName(..), ParticleCharge(..), ParticleLifeTime(..),
morsch [Wed, 6 Oct 2004 14:14:11 +0000 (14:14 +0000)]
ParticleMass(..), ParticleName(..), ParticleCharge(..), ParticleLifeTime(..),
Gfpart(..), StopRun(), StopEvent(), StepProcess() implemented.

19 years agoClass for storage of user scoring options.
morsch [Wed, 6 Oct 2004 14:11:55 +0000 (14:11 +0000)]
Class for storage of user scoring options.

19 years agogauss replaced by pygauss
morsch [Wed, 6 Oct 2004 12:26:40 +0000 (12:26 +0000)]
gauss replaced by pygauss

19 years agoHits primary definition changes so that exclude primaries from depth of crystal
schutz [Wed, 6 Oct 2004 11:11:47 +0000 (11:11 +0000)]
Hits primary definition changes so that exclude primaries from depth of crystal

19 years ago06-oct-2004 NvE Full support for data access via slotname specification introduced...
nick [Wed, 6 Oct 2004 10:31:24 +0000 (10:31 +0000)]
06-oct-2004 NvE Full support for data access via slotname specification introduced in AliAttrib and AliSignal.

19 years agoRemoving warnings and running w and w/o compilation (Christian)
martinez [Wed, 6 Oct 2004 09:41:26 +0000 (09:41 +0000)]
Removing warnings and running w and w/o compilation (Christian)

19 years agoBug fix (C.Cheshkov)
hristov [Wed, 6 Oct 2004 09:18:32 +0000 (09:18 +0000)]
Bug fix (C.Cheshkov)

19 years agoChanges to run HLT in alimdc. Reset method in AliESD and AliESDVertex (C.Cheshkov)
hristov [Wed, 6 Oct 2004 09:17:56 +0000 (09:17 +0000)]
Changes to run HLT in alimdc. Reset method in AliESD and AliESDVertex (C.Cheshkov)

19 years agoFix in case DATE is not present
hristov [Wed, 6 Oct 2004 09:16:01 +0000 (09:16 +0000)]
Fix in case DATE is not present

19 years agoIntroduction of the alimdc executable as a module inside AliRoot.
cvetan [Wed, 6 Oct 2004 08:54:07 +0000 (08:54 +0000)]
Introduction of the alimdc executable as a module inside AliRoot.

19 years agoIntroduction of the online monitoring code into the alimdc package. Fixed some memory...
cvetan [Wed, 6 Oct 2004 08:51:20 +0000 (08:51 +0000)]
Introduction of the online monitoring code into the alimdc package. Fixed some memory leaks in HLT

19 years agoAlice dependencies removed.
morsch [Wed, 6 Oct 2004 06:53:46 +0000 (06:53 +0000)]
Alice dependencies removed.

19 years agoReverting TOF index initialization to 0
hristov [Wed, 6 Oct 2004 06:43:33 +0000 (06:43 +0000)]
Reverting TOF index initialization to 0

19 years agoReplacing corealice.inp
morsch [Wed, 6 Oct 2004 06:34:21 +0000 (06:34 +0000)]
Replacing corealice.inp

19 years agoChanged to coreFlukaVmc.inp
morsch [Wed, 6 Oct 2004 06:33:52 +0000 (06:33 +0000)]
Changed to coreFlukaVmc.inp

19 years agoTOF index initialized with -1 (S.Kiselev)
hristov [Wed, 6 Oct 2004 06:31:10 +0000 (06:31 +0000)]
TOF index initialized with -1 (S.Kiselev)

19 years agomissing entry added
skowron [Tue, 5 Oct 2004 16:09:17 +0000 (16:09 +0000)]
missing entry added

19 years agoBug correction
skowron [Tue, 5 Oct 2004 11:05:52 +0000 (11:05 +0000)]
Bug correction

19 years agoDistance between creation points CFs
skowron [Tue, 5 Oct 2004 10:53:46 +0000 (10:53 +0000)]
Distance between creation points CFs

19 years agoDistance between creation points calculation
skowron [Tue, 5 Oct 2004 10:52:29 +0000 (10:52 +0000)]
Distance between creation points calculation

19 years agoChanges for MacOSX
alibrary [Tue, 5 Oct 2004 04:50:35 +0000 (04:50 +0000)]
Changes for MacOSX

19 years agoAdded more plotting options.
loizides [Mon, 4 Oct 2004 15:47:57 +0000 (15:47 +0000)]
Added more plotting options.

19 years agoAdded NHard function.
loizides [Mon, 4 Oct 2004 15:47:23 +0000 (15:47 +0000)]
Added NHard function.

19 years agoAdded file check.
loizides [Mon, 4 Oct 2004 11:14:36 +0000 (11:14 +0000)]
Added file check.

19 years agoBugfix.
loizides [Sat, 2 Oct 2004 10:23:41 +0000 (10:23 +0000)]
Bugfix.

19 years agoCorrect inialisation of fReadFromFile.
morsch [Fri, 1 Oct 2004 11:18:49 +0000 (11:18 +0000)]
Correct inialisation of fReadFromFile.

19 years agoThis version foresees the option to treat vacuum parton showering (final state
morsch [Fri, 1 Oct 2004 11:14:04 +0000 (11:14 +0000)]
This version foresees the option to treat vacuum parton showering (final state
radiation in Pythia) after, as well as before, medium-induced partonic energy
loss. Default option is "vacuum showering before in-medium loss"; the option
"vacuum showering after in-medium loss" can be selected just by switching off
Pythia final state radiation in main routine, mstj(41)=0 (see updated Pyquen
description).
(I. Lokhtin)

19 years agoPrints removed
schutz [Fri, 1 Oct 2004 04:41:41 +0000 (04:41 +0000)]
Prints removed

19 years agoInitialization of fCalibrDB added
schutz [Fri, 1 Oct 2004 04:41:08 +0000 (04:41 +0000)]
Initialization of fCalibrDB added

19 years agoQuotes to avoid problems on Itanium
hristov [Wed, 29 Sep 2004 12:07:18 +0000 (12:07 +0000)]
Quotes to avoid problems on Itanium

19 years agoIncluding libThread.so
hristov [Wed, 29 Sep 2004 12:06:35 +0000 (12:06 +0000)]
Including libThread.so

19 years agoTime performance improvements in HLT hough transform and huffman decompression of...
cvetan [Wed, 29 Sep 2004 12:01:18 +0000 (12:01 +0000)]
Time performance improvements in HLT hough transform and huffman decompression of TPC raw data. New version of monitorGDC executable which containes now HLT HT method running in 2 threads. The fast version of raw data decoding and HT can be switched on through fast_raw flag in hlt.conf file.

19 years agoMacro for conversion ASCII file with calibration parameters to root
schutz [Wed, 29 Sep 2004 10:10:40 +0000 (10:10 +0000)]
Macro for conversion ASCII file with calibration parameters to root

19 years agoheaders to compile without ALI_DAT
schutz [Wed, 29 Sep 2004 10:04:38 +0000 (10:04 +0000)]
headers to compile without ALI_DAT

19 years agoClass for reading raw data
schutz [Wed, 29 Sep 2004 10:03:45 +0000 (10:03 +0000)]
Class for reading raw data

19 years agoClass for online monitoring of BeamTests
schutz [Wed, 29 Sep 2004 10:02:56 +0000 (10:02 +0000)]
Class for online monitoring of BeamTests

19 years agoA simple substitute of AliPHOSGetter for OnFlight mode
schutz [Wed, 29 Sep 2004 10:01:25 +0000 (10:01 +0000)]
A simple substitute of AliPHOSGetter for OnFlight mode

19 years agoInterface simplified
schutz [Wed, 29 Sep 2004 09:58:32 +0000 (09:58 +0000)]
Interface simplified

19 years agoValidityRange removed, possibility to read from ASCII file added
schutz [Wed, 29 Sep 2004 09:56:04 +0000 (09:56 +0000)]
ValidityRange removed, possibility to read from ASCII file added

19 years agoTest on PHOSloader existence added to destr.
schutz [Wed, 29 Sep 2004 09:53:36 +0000 (09:53 +0000)]
Test on PHOSloader existence added to destr.

19 years agoA cut on minimal digit energy added; OnFlight mode added
schutz [Wed, 29 Sep 2004 09:52:38 +0000 (09:52 +0000)]
A cut on minimal digit energy added; OnFlight mode added

19 years agodelete[] ->delete in destructor
schutz [Wed, 29 Sep 2004 09:50:57 +0000 (09:50 +0000)]
delete[] ->delete in destructor

19 years agoGetNumberLocMax() comparison with same digit removed; Pointers to geometry are taken...
schutz [Wed, 29 Sep 2004 09:49:26 +0000 (09:49 +0000)]
GetNumberLocMax() comparison with same digit removed; Pointers to geometry are taken from Instance

19 years agoMethods made virtual to allow On-Flight reconstruction with Light version of getter
schutz [Wed, 29 Sep 2004 09:41:43 +0000 (09:41 +0000)]
Methods made virtual to allow On-Flight reconstruction with Light version of getter

19 years agoTest on PHOSloader existence added to destr.
schutz [Wed, 29 Sep 2004 09:38:15 +0000 (09:38 +0000)]
Test on PHOSloader existence added to destr.

19 years agoClasses for online analysis added
schutz [Wed, 29 Sep 2004 09:37:36 +0000 (09:37 +0000)]
Classes for online analysis added

19 years agoVersion for beam test analysis
schutz [Wed, 29 Sep 2004 09:36:18 +0000 (09:36 +0000)]
Version for beam test analysis

19 years agoPossibility of On-Flight reconstruction added
schutz [Wed, 29 Sep 2004 09:27:42 +0000 (09:27 +0000)]
Possibility of On-Flight reconstruction added