]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
20 years agoRemoving warnings (alpha)
hristov [Tue, 3 Feb 2004 09:22:15 +0000 (09:22 +0000)]
Removing warnings (alpha)

20 years agoRemoving warnings (alpha)
hristov [Tue, 3 Feb 2004 09:09:59 +0000 (09:09 +0000)]
Removing warnings (alpha)

20 years agoRemoving warnings (alpha)
hristov [Tue, 3 Feb 2004 08:44:35 +0000 (08:44 +0000)]
Removing warnings (alpha)

20 years agoLet process events from specified range
schutz [Tue, 3 Feb 2004 06:57:04 +0000 (06:57 +0000)]
Let process events from specified range

20 years agoPrinting the energy summary only in debug mode
hristov [Mon, 2 Feb 2004 18:48:39 +0000 (18:48 +0000)]
Printing the energy summary only in debug mode

20 years agoSDD digits modified. Both compressed and decompressed ADC values are stored - Tempora...
masera [Mon, 2 Feb 2004 16:57:00 +0000 (16:57 +0000)]
SDD digits modified. Both compressed and decompressed ADC values are stored - Temporary baseline fix in AliITSsimulationSDD (Belikov)

20 years agoTypo
hristov [Mon, 2 Feb 2004 16:42:11 +0000 (16:42 +0000)]
Typo

20 years agoOpening Input0 in update mode, the rest in read mode
hristov [Mon, 2 Feb 2004 15:47:00 +0000 (15:47 +0000)]
Opening Input0 in update mode, the rest in read mode

20 years agoWriting digits in the output file
hristov [Mon, 2 Feb 2004 15:45:54 +0000 (15:45 +0000)]
Writing digits in the output file

20 years agoMaking InitDefaults virtual
hristov [Mon, 2 Feb 2004 15:43:55 +0000 (15:43 +0000)]
Making InitDefaults virtual

20 years agoMoved to the latest version of the HLT code in Bergen.
loizides [Mon, 2 Feb 2004 15:00:34 +0000 (15:00 +0000)]
Moved to the latest version of the HLT code in Bergen.
Most important changes, since last checkin are:

a) Static Index in AliL3Filehandler to speed up IO

b) LUT Hough transformation improving track candidate
finding by a factor of 3

c) Changes related to how the track parameters are calculated and stored.
There should be no changes for normal use, i.e. the function calls are
still the same. The changes are the following:
- Most importantly, the first point on a track (accessible via
AliL3Track::GetFirstPoint()) is now calculated as the point lying on the helix
fit. Earlier, this point was just the coordinates of the innermost assigned
cluster of the track. This is in principle ok if you just want the quick
"global" coordinates of the track; momentum etc.  However, for precisce local
calculations such as residuals, this point should be the point of closest
approach lying on the helix fit. If not, the calculated track parameters (such
as center of curvature) will be slightly shifted. The tracks are updated to the
first point if the AliLevel3::fIsTracksAtFirstPoint is set to true (which is
default). If this is not desired, and the track should be defined at the vertex
(not DCAO!), you can still do AliLevel3::SetTracks2Vertex().

d) A new static boolean has been introduced in AliLevel3::fDoVertexFit, which
tells the track fitter to include the vertex in the fit or not.

e)Change in interface of updating tracks, instead of using the fitter class,
use track->UpdatetoFistPoint (see deconvoluter macro).

20 years agoCompiler Warning removed
skowron [Mon, 2 Feb 2004 14:46:30 +0000 (14:46 +0000)]
Compiler Warning removed

20 years agoAdding kTRDStop bit
hristov [Mon, 2 Feb 2004 14:08:44 +0000 (14:08 +0000)]
Adding kTRDStop bit

20 years agoSetting PT range for comparison (M.Ivanov)
hristov [Mon, 2 Feb 2004 13:43:36 +0000 (13:43 +0000)]
Setting PT range for comparison (M.Ivanov)

20 years agoTaking into account the cluster displacement. Stop the tracking flag added (M.Ivanov)
hristov [Mon, 2 Feb 2004 13:40:25 +0000 (13:40 +0000)]
Taking into account the cluster displacement. Stop the tracking flag added (M.Ivanov)

20 years agoTaking into account the edge effects (M.Ivanov)
hristov [Mon, 2 Feb 2004 13:38:41 +0000 (13:38 +0000)]
Taking into account the edge effects (M.Ivanov)

20 years agoImplementing of new function to check for holes (M.Ivanov)
hristov [Mon, 2 Feb 2004 13:37:52 +0000 (13:37 +0000)]
Implementing of new function to check for holes (M.Ivanov)

20 years agoAdding calibration of clusters displacement (M.Ivanov)
hristov [Mon, 2 Feb 2004 13:36:23 +0000 (13:36 +0000)]
Adding calibration of clusters displacement (M.Ivanov)

20 years agoAdding new class for taking into account the cluster displacement (M.Ivanov)
hristov [Mon, 2 Feb 2004 13:34:41 +0000 (13:34 +0000)]
Adding new class for taking into account the cluster displacement (M.Ivanov)

20 years agoRemoving operator new
hristov [Mon, 2 Feb 2004 12:56:16 +0000 (12:56 +0000)]
Removing operator new

20 years agoBetter formula for the expected dE/dx (Yu.Belikov)
hristov [Mon, 2 Feb 2004 12:55:26 +0000 (12:55 +0000)]
Better formula for the expected dE/dx (Yu.Belikov)

20 years agoThe base line and the threshold corrected for better PID (Yu.Belikov)
hristov [Mon, 2 Feb 2004 12:54:46 +0000 (12:54 +0000)]
The base line and the threshold corrected for better PID (Yu.Belikov)

20 years agoConversion 8 to 10 bits for the SDD digits (Yu.Belikov)
hristov [Mon, 2 Feb 2004 12:53:56 +0000 (12:53 +0000)]
Conversion 8 to 10 bits for the SDD digits (Yu.Belikov)

20 years agoCheck existence of getter before using it
schutz [Mon, 2 Feb 2004 12:38:12 +0000 (12:38 +0000)]
Check existence of getter before using it

20 years agoPut a Warning under the control of gDebug
schutz [Mon, 2 Feb 2004 12:36:48 +0000 (12:36 +0000)]
Put a Warning under the control of gDebug
Added a method too retrieve EDS objects

20 years agoPut a Warning under the control of gDebug
schutz [Mon, 2 Feb 2004 12:34:28 +0000 (12:34 +0000)]
Put a Warning under the control of gDebug

20 years agoResonances added. (G. Martinez)
morsch [Mon, 2 Feb 2004 10:01:54 +0000 (10:01 +0000)]
Resonances added. (G. Martinez)

20 years agoCorrect order in z for PGON.
morsch [Fri, 30 Jan 2004 21:16:39 +0000 (21:16 +0000)]
Correct order in z for PGON.
CVS ----------------------------------------------------------------------

20 years agoOption to compile with TGeo added (A. Gheata)
morsch [Fri, 30 Jan 2004 17:06:18 +0000 (17:06 +0000)]
Option to compile with TGeo added (A. Gheata)

20 years agoOption to run with TGeo added.
morsch [Fri, 30 Jan 2004 17:04:28 +0000 (17:04 +0000)]
Option to run with TGeo added.

20 years agoCompiling option WITH_ROOT added (Andrei Gheata).
morsch [Fri, 30 Jan 2004 17:00:54 +0000 (17:00 +0000)]
Compiling option WITH_ROOT added (Andrei Gheata).

20 years agoInterface TGeo -> FLUKA (A. Gheata)
morsch [Fri, 30 Jan 2004 16:59:11 +0000 (16:59 +0000)]
Interface TGeo -> FLUKA (A. Gheata)

20 years agoAdding Print
hristov [Fri, 30 Jan 2004 13:13:09 +0000 (13:13 +0000)]
Adding Print

20 years agoAddHitList also added to SetTreeAddress
morsch [Fri, 30 Jan 2004 10:22:00 +0000 (10:22 +0000)]
AddHitList also added to SetTreeAddress

20 years agoRemoved sampling fraction from jet finder code - now in hits code
mhorner [Fri, 30 Jan 2004 00:23:50 +0000 (00:23 +0000)]
Removed sampling fraction from jet finder code - now in hits code

20 years agoputting sampling fraction inside the hit making and updating digitization parameters
mhorner [Thu, 29 Jan 2004 23:45:24 +0000 (23:45 +0000)]
putting sampling fraction inside the hit making and updating digitization parameters

20 years agoRemoved old jetfinder
mhorner [Thu, 29 Jan 2004 23:38:56 +0000 (23:38 +0000)]
Removed old jetfinder

20 years agoJet Finder - hard coded geom parameters removed
mhorner [Thu, 29 Jan 2004 23:28:44 +0000 (23:28 +0000)]
Jet Finder - hard coded geom parameters removed

20 years agoReconstruct and FillESD method in AliMUON for AliModule (Christian)
martinez [Thu, 29 Jan 2004 17:24:21 +0000 (17:24 +0000)]
Reconstruct and FillESD method in AliMUON for AliModule (Christian)

20 years agoMuon hits added to hit list.
morsch [Thu, 29 Jan 2004 16:47:51 +0000 (16:47 +0000)]
Muon hits added to hit list.

20 years agoReset the Getter in the dtor
schutz [Thu, 29 Jan 2004 15:47:49 +0000 (15:47 +0000)]
Reset the Getter in the dtor

20 years agoAdded a Reset method to force reinitialisation when the Loader is deleted
schutz [Thu, 29 Jan 2004 15:46:35 +0000 (15:46 +0000)]
Added a Reset method to force reinitialisation when the Loader is deleted

20 years agoSet the name as EMCALDigitizer and set the folder name from the runloader
schutz [Thu, 29 Jan 2004 15:44:15 +0000 (15:44 +0000)]
Set the name as EMCALDigitizer and set the folder name from the runloader

20 years agoThe name of the TTask is PHOSDigitizer and the foldername of the input is kept in...
schutz [Thu, 29 Jan 2004 15:37:36 +0000 (15:37 +0000)]
The name of the TTask is PHOSDigitizer and the foldername of the input is kept in a data member

20 years agoOne event option in MUONCheck functions. Script example for reconstruction in README
martinez [Thu, 29 Jan 2004 12:39:05 +0000 (12:39 +0000)]
One event option in MUONCheck functions. Script example for reconstruction in README

20 years agoAliEn API fixed so we can again use TGrid::OpenDir().
rdm [Thu, 29 Jan 2004 11:55:34 +0000 (11:55 +0000)]
AliEn API fixed so we can again use TGrid::OpenDir().

20 years agoTest macro for the parallel TPC tracking (M.Ivanov)
hristov [Thu, 29 Jan 2004 09:40:01 +0000 (09:40 +0000)]
Test macro for the parallel TPC tracking (M.Ivanov)

20 years agoPossibility to get the number of clusters without getting the content (M.Ivanov)
hristov [Thu, 29 Jan 2004 09:38:58 +0000 (09:38 +0000)]
Possibility to get the number of clusters without getting the content (M.Ivanov)

20 years agoProcessing of many events. Code clean-up (M.Ivanov)
hristov [Thu, 29 Jan 2004 09:35:13 +0000 (09:35 +0000)]
Processing of many events. Code clean-up (M.Ivanov)

20 years agoAdapting macro for RECREATE option
martinez [Thu, 29 Jan 2004 08:49:35 +0000 (08:49 +0000)]
Adapting macro for RECREATE option

20 years agoBug Correction
skowron [Wed, 28 Jan 2004 21:49:15 +0000 (21:49 +0000)]
Bug Correction

20 years agoTrack Points And Cluster Maps for ESD
skowron [Wed, 28 Jan 2004 21:43:12 +0000 (21:43 +0000)]
Track Points And Cluster Maps for ESD

20 years agoupdate of Display macro
nilsen [Wed, 28 Jan 2004 21:39:14 +0000 (21:39 +0000)]
update of Display macro

20 years agoGeometry update.
nilsen [Wed, 28 Jan 2004 21:38:45 +0000 (21:38 +0000)]
Geometry update.

20 years agoRemoving dependence on PHOS and EMCAL rec. particles (Yu.Kharlov)
hristov [Wed, 28 Jan 2004 19:01:59 +0000 (19:01 +0000)]
Removing dependence on PHOS and EMCAL rec. particles (Yu.Kharlov)

20 years agoHijing: back to default quenching.
morsch [Wed, 28 Jan 2004 16:18:26 +0000 (16:18 +0000)]
Hijing: back to default quenching.

20 years agoPut R-limit (550 cm) for constant magnetic field.
morsch [Wed, 28 Jan 2004 16:06:06 +0000 (16:06 +0000)]
Put R-limit (550 cm) for constant magnetic field.

20 years agoDeclaring flange as MANY.
martinez [Wed, 28 Jan 2004 15:39:21 +0000 (15:39 +0000)]
Declaring flange as MANY.

20 years agocheck if STAGE_POOL and STAGE_HOST are set, if not warn user.
rdm [Wed, 28 Jan 2004 11:27:37 +0000 (11:27 +0000)]
check if STAGE_POOL and STAGE_HOST are set, if not warn user.

20 years agoPreparing AliMUONLoader for independent reconstruction
martinez [Wed, 28 Jan 2004 11:20:38 +0000 (11:20 +0000)]
Preparing AliMUONLoader for independent reconstruction

20 years agoIntroducing MUON ESD
hristov [Wed, 28 Jan 2004 10:55:55 +0000 (10:55 +0000)]
Introducing MUON ESD

20 years agoReverting the last changes, they are incompatible with PHOS and EMCAL Getters
hristov [Wed, 28 Jan 2004 10:33:56 +0000 (10:33 +0000)]
Reverting the last changes, they are incompatible with PHOS and EMCAL Getters

20 years agosome utility added
kir [Wed, 28 Jan 2004 09:56:26 +0000 (09:56 +0000)]
some utility added

20 years agoCommenting out non-implemented function
hristov [Tue, 27 Jan 2004 21:53:13 +0000 (21:53 +0000)]
Commenting out non-implemented function

20 years agoAvoiding memory leaks
hristov [Tue, 27 Jan 2004 18:34:53 +0000 (18:34 +0000)]
Avoiding memory leaks

20 years agoUsing default task names. Cleaning the task in the destructor if it was posted
hristov [Tue, 27 Jan 2004 18:33:59 +0000 (18:33 +0000)]
Using default task names. Cleaning the task in the destructor if it was posted

20 years agoCleaning the task in the destructor if it was posted
hristov [Tue, 27 Jan 2004 18:33:07 +0000 (18:33 +0000)]
Cleaning the task in the destructor if it was posted

20 years agoCode clean-up (T.Kuhr)
hristov [Tue, 27 Jan 2004 18:17:22 +0000 (18:17 +0000)]
Code clean-up (T.Kuhr)

20 years agoPossibility to run parts of the simulation/digitization chain. Code clean-up (T.Kuhr)
hristov [Tue, 27 Jan 2004 18:16:08 +0000 (18:16 +0000)]
Possibility to run parts of the simulation/digitization chain. Code clean-up (T.Kuhr)

20 years agoModifications needed by the HBT analysis (P.Skowronski)
hristov [Tue, 27 Jan 2004 18:10:26 +0000 (18:10 +0000)]
Modifications needed by the HBT analysis (P.Skowronski)

20 years agoConsistent treatment of Post/Clean
hristov [Tue, 27 Jan 2004 18:09:17 +0000 (18:09 +0000)]
Consistent treatment of Post/Clean

20 years agoRemoving some warning (Sun)
hristov [Tue, 27 Jan 2004 18:02:38 +0000 (18:02 +0000)]
Removing some warning (Sun)

20 years agoRemoving warnings (Sun)
hristov [Tue, 27 Jan 2004 17:22:07 +0000 (17:22 +0000)]
Removing warnings (Sun)

20 years agoRemoving warnings (Sun)
hristov [Tue, 27 Jan 2004 17:09:40 +0000 (17:09 +0000)]
Removing warnings (Sun)

20 years agoRemoving warnings (Sun)
hristov [Tue, 27 Jan 2004 16:33:42 +0000 (16:33 +0000)]
Removing warnings (Sun)

20 years agocopy constructor and assignement operator (Christian)
pcrochet [Tue, 27 Jan 2004 16:28:00 +0000 (16:28 +0000)]
copy constructor and assignement operator (Christian)

20 years agoTunnel shield removed. This will later be installed further downstreams.
morsch [Tue, 27 Jan 2004 16:23:07 +0000 (16:23 +0000)]
Tunnel shield removed. This will later be installed further downstreams.

20 years agoCoding conventions for AliITSdigitXXX classes and AliITSTrackerV1
masera [Tue, 27 Jan 2004 16:12:03 +0000 (16:12 +0000)]
Coding conventions for AliITSdigitXXX classes and AliITSTrackerV1

20 years agoObsolete class (related to V1 tracking)
masera [Tue, 27 Jan 2004 16:02:32 +0000 (16:02 +0000)]
Obsolete class (related to V1 tracking)

20 years agoRemoving Info when branch is created
martinez [Tue, 27 Jan 2004 13:32:55 +0000 (13:32 +0000)]
Removing Info when branch is created

20 years agoAdded/corrected comments (I. Hrivnacova)
martinez [Tue, 27 Jan 2004 12:55:54 +0000 (12:55 +0000)]
Added/corrected comments (I. Hrivnacova)

20 years agoAdded copy constructor and assignement operator (I. Hrivnacova)
martinez [Tue, 27 Jan 2004 12:54:16 +0000 (12:54 +0000)]
Added copy constructor and assignement operator (I. Hrivnacova)

20 years agoENDIF replaced by endif (compilation problems)
pcrochet [Tue, 27 Jan 2004 12:50:53 +0000 (12:50 +0000)]
ENDIF replaced by endif (compilation problems)

20 years agoCoding rule violations corrected (G. Martinez)
morsch [Tue, 27 Jan 2004 11:33:41 +0000 (11:33 +0000)]
Coding rule violations corrected (G. Martinez)

20 years agoCoding violations (Eric)
martinez [Tue, 27 Jan 2004 11:09:35 +0000 (11:09 +0000)]
Coding violations (Eric)

20 years agoextended check
tkuhr [Tue, 27 Jan 2004 10:12:39 +0000 (10:12 +0000)]
extended check

20 years agoMaterial definition and assignment merged during initialization.
morsch [Tue, 27 Jan 2004 09:33:16 +0000 (09:33 +0000)]
Material definition and assignment merged during initialization.

20 years agoInitialization moved to FGeometryInit::Init().
morsch [Tue, 27 Jan 2004 09:07:56 +0000 (09:07 +0000)]
Initialization moved to FGeometryInit::Init().

20 years agoCall FGeometryInit::Init().
morsch [Tue, 27 Jan 2004 09:06:51 +0000 (09:06 +0000)]
Call FGeometryInit::Init().

20 years agounloading digits (Christian)
pcrochet [Mon, 26 Jan 2004 17:59:09 +0000 (17:59 +0000)]
unloading digits (Christian)

20 years agoAdd info on how to reconstruct trigger tracks
pcrochet [Mon, 26 Jan 2004 17:53:58 +0000 (17:53 +0000)]
Add info on how to reconstruct trigger tracks

20 years agonew macro to reconstruct trigger tracks
pcrochet [Mon, 26 Jan 2004 17:53:52 +0000 (17:53 +0000)]
new macro to reconstruct trigger tracks

20 years agoModifs to account for trigger track reconstruction (Thanks to Christian)
pcrochet [Mon, 26 Jan 2004 17:53:28 +0000 (17:53 +0000)]
Modifs to account for trigger track reconstruction (Thanks to Christian)

20 years agoInclude AliMUONTriggerTrack
pcrochet [Mon, 26 Jan 2004 17:52:14 +0000 (17:52 +0000)]
Include AliMUONTriggerTrack

20 years agoNew class for reconstructed trigger tracks
pcrochet [Mon, 26 Jan 2004 17:51:48 +0000 (17:51 +0000)]
New class for reconstructed trigger tracks

20 years ago2 protections added.
morsch [Mon, 26 Jan 2004 17:12:45 +0000 (17:12 +0000)]
2 protections added.

20 years agoUpdates needed for geant4.6.
morsch [Mon, 26 Jan 2004 16:31:44 +0000 (16:31 +0000)]
Updates needed for geant4.6.

20 years agoUpdates needed for geant4.6 and fluka2004.
morsch [Mon, 26 Jan 2004 16:29:58 +0000 (16:29 +0000)]
Updates needed for geant4.6 and fluka2004.

20 years agoUpdates needed for move to geant4.6
morsch [Mon, 26 Jan 2004 16:27:56 +0000 (16:27 +0000)]
Updates needed for move to geant4.6

20 years agosome minor changes to adpat for the situation when no digits or clusters avalbale
kir [Mon, 26 Jan 2004 15:01:27 +0000 (15:01 +0000)]
some minor changes to adpat for the situation when no digits or clusters avalbale