]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
18 years agoCoding conventions (Annalisa)
hristov [Sun, 16 Apr 2006 22:29:05 +0000 (22:29 +0000)]
Coding conventions (Annalisa)

18 years agoRemoving wrong inline from the implementation file
hristov [Sun, 16 Apr 2006 21:17:25 +0000 (21:17 +0000)]
Removing wrong inline from the implementation file

18 years agoPatch from Christian Holm
hristov [Sun, 16 Apr 2006 21:09:52 +0000 (21:09 +0000)]
Patch from Christian Holm

18 years agoNew FMD calibrations from Christian Holm
hristov [Sun, 16 Apr 2006 21:06:40 +0000 (21:06 +0000)]
New FMD calibrations from Christian Holm

18 years agoAdditional protection
hristov [Sun, 16 Apr 2006 20:49:51 +0000 (20:49 +0000)]
Additional protection

18 years agoFix to avoid problems in the fit of clusters (K.Shileev)
hristov [Sun, 16 Apr 2006 20:46:12 +0000 (20:46 +0000)]
Fix to avoid problems in the fit of clusters (K.Shileev)

18 years agoCoding conventions (C.Blume)
hristov [Sun, 16 Apr 2006 20:34:37 +0000 (20:34 +0000)]
Coding conventions (C.Blume)

18 years agoCorrected initialization of time and adc arrays in a loop
hristov [Sun, 16 Apr 2006 20:23:50 +0000 (20:23 +0000)]
Corrected initialization of time and adc arrays in a loop

18 years agoCoding conventions (A.Pavlinov)
hristov [Sun, 16 Apr 2006 20:18:24 +0000 (20:18 +0000)]
Coding conventions (A.Pavlinov)

18 years agoCorrected path to the default CDB storage (A.Colla)
hristov [Sun, 16 Apr 2006 20:14:56 +0000 (20:14 +0000)]
Corrected path to the default CDB storage (A.Colla)

18 years agoRemoving memory leak in case of cached CDB entries
hristov [Sun, 16 Apr 2006 20:12:46 +0000 (20:12 +0000)]
Removing memory leak in case of cached CDB entries

18 years agoCoding conventions
alibrary [Fri, 14 Apr 2006 06:28:19 +0000 (06:28 +0000)]
Coding conventions

18 years agoAdditional protection
hristov [Thu, 13 Apr 2006 17:16:20 +0000 (17:16 +0000)]
Additional protection

18 years agoImproved, numerically stable, formula (Yu.Belikov)
hristov [Thu, 13 Apr 2006 12:49:19 +0000 (12:49 +0000)]
Improved, numerically stable, formula (Yu.Belikov)

18 years agoRemoving obsolete classes (J.Klay)
hristov [Thu, 13 Apr 2006 07:50:41 +0000 (07:50 +0000)]
Removing obsolete classes (J.Klay)

18 years agoCoding conventions (J.Klay)
hristov [Thu, 13 Apr 2006 07:48:40 +0000 (07:48 +0000)]
Coding conventions (J.Klay)

18 years agoZero misalignment
hristov [Thu, 13 Apr 2006 06:45:27 +0000 (06:45 +0000)]
Zero misalignment

18 years agoFix warning
alibrary [Thu, 13 Apr 2006 04:31:12 +0000 (04:31 +0000)]
Fix warning

18 years agoZero misalignment
hristov [Wed, 12 Apr 2006 20:22:49 +0000 (20:22 +0000)]
Zero misalignment

18 years agoUsing AliVZEROv7 by default
hristov [Wed, 12 Apr 2006 17:30:26 +0000 (17:30 +0000)]
Using AliVZEROv7 by default

18 years agoGetters needed by the visalization (Matevz)
hristov [Wed, 12 Apr 2006 17:25:17 +0000 (17:25 +0000)]
Getters needed by the visalization (Matevz)

18 years agoUpdated version of the TRD calibration files (Alberto)
hristov [Wed, 12 Apr 2006 17:02:38 +0000 (17:02 +0000)]
Updated version of the TRD calibration files (Alberto)

18 years agoSet of modifications:
hristov [Wed, 12 Apr 2006 16:56:17 +0000 (16:56 +0000)]
Set of modifications:
- Besides the overlapped 4x4 cells sum, now we consider also the not
overlapped 2x2 sum, necessary to do the selection of the L0 trigger.
- The maximum sums and cell positions for the 2x2 and 4x4 sums are
calculated and they are kept.
- The maximum amplitudes are transformed in Raw adc samples. Each time
bin of the sample is compared to the trigger threshold until the bin
sample is larger. The adc sample array is also kept.
- Defined a bool, fSimulation, if True, it loads the digits from the
trigger code, if False, the TClonesArray with the digits must be
provided to the Trigger when we call it.
Gustavo

18 years agoTrigger method FillTRU (for PHOS it is in AliPHOSTrigger) modified and
hristov [Wed, 12 Apr 2006 16:55:01 +0000 (16:55 +0000)]
Trigger method FillTRU (for PHOS it is in AliPHOSTrigger) modified and
added new method GetCellPhiEtaIndexInSModuleFromTRUIndex()
Gustavo

18 years ago- Constructors: Correctly charge the geometry to avoid crash when opening a
hristov [Wed, 12 Apr 2006 16:53:07 +0000 (16:53 +0000)]
- Constructors: Correctly charge the geometry to avoid crash when opening a
different aliroot session from RecPoints to ESD
- New method GetPrimaryIndex that finds the index of the particle in the
kinematics tree that probably generated the reconstructed cluster.
Gustavo

18 years agoRawSampledResponse() made public because it is needed by the trigger (Gustavo)
hristov [Wed, 12 Apr 2006 16:50:27 +0000 (16:50 +0000)]
RawSampledResponse() made public because it is needed by the trigger (Gustavo)

18 years agoThe modification of the loader requires to change calls loader->LoadDigits() to loade...
hristov [Wed, 12 Apr 2006 16:45:29 +0000 (16:45 +0000)]
The modification of the loader requires to change calls loader->LoadDigits() to loader->LoadDigits(EMCAL) (Gustavo)

18 years agoCalls to LoadXXX() modified to try to avoid wrong 0 event (Gustavo)
hristov [Wed, 12 Apr 2006 16:43:28 +0000 (16:43 +0000)]
Calls to LoadXXX() modified to try to avoid  wrong 0 event (Gustavo)

18 years ago- FillESD: Reject digits with time larger than 256*256/1e9*100 and diminish
hristov [Wed, 12 Apr 2006 16:42:19 +0000 (16:42 +0000)]
- FillESD: Reject digits with time larger than 256*256/1e9*100 and diminish
correspondingly digits multiplicity)
- FillESD: Fill the methods GetM02 = lambda02 and GetM20=lambda12
- FillESD: Added the call to AliEMCALRecPoint::GetPrimaryIndex to fill
the AliESDCaloCluster::GetPrimaryIndex.
- FillESD: Shower Shape methods only filled if the cluster is not a pseudo
cluster.
Gustavo

18 years agoDefault calibration parameters generatedd using macros/CalibrationDB/AliEMCALSetCDB...
hristov [Wed, 12 Apr 2006 16:39:04 +0000 (16:39 +0000)]
Default calibration parameters generatedd using macros/CalibrationDB/AliEMCALSetCDB.C (Gustavo)

18 years agoCorrect the zero calibration parameters, they were the PHOS ones (Gustavo)
hristov [Wed, 12 Apr 2006 16:38:15 +0000 (16:38 +0000)]
Correct the zero calibration parameters, they were the PHOS ones (Gustavo)

18 years agoAdditional protection (Yu.Belikov)
hristov [Wed, 12 Apr 2006 13:43:42 +0000 (13:43 +0000)]
Additional protection (Yu.Belikov)

18 years agoTemporary fixes in case the Minutit fit doesn't converge (K.Shileev)
hristov [Wed, 12 Apr 2006 13:32:36 +0000 (13:32 +0000)]
Temporary fixes in case the Minutit fit doesn't converge (K.Shileev)

18 years agoStreamlining polynomial evaluation
alibrary [Wed, 12 Apr 2006 13:29:12 +0000 (13:29 +0000)]
Streamlining polynomial evaluation

18 years agoSimplification of Makefile and some small corrections
alibrary [Wed, 12 Apr 2006 11:32:03 +0000 (11:32 +0000)]
Simplification of Makefile and some small corrections

18 years agoOptional stream level for debugging purpose. By defualt no debug output. Enable it...
hristov [Wed, 12 Apr 2006 10:36:06 +0000 (10:36 +0000)]
Optional stream level for debugging purpose. By defualt no debug output. Enable it by calling AliTRDreconstructor::SetStreamLevel(1) (M.Ivanov)

18 years agoPrint method renamed to PrintPID
hristov [Wed, 12 Apr 2006 10:16:27 +0000 (10:16 +0000)]
Print method renamed to PrintPID

18 years agoSOme methods made virtual (M.Ivanov)
hristov [Wed, 12 Apr 2006 09:31:46 +0000 (09:31 +0000)]
SOme methods made virtual (M.Ivanov)

18 years agoGlobalToDetector method. Reading transformation form TGeoManager (M.Ivanov)
hristov [Wed, 12 Apr 2006 09:30:40 +0000 (09:30 +0000)]
GlobalToDetector method. Reading transformation form TGeoManager (M.Ivanov)

18 years agoApplying TGeoManager transformation. Coding convention (M.Ivanov)
hristov [Wed, 12 Apr 2006 09:29:41 +0000 (09:29 +0000)]
Applying TGeoManager transformation. Coding convention (M.Ivanov)

18 years agoCorrect treatment of alignment data in case one loads and try to apply alignment...
cvetan [Wed, 12 Apr 2006 09:23:10 +0000 (09:23 +0000)]
Correct treatment of alignment data in case one loads and try to apply alignment data for detector which has not been simulated

18 years agoCoding conventions (Ivana)
hristov [Wed, 12 Apr 2006 09:03:42 +0000 (09:03 +0000)]
Coding conventions (Ivana)

18 years agodos2unix (Solaris x86)
hristov [Wed, 12 Apr 2006 08:43:33 +0000 (08:43 +0000)]
dos2unix (Solaris x86)

18 years agoNew SPD simulation (Massimo):
hristov [Wed, 12 Apr 2006 08:32:31 +0000 (08:32 +0000)]
New SPD simulation (Massimo):
- speeding up of the diffusion code (Bjorn)
- creation  of CDB file with the dead channels, implementation
of the CDB reading, check of  the code (Henrik, Giuseppe, Domenico)
- final tuning of the diffusion model parameters (Romualdo)

18 years agoInitialization of some variables (Bogdan)
hristov [Wed, 12 Apr 2006 08:10:34 +0000 (08:10 +0000)]
Initialization of some variables (Bogdan)

18 years agoInitialization of hadronLowPt and hadronHighPt
hristov [Wed, 12 Apr 2006 07:32:42 +0000 (07:32 +0000)]
Initialization of hadronLowPt and hadronHighPt

18 years agoRemoving obsolete class
hristov [Wed, 12 Apr 2006 07:04:39 +0000 (07:04 +0000)]
Removing obsolete class

18 years agoRecreate the rec. points in the beginning of the session
hristov [Wed, 12 Apr 2006 06:59:12 +0000 (06:59 +0000)]
Recreate the rec. points in the beginning of the session

18 years agoCoding conventions (Christian)
hristov [Tue, 11 Apr 2006 17:06:07 +0000 (17:06 +0000)]
Coding conventions (Christian)

18 years agoCorrect raw data reconstruction in case of trigger
cvetan [Tue, 11 Apr 2006 16:02:12 +0000 (16:02 +0000)]
Correct raw data reconstruction in case of trigger

18 years agoImproved version (F.Carminati)
hristov [Tue, 11 Apr 2006 15:52:00 +0000 (15:52 +0000)]
Improved version (F.Carminati)

18 years agoCoding conventions (A.Pavlinov)
hristov [Tue, 11 Apr 2006 15:40:28 +0000 (15:40 +0000)]
Coding conventions (A.Pavlinov)

18 years agoUse run 0 if the CDB run is set to -1 (A.Colla)
hristov [Tue, 11 Apr 2006 15:31:40 +0000 (15:31 +0000)]
Use run 0 if the CDB run is set to -1 (A.Colla)

18 years agoInternal run number set to -1 (A.Colla)
hristov [Tue, 11 Apr 2006 15:30:29 +0000 (15:30 +0000)]
Internal run number set to -1 (A.Colla)

18 years agoImplementation of the latest upgrades in AliCDBManager (A.Colla)
hristov [Tue, 11 Apr 2006 15:30:04 +0000 (15:30 +0000)]
Implementation of the latest upgrades in AliCDBManager (A.Colla)

18 years agoRun number in query set to -1: forces AliCDBManager to use its run number (A.Colla)
hristov [Tue, 11 Apr 2006 15:28:51 +0000 (15:28 +0000)]
Run number in query set to -1: forces AliCDBManager to use its run number (A.Colla)

18 years agoChecks on cache status before deleting calibration objects (A.Colla)
hristov [Tue, 11 Apr 2006 15:28:32 +0000 (15:28 +0000)]
Checks on cache status before deleting calibration objects (A.Colla)

18 years agoDo not delete AliCDBEntry if cache is active A.Colla)
hristov [Tue, 11 Apr 2006 15:26:05 +0000 (15:26 +0000)]
Do not delete AliCDBEntry if cache is active A.Colla)

18 years agoCache flag initialized to kTRUE. Run number initialized to -1 (A.Colla)
hristov [Tue, 11 Apr 2006 15:24:21 +0000 (15:24 +0000)]
Cache flag initialized to kTRUE. Run number initialized to -1 (A.Colla)

18 years agorun number in query set to -1: forces AliCDBManager to use its run number (A.Colla)
hristov [Tue, 11 Apr 2006 15:22:59 +0000 (15:22 +0000)]
run number in query set to -1: forces AliCDBManager to use its run number (A.Colla)

18 years agoDefault calibration (A.Colla)
hristov [Tue, 11 Apr 2006 15:21:12 +0000 (15:21 +0000)]
Default calibration (A.Colla)

18 years agoUpdated version (Panos)
hristov [Tue, 11 Apr 2006 15:07:15 +0000 (15:07 +0000)]
Updated version (Panos)

18 years ago- Class description on 5 lines (Coding conventions)
hristov [Tue, 11 Apr 2006 14:58:50 +0000 (14:58 +0000)]
- Class description on 5 lines (Coding conventions)
- Adding third slash to all member function comments (for Doxygen)
(Ivana)

18 years agoClass description correction/addition/cleanup (Ivana)
hristov [Tue, 11 Apr 2006 14:58:20 +0000 (14:58 +0000)]
Class description correction/addition/cleanup (Ivana)

18 years agoIdeal calibration coefficients for PHOS EMC and CPV (Yu.Kharlov)
hristov [Tue, 11 Apr 2006 14:40:42 +0000 (14:40 +0000)]
Ideal calibration coefficients for PHOS EMC and CPV (Yu.Kharlov)

18 years agoDefault constructor creates CDB storage with centrally set run number (Yu.Kharlov)
hristov [Tue, 11 Apr 2006 14:40:12 +0000 (14:40 +0000)]
Default constructor creates CDB storage with centrally set run number (Yu.Kharlov)

18 years agoTypo
hristov [Tue, 11 Apr 2006 13:58:30 +0000 (13:58 +0000)]
Typo

18 years agoCorrection in the volume path
hristov [Tue, 11 Apr 2006 13:03:17 +0000 (13:03 +0000)]
Correction in the volume path

18 years agoZero misalignmentr (C.Oppedisano)
hristov [Tue, 11 Apr 2006 10:07:38 +0000 (10:07 +0000)]
Zero misalignmentr (C.Oppedisano)

18 years agoRemoving extra space in the name of the shape, which caused serious problems on Mac
hristov [Tue, 11 Apr 2006 08:25:23 +0000 (08:25 +0000)]
Removing extra space in the name of the shape, which caused serious problems on Mac

18 years agoAdding the full covariance matrix for the TOF space-points
cvetan [Tue, 11 Apr 2006 07:35:25 +0000 (07:35 +0000)]
Adding the full covariance matrix for the TOF space-points

18 years agoAdding the full covariance matrix for the ITS space-points
cvetan [Tue, 11 Apr 2006 07:31:24 +0000 (07:31 +0000)]
Adding the full covariance matrix for the ITS space-points

18 years agoAdding zero misalignment for PMD (C.Cheshkov)
hristov [Tue, 11 Apr 2006 07:24:31 +0000 (07:24 +0000)]
Adding zero misalignment for PMD (C.Cheshkov)

18 years agoRemoving obsolete code (C.Cheshkov)
hristov [Tue, 11 Apr 2006 07:16:50 +0000 (07:16 +0000)]
Removing obsolete code (C.Cheshkov)

18 years agoCoding conventions (A.Szostak)
hristov [Tue, 11 Apr 2006 07:11:44 +0000 (07:11 +0000)]
Coding conventions (A.Szostak)

18 years agoUsing look-up table to calculate the integrated spectrum (Valgrind)
hristov [Mon, 10 Apr 2006 17:15:51 +0000 (17:15 +0000)]
Using look-up table to calculate the integrated spectrum (Valgrind)

18 years agoUpdated version (Bogdan)
hristov [Mon, 10 Apr 2006 17:12:48 +0000 (17:12 +0000)]
Updated version (Bogdan)

18 years agoBug fix (Chiara)
hristov [Mon, 10 Apr 2006 16:10:46 +0000 (16:10 +0000)]
Bug fix (Chiara)

18 years agoCoding conventions (Brigitte)
hristov [Mon, 10 Apr 2006 16:08:45 +0000 (16:08 +0000)]
Coding conventions (Brigitte)

18 years agoCoding conventions (Ivana)
hristov [Mon, 10 Apr 2006 16:05:43 +0000 (16:05 +0000)]
Coding conventions (Ivana)

18 years agoIn GenerateNoisyDigitsForOneCathode():
hristov [Mon, 10 Apr 2006 16:01:39 +0000 (16:01 +0000)]
In GenerateNoisyDigitsForOneCathode():
Corrected the probality that the noise is outside NSigma
(Alexandre)

18 years agoMoving the misalignment to AliSimulation and AliReconstruction (Cvetan)
hristov [Mon, 10 Apr 2006 15:39:25 +0000 (15:39 +0000)]
Moving the misalignment to AliSimulation and AliReconstruction (Cvetan)

18 years agoDefault run number -1 (Cvetan)
hristov [Mon, 10 Apr 2006 15:38:23 +0000 (15:38 +0000)]
Default run number -1 (Cvetan)

18 years agoZero mis-alignment parameters for FMD (C.Cheshkov using AliFMDAlignFaker)
hristov [Mon, 10 Apr 2006 13:58:48 +0000 (13:58 +0000)]
Zero mis-alignment parameters for FMD (C.Cheshkov using AliFMDAlignFaker)

18 years agoCorrected behaviour in case the volume was already misaligned
cvetan [Mon, 10 Apr 2006 12:58:53 +0000 (12:58 +0000)]
Corrected behaviour in case the volume was already misaligned

18 years agoWorking version of the class for the TOF Trigger. For the time being,
hristov [Mon, 10 Apr 2006 07:16:14 +0000 (07:16 +0000)]
Working version of the class for the TOF Trigger. For the time being,
it includes the four TOF level zero triggers (pp Minimum Bias, Multi-Muon
cosmic trigger, High Multiplicity trigger and ultra-peripheral collision
trigger; the level 1 trigger for the jet topology is still missing)
Chiara and Silvia

18 years agoDistinguish between the reconstructed and default vertexes (Panos)
hristov [Sun, 9 Apr 2006 15:02:45 +0000 (15:02 +0000)]
Distinguish between the reconstructed and default vertexes (Panos)

18 years agoModifications needed to do the following:
hristov [Sun, 9 Apr 2006 14:43:46 +0000 (14:43 +0000)]
Modifications needed to do the following:

1) if the run number stored in the CDBmanager is negative, the CDB is accessed with run 0. The cache for ITS is temporarily disabled and the calibration objects, stored in AliITSDetType* are deleted by the container class destructor.
2) if the run number is >=0, the cache is enabled and the calibration object are not deleted by the ITS container destructor
3) if the GetCalibration method is called more than once per run, the access to CDB is not attempted more than once
Massimo

18 years agoUpdated code for PDC06 (Alla)
hristov [Sat, 8 Apr 2006 19:04:05 +0000 (19:04 +0000)]
Updated code for PDC06 (Alla)

18 years agoFix in rigger logics (Alla)
hristov [Sat, 8 Apr 2006 19:03:13 +0000 (19:03 +0000)]
Fix in rigger logics (Alla)

18 years agoCode cleanup, removing debug printouts (Alla)
hristov [Sat, 8 Apr 2006 19:02:09 +0000 (19:02 +0000)]
Code cleanup, removing debug printouts (Alla)

18 years agoCoding conventions
hristov [Sat, 8 Apr 2006 17:16:26 +0000 (17:16 +0000)]
Coding conventions

18 years agoRemoving meaningless const (icc)
hristov [Sat, 8 Apr 2006 14:44:29 +0000 (14:44 +0000)]
Removing meaningless const (icc)

18 years agoRemoving meaningless const (icc)
hristov [Fri, 7 Apr 2006 16:47:52 +0000 (16:47 +0000)]
Removing meaningless const (icc)

18 years agoRemoving meaningless const (icc)
hristov [Fri, 7 Apr 2006 16:42:40 +0000 (16:42 +0000)]
Removing meaningless const (icc)

18 years agoAliTRDcalibDB class adjusted to the latest changes in AliCDB (Jan-Fiete)
hristov [Fri, 7 Apr 2006 15:39:34 +0000 (15:39 +0000)]
AliTRDcalibDB class adjusted to the latest changes in AliCDB (Jan-Fiete)

18 years agoTrigger: changes in the electron identification (B.Vulpescu)
hristov [Fri, 7 Apr 2006 15:35:39 +0000 (15:35 +0000)]
Trigger: changes in the electron identification (B.Vulpescu)

18 years agoCoding conventions (Ivana)
hristov [Fri, 7 Apr 2006 15:29:12 +0000 (15:29 +0000)]
Coding conventions (Ivana)

18 years agoAdding commented lines for setting local misalignment data
hristov [Fri, 7 Apr 2006 15:28:31 +0000 (15:28 +0000)]
Adding commented lines for setting local misalignment data
in simulation
(Ivana)

18 years agoLoadTransforms(): adding protection if no geometry is passed
hristov [Fri, 7 Apr 2006 15:28:05 +0000 (15:28 +0000)]
LoadTransforms(): adding protection if no geometry is passed
(Ivana)