]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
18 years agoDefining the manuId offset for non-bending planes
ivana [Thu, 2 Mar 2006 16:59:24 +0000 (16:59 +0000)]
Defining the manuId offset for non-bending planes
(Laurent)

18 years agoUpdating info about the test script, including stuff about the CDB
ivana [Thu, 2 Mar 2006 16:58:52 +0000 (16:58 +0000)]
Updating info about the test script, including stuff about the CDB
(Laurent)

18 years agoChanges related to added/removed classes.
ivana [Thu, 2 Mar 2006 16:58:35 +0000 (16:58 +0000)]
Changes related to added/removed classes.
(Laurent)

18 years ago- Adding MUONsdigits() method.
ivana [Thu, 2 Mar 2006 16:58:17 +0000 (16:58 +0000)]
- Adding MUONsdigits() method.
- Using AliMUONDigit::Print() method
(Laurent)

18 years agoEnhancements:
ivana [Thu, 2 Mar 2006 16:58:01 +0000 (16:58 +0000)]
Enhancements:
Now builds fake dead channel store too (random case not really tested though)
(Laurent)

18 years agoChanging the default way to create AliMUON object.
ivana [Thu, 2 Mar 2006 16:57:42 +0000 (16:57 +0000)]
Changing the default way to create AliMUON object.
(Laurent)

18 years agoMust set the CDB path, as now both simulation and reconstruction make use of it.
ivana [Thu, 2 Mar 2006 16:57:24 +0000 (16:57 +0000)]
Must set the CDB path, as now both simulation and reconstruction make use of it.
(Laurent)

18 years agoNow the full chain includes raw data.
ivana [Thu, 2 Mar 2006 16:57:07 +0000 (16:57 +0000)]
Now the full chain includes raw data.
(Laurent)

18 years agoAdding comments
ivana [Thu, 2 Mar 2006 16:56:51 +0000 (16:56 +0000)]
Adding comments
(Laurent)

18 years agoChanging default ctor parameters.
ivana [Thu, 2 Mar 2006 16:56:30 +0000 (16:56 +0000)]
Changing default ctor parameters.
(Laurent)

18 years agoRemoved a non-informative warning.
ivana [Thu, 2 Mar 2006 16:56:14 +0000 (16:56 +0000)]
Removed a non-informative warning.
(Laurent)

18 years agoRescaling the energy loss corrections in the absorber to get quarkonia peaks positions
ivana [Thu, 2 Mar 2006 16:55:57 +0000 (16:55 +0000)]
Rescaling the energy loss corrections in the absorber to get quarkonia peaks positions
closer to the table value.'
(Laurent)

18 years agoRemoved unneeded if in dtor
ivana [Thu, 2 Mar 2006 16:55:41 +0000 (16:55 +0000)]
Removed unneeded if in dtor
(Laurent)

18 years ago- Remove integer offset of 1 (wrt AliMpSlatSegmentation).
ivana [Thu, 2 Mar 2006 16:54:24 +0000 (16:54 +0000)]
- Remove integer offset of 1 (wrt AliMpSlatSegmentation).
- Changed the way the warning is presented for SetHit(x,y,z) where x and/or y are
  outside slat limit, as this may be valid depending on clustering algorithm/fitting.
(Laurent)

18 years agoTake into account that manuIds for non-bending planes now have an offset.
ivana [Thu, 2 Mar 2006 16:54:07 +0000 (16:54 +0000)]
Take into account that manuIds for non-bending planes now have an offset.
(Laurent)

18 years agoAvoids a copy.
ivana [Thu, 2 Mar 2006 16:53:46 +0000 (16:53 +0000)]
Avoids a copy.
(Laurent)

18 years agoAdding a comment.
ivana [Thu, 2 Mar 2006 16:53:30 +0000 (16:53 +0000)]
Adding a comment.
(Laurent)

18 years agoMake FactoryV4 the default.
ivana [Thu, 2 Mar 2006 16:53:13 +0000 (16:53 +0000)]
Make FactoryV4 the default.
(Laurent)

18 years ago- Adding handling of track info in digits.
ivana [Thu, 2 Mar 2006 16:52:56 +0000 (16:52 +0000)]
- Adding handling of track info in digits.
- Adding more comments.
(Laurent)

18 years ago- Adding more comments.
ivana [Thu, 2 Mar 2006 16:52:33 +0000 (16:52 +0000)]
- Adding more comments.
- Adding error message to spot cases when hit gives invalid pad
  (to be investigated)
(Laurent)

18 years ago- During reco from RAW, digits are no longer re-written.
ivana [Thu, 2 Mar 2006 16:52:12 +0000 (16:52 +0000)]
- During reco from RAW, digits are no longer re-written.
- Adding timers.
- Few syntax changes. Getting the reconstructed vertex and correcting track parameters
  at the vertex at the ESD level.
(Laurent)

18 years agoAdding timers and making few simplifications.
ivana [Thu, 2 Mar 2006 16:51:51 +0000 (16:51 +0000)]
Adding timers and making few simplifications.
(Laurent)

18 years agoChanged 10 to Digit::Ntracks()
ivana [Thu, 2 Mar 2006 16:51:34 +0000 (16:51 +0000)]
Changed 10 to Digit::Ntracks()
(Laurent)

18 years agoCache the InversePitch instead of computing it each time.
ivana [Thu, 2 Mar 2006 16:51:17 +0000 (16:51 +0000)]
Cache the InversePitch instead of computing it each time.
(Laurent)

18 years agoSimplified a bit the DrawView method, thanks to new
ivana [Thu, 2 Mar 2006 16:50:59 +0000 (16:50 +0000)]
Simplified a bit the DrawView method, thanks to new
AliMpVSegmentation::Dimensions() method
(Laurent)

18 years agoChanged kMAXTRACKS to Digit::NTracks().
ivana [Thu, 2 Mar 2006 16:50:39 +0000 (16:50 +0000)]
Changed kMAXTRACKS to Digit::NTracks().
But anyway this class is deprecated...
(Laurent)

18 years ago- Added handling of tracks and file mask (used when merging different files).
ivana [Thu, 2 Mar 2006 16:50:16 +0000 (16:50 +0000)]
- Added handling of tracks and file mask (used when merging different files).
- Changed handling of saturation (can now depends on the channel).
- Simplified trigger handling (basically does not touch anything for it ;-) ).
- Changes related to changes in AliMUONCalibrationData format.
- Fixed a bug in AddOrUpdateDigit.
(Laurent)

18 years agoMoved kMAXTRACKS from AliMUONDigit.h to here.
ivana [Thu, 2 Mar 2006 16:49:59 +0000 (16:49 +0000)]
Moved kMAXTRACKS from AliMUONDigit.h to here.
Anyway this class is now deprecated...
(Laurent)

18 years agoChanged related to the changes in AliMUONCalibrationData, and added treatment of
ivana [Thu, 2 Mar 2006 16:49:41 +0000 (16:49 +0000)]
Changed related to the changes in AliMUONCalibrationData, and added treatment of
dead channels'
(Laurent)

18 years agoMajor changes:
ivana [Thu, 2 Mar 2006 16:49:22 +0000 (16:49 +0000)]
Major changes:
- Can now handle any number of tracks (from 0 to infinite)
  instead of a fixed number of 10. Fixed a bug in the Copy method.
- Added a Clear method to delete internal track arrays.
- Added a PatchTracks method.
- Changed the Compare method to get almost full ordering.
- Added a fFlags data member, which is currently only used to mark a digit as saturated,
  but which is ought to be used to mark a bad digit too, when we will use the deadchannels
  really.'
(Laurent)

18 years agoRewriting of Digits2Clusters method to minimize the number of loops
ivana [Thu, 2 Mar 2006 16:49:04 +0000 (16:49 +0000)]
Rewriting of Digits2Clusters method to minimize the number of loops
(Laurent)

18 years agoChanged the way we clear digits, as now AliMUONDigit class does allocate memory
ivana [Thu, 2 Mar 2006 16:48:43 +0000 (16:48 +0000)]
Changed the way we clear digits, as now AliMUONDigit class does allocate memory
(Laurent)

18 years agoChanged the handled objects from per-channel to per-manu, in order to speed up
ivana [Thu, 2 Mar 2006 16:48:18 +0000 (16:48 +0000)]
Changed the handled objects from per-channel to per-manu, in order to speed up
the whole process. Also added the handling of dead channels
(Laurent)

18 years agoChanged the defaults.
ivana [Thu, 2 Mar 2006 16:47:58 +0000 (16:47 +0000)]
Changed the defaults.
Can now use a very compact ctor which takes care of geometry builders
(see ResetGeometryBuilder comments to use the old behavior).
The RawWriter is now a data member to avoid recreating it at each event.
(Laurent)

18 years agoReordering, correcting includes
ivana [Thu, 2 Mar 2006 16:47:29 +0000 (16:47 +0000)]
Reordering, correcting includes
(Laurent)

18 years agoAdding comments
ivana [Thu, 2 Mar 2006 16:47:02 +0000 (16:47 +0000)]
Adding comments
(Laurent)

18 years agoCorreted for overlaps
kowal2 [Thu, 2 Mar 2006 16:23:09 +0000 (16:23 +0000)]
Correted for overlaps

18 years agoAdding libEMCALjet
hristov [Thu, 2 Mar 2006 15:47:54 +0000 (15:47 +0000)]
Adding libEMCALjet

18 years agoCorrected files to be consistent with special_zone_outer.dat
ivana [Thu, 2 Mar 2006 14:49:38 +0000 (14:49 +0000)]
Corrected files to be consistent with special_zone_outer.dat
(To be reviewed by Mamu)

18 years agoAdded material for the TPC electronics/cables (40% of X0)
kowal2 [Thu, 2 Mar 2006 11:33:05 +0000 (11:33 +0000)]
Added material for the TPC electronics/cables (40% of X0)

18 years agoCorrected CalibData method, useless RETURN eliminated
schutz [Thu, 2 Mar 2006 10:10:20 +0000 (10:10 +0000)]
Corrected CalibData method, useless RETURN eliminated

18 years agoCorrected DigitizeEnergy, amplitud calculation put outside calibration parameters IF
schutz [Thu, 2 Mar 2006 10:09:07 +0000 (10:09 +0000)]
Corrected DigitizeEnergy, amplitud calculation put outside calibration parameters IF

18 years agoCorrected DigitizeEnergy, if calibration no loaded, default pedestal and channel...
schutz [Thu, 2 Mar 2006 09:23:58 +0000 (09:23 +0000)]
Corrected DigitizeEnergy, if calibration no loaded, default pedestal and channel parameters used

18 years agoRemoving overlaps. Using assemblies for the alignable voulmes (L.Gaudichet)
hristov [Thu, 2 Mar 2006 09:16:57 +0000 (09:16 +0000)]
Removing overlaps. Using assemblies for the alignable voulmes (L.Gaudichet)

18 years agoCorrect initialization of data members (A.Gheata)
hristov [Thu, 2 Mar 2006 09:06:42 +0000 (09:06 +0000)]
Correct initialization of data members (A.Gheata)

18 years agoBug fix after sect renamed to sector
ivana [Thu, 2 Mar 2006 08:42:24 +0000 (08:42 +0000)]
Bug fix after sect renamed to sector

18 years agoUpdated for changing units mm->cm
ivana [Thu, 2 Mar 2006 08:42:09 +0000 (08:42 +0000)]
Updated for changing units mm->cm

18 years agosuppress compiler warnings by correcting some hidden virtual methods
jklay [Wed, 1 Mar 2006 23:36:50 +0000 (23:36 +0000)]
suppress compiler warnings by correcting some hidden virtual methods

18 years agoTuning of EMCAL cluster finder for TRD1 geometry
pavlinov [Wed, 1 Mar 2006 21:15:40 +0000 (21:15 +0000)]
Tuning of EMCAL cluster finder for TRD1 geometry

18 years agoUsing the new (TGeo) geometry of TPC
hristov [Wed, 1 Mar 2006 20:49:47 +0000 (20:49 +0000)]
Using the new (TGeo) geometry of TPC

18 years agoCurrentMedium is the new name of GetMedium
hristov [Wed, 1 Mar 2006 20:48:29 +0000 (20:48 +0000)]
CurrentMedium is the new name of GetMedium

18 years agoCorrected mapping management group definition
ivana [Wed, 1 Mar 2006 16:45:36 +0000 (16:45 +0000)]
Corrected mapping management group definition

18 years agoBug fix - initializing some arrays;
ivana [Wed, 1 Mar 2006 16:22:07 +0000 (16:22 +0000)]
Bug fix - initializing some arrays;
caused crashes for some compiler versions.
(Sasha)

18 years agoFix to retrieve correctly the sign of the Bz field component (Yu.Belikov)
hristov [Wed, 1 Mar 2006 16:08:57 +0000 (16:08 +0000)]
Fix to retrieve correctly the sign of the Bz field component (Yu.Belikov)

18 years agoSimulation and reconstruction of laser tracks (G.Renault)
hristov [Wed, 1 Mar 2006 15:57:17 +0000 (15:57 +0000)]
Simulation and reconstruction of laser tracks (G.Renault)

18 years agoUpdated version (B.Nandi)
hristov [Wed, 1 Mar 2006 15:06:34 +0000 (15:06 +0000)]
Updated version (B.Nandi)

18 years agonew classes added
bnandi [Wed, 1 Mar 2006 15:05:43 +0000 (15:05 +0000)]
new classes added

18 years agoesd variables modified
bnandi [Wed, 1 Mar 2006 15:04:53 +0000 (15:04 +0000)]
esd variables modified

18 years agoone more method to get sigmay added
bnandi [Wed, 1 Mar 2006 15:02:01 +0000 (15:02 +0000)]
one more method to get sigmay added

18 years agobase class for discrimination
bnandi [Wed, 1 Mar 2006 14:59:53 +0000 (14:59 +0000)]
base class for discrimination

18 years agobase class for clustering
bnandi [Wed, 1 Mar 2006 14:59:08 +0000 (14:59 +0000)]
base class for clustering

18 years agocellx and celly methods added
bnandi [Wed, 1 Mar 2006 14:58:29 +0000 (14:58 +0000)]
cellx and celly methods added

18 years agoone more branch added to TreeR
bnandi [Wed, 1 Mar 2006 14:56:47 +0000 (14:56 +0000)]
one more branch added to TreeR

18 years agodiscrimination based on PRE-CPV matching
bnandi [Wed, 1 Mar 2006 14:51:14 +0000 (14:51 +0000)]
discrimination based on PRE-CPV matching

18 years agoclustering version one
bnandi [Wed, 1 Mar 2006 14:50:22 +0000 (14:50 +0000)]
clustering version one

18 years agostores hit info of a cluster
bnandi [Wed, 1 Mar 2006 14:47:29 +0000 (14:47 +0000)]
stores hit info of a cluster

18 years agoDIgits for 2nd ZDC set included
coppedis [Wed, 1 Mar 2006 14:45:01 +0000 (14:45 +0000)]
DIgits for 2nd ZDC set included

18 years agoMinor correction
cvetan [Wed, 1 Mar 2006 14:43:27 +0000 (14:43 +0000)]
Minor correction

18 years agoProtection against memory leaks
cvetan [Wed, 1 Mar 2006 14:06:43 +0000 (14:06 +0000)]
Protection against memory leaks

18 years agoSeveral modifications to the alignment object classes
cvetan [Wed, 1 Mar 2006 13:55:59 +0000 (13:55 +0000)]
Several modifications to the alignment object classes

18 years agoSome protections against 0-pointers returned for media assigned to
morsch [Wed, 1 Mar 2006 10:33:23 +0000 (10:33 +0000)]
Some protections against 0-pointers returned for media assigned to
volume assemblies.

18 years agoCalibration macros directory
schutz [Wed, 1 Mar 2006 09:57:55 +0000 (09:57 +0000)]
Calibration macros directory

18 years agoTest Trigger macro
schutz [Wed, 1 Mar 2006 09:57:16 +0000 (09:57 +0000)]
Test Trigger macro

18 years agoTest Digit macro
schutz [Wed, 1 Mar 2006 09:57:03 +0000 (09:57 +0000)]
Test Digit macro

18 years agoUpdated recess dimensions.
morsch [Wed, 1 Mar 2006 09:54:50 +0000 (09:54 +0000)]
Updated recess dimensions.

18 years agoNew recess dimensions and use of assemblies to avoid overlaps with MUON.
morsch [Wed, 1 Mar 2006 09:38:22 +0000 (09:38 +0000)]
New recess dimensions and use of assemblies to avoid overlaps with MUON.

18 years agoCorrect loading of geometry in Digitize method and add new calibration in DigitizeEne...
schutz [Wed, 1 Mar 2006 08:58:10 +0000 (08:58 +0000)]
Correct loading of geometry in Digitize method and add new calibration in DigitizeEnergy method

18 years agoCorrect loading of geometry in Digitize method and add new calibration in DigitizeEne...
schutz [Wed, 1 Mar 2006 08:42:14 +0000 (08:42 +0000)]
Correct loading of geometry in Digitize method and add new calibration in DigitizeEnergy method

18 years agoCorrect number of rows in smaller modules
schutz [Wed, 1 Mar 2006 08:30:06 +0000 (08:30 +0000)]
Correct number of rows in smaller modules

18 years agoadd package files for jetfinder code
jklay [Tue, 28 Feb 2006 22:29:05 +0000 (22:29 +0000)]
add package files for jetfinder code

18 years agoremove obsolete test script
jklay [Tue, 28 Feb 2006 22:25:12 +0000 (22:25 +0000)]
remove obsolete test script

18 years agoremoving obsolete macros. new ones should go in the macros directory
jklay [Tue, 28 Feb 2006 22:17:58 +0000 (22:17 +0000)]
removing obsolete macros. new ones should go in the macros directory

18 years agoreconstructioner write commented out
jklay [Tue, 28 Feb 2006 22:02:48 +0000 (22:02 +0000)]
reconstructioner write commented out

18 years agomoving jetfinder code to subdirectory
jklay [Tue, 28 Feb 2006 21:56:34 +0000 (21:56 +0000)]
moving jetfinder code to subdirectory

18 years agoadd histogram utilities class, correct package definitions
jklay [Tue, 28 Feb 2006 21:55:11 +0000 (21:55 +0000)]
add histogram utilities class, correct package definitions

18 years agoremoving jetfinder classes from main body of EMCAL code to subdirectory
jklay [Tue, 28 Feb 2006 21:49:24 +0000 (21:49 +0000)]
removing jetfinder classes from main body of EMCAL code to subdirectory

18 years agoremoving unused classes to the attic
jklay [Tue, 28 Feb 2006 21:41:34 +0000 (21:41 +0000)]
removing unused classes to the attic

18 years agoMove the tail cancellation from the digitizer to the clusterizer (Christian)
cblume [Tue, 28 Feb 2006 17:24:40 +0000 (17:24 +0000)]
Move the tail cancellation from the digitizer to the clusterizer (Christian)

18 years agoUpdate the TPC quality info after the propagation back (M.Ivanov)
hristov [Tue, 28 Feb 2006 17:21:08 +0000 (17:21 +0000)]
Update the TPC quality info after the propagation back (M.Ivanov)

18 years agoRemoving obsolete mass hypothesis (M.Ivanov)
hristov [Tue, 28 Feb 2006 17:20:01 +0000 (17:20 +0000)]
Removing obsolete mass hypothesis (M.Ivanov)

18 years agoUpdated PID in TPC needed by the ITS tracker (M.Ivanov)
hristov [Tue, 28 Feb 2006 17:18:45 +0000 (17:18 +0000)]
Updated PID in TPC needed by the ITS tracker (M.Ivanov)

18 years agoDo not modify the PID weights (M.Ivanov)
hristov [Tue, 28 Feb 2006 17:17:56 +0000 (17:17 +0000)]
Do not modify the PID weights (M.Ivanov)

18 years agoAdditional protection (M.Ivanov)
hristov [Tue, 28 Feb 2006 17:17:12 +0000 (17:17 +0000)]
Additional protection (M.Ivanov)

18 years agoObsolete TPC options removed, new magnetic field chooser
kir [Tue, 28 Feb 2006 16:53:55 +0000 (16:53 +0000)]
Obsolete TPC options removed, new magnetic field chooser

18 years agoRemoving obsolete data memeber
hristov [Tue, 28 Feb 2006 16:40:54 +0000 (16:40 +0000)]
Removing obsolete data memeber

18 years agoRemoving useless const
hristov [Tue, 28 Feb 2006 16:40:22 +0000 (16:40 +0000)]
Removing useless const

18 years ago28-feb-2006 NvE Memberfunction AddInputFile introduced in IceF2k to allow processing of
nick [Tue, 28 Feb 2006 15:05:11 +0000 (15:05 +0000)]
28-feb-2006 NvE Memberfunction AddInputFile introduced in IceF2k to allow processing of
                multiple F2K input files.
                The example in the IceF2k docs and in the /macros sub-directory has been
                updated accordingly.

18 years agoQuality information. Removing of double tracks after the propagate back step (M.Ivanov)
hristov [Tue, 28 Feb 2006 12:42:19 +0000 (12:42 +0000)]
Quality information. Removing of double tracks after the propagate back step (M.Ivanov)

18 years agoAdditional initialization (M.Ivanov)
hristov [Tue, 28 Feb 2006 12:40:58 +0000 (12:40 +0000)]
Additional initialization (M.Ivanov)

18 years agoAdditional data for track quality control (M.Ivanov)
hristov [Tue, 28 Feb 2006 12:39:57 +0000 (12:39 +0000)]
Additional data for track quality control (M.Ivanov)