]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
16 years agoRemoving volpath.dat file
ivana [Thu, 28 Jun 2007 16:28:22 +0000 (16:28 +0000)]
Removing volpath.dat file

16 years agoFixed setting for AliGenFixed
ivana [Thu, 28 Jun 2007 16:28:07 +0000 (16:28 +0000)]
Fixed setting for AliGenFixed

16 years ago- Removing use of volpath.dat file, now we can use volume symnames
ivana [Thu, 28 Jun 2007 16:27:54 +0000 (16:27 +0000)]
- Removing use of volpath.dat file, now we can use volume symnames
  to retrieve the modules and DE transformations from geometry
- Functions ReadGeometryData(*) replaced with
  LoadGeometryData(fileName)
  LoadGeometryData()
  The second one uses geometry loaded in AliGeomManger

16 years ago- Added static mathod GetModuleName(moduleId)
ivana [Thu, 28 Jun 2007 16:27:34 +0000 (16:27 +0000)]
- Added static mathod GetModuleName(moduleId)
- Implemented default ctor replaced with RootIOCtor

16 years ago- Added static mathod GetDEName(detElemId)
ivana [Thu, 28 Jun 2007 16:27:16 +0000 (16:27 +0000)]
- Added static mathod GetDEName(detElemId)
- Implemented default ctor replaced with RootIOCtor

16 years ago- Updated for modifications in AliMUONGeometryTransformer
ivana [Thu, 28 Jun 2007 16:27:00 +0000 (16:27 +0000)]
- Updated for modifications in AliMUONGeometryTransformer
- Creating detection elements moved from InitGeometry()
  in CreateGeometry() as they are needed for setting alignable
  volumes called by fremawork before Init()

16 years agoUpdated for modifications in AliMUONGeometryTransformer
ivana [Thu, 28 Jun 2007 16:26:44 +0000 (16:26 +0000)]
Updated for modifications in AliMUONGeometryTransformer

16 years agoCorrected compiler warning (Laurent)
ivana [Thu, 28 Jun 2007 15:46:16 +0000 (15:46 +0000)]
Corrected compiler warning (Laurent)

16 years agoRegenerated file with the update of gain calibration
ivana [Thu, 28 Jun 2007 15:37:48 +0000 (15:37 +0000)]
Regenerated file with the update of gain calibration

16 years agoBeing more realistic with gain calibration (Laurent)
ivana [Thu, 28 Jun 2007 15:37:34 +0000 (15:37 +0000)]
Being more realistic with gain calibration (Laurent)

16 years agoAdded decription of available options to tune track reconstruction
ivana [Thu, 28 Jun 2007 15:35:40 +0000 (15:35 +0000)]
Added decription of available options to tune track reconstruction
(Philippe P.)

16 years agoFixes in wirting of raw data needed on big-endian platforms (Marco)
cvetan [Thu, 28 Jun 2007 15:23:18 +0000 (15:23 +0000)]
Fixes in wirting of raw data needed on big-endian platforms (Marco)

16 years agoAdding paragraph
ivana [Thu, 28 Jun 2007 15:16:09 +0000 (15:16 +0000)]
Adding paragraph
How to tune muon track reconstruction
(Philippe P.)

16 years agoImplemented a flag to enable/disable the error info logger
ivana [Thu, 28 Jun 2007 14:45:53 +0000 (14:45 +0000)]
Implemented a flag to enable/disable the error info logger
(Christian)

16 years agoUpdated buspatch and DDL numbers for station 345 and started buspatch at 1
ivana [Thu, 28 Jun 2007 14:28:43 +0000 (14:28 +0000)]
Updated buspatch and DDL numbers for station 345 and started buspatch at 1
(Christian)

16 years agoRemoving class AliMUONTrackK
ivana [Thu, 28 Jun 2007 14:24:29 +0000 (14:24 +0000)]
Removing class AliMUONTrackK

16 years ago- Reshape the architecture of the Kalman tracking to make it more modular
ivana [Thu, 28 Jun 2007 14:23:56 +0000 (14:23 +0000)]
- Reshape the architecture of the Kalman tracking to make it more modular
  and similar to the Original one. Performances (efficiency, resolution,
  cpu time) of the new version are the same as before.
- Remove the class AliMUONTrackK.
- Add new options to the Original tracking that were available
  only for the Kalman.
- Speed up the last fit (accounting for multiple scattering) in the
  Original tracking.
(Philippe P.)

16 years agoAdding missing include
ivana [Thu, 28 Jun 2007 14:22:57 +0000 (14:22 +0000)]
Adding missing include
(Philippe P.)

16 years agoAdding the position of absorber
ivana [Thu, 28 Jun 2007 14:22:38 +0000 (14:22 +0000)]
Adding the position of absorber
(Philippe P.)

16 years agoIn Reconstruct(TTree* digitsTree, TTree* clustersTree):
ivana [Thu, 28 Jun 2007 13:43:07 +0000 (13:43 +0000)]
In Reconstruct(TTree* digitsTree, TTree* clustersTree):
Fix a bug in reconstruction from RunLoader only (i.e. not going through raw data),
where calibration does not occur as it should
(Laurent)

16 years agoComments for Doxygen
ivana [Thu, 28 Jun 2007 13:31:43 +0000 (13:31 +0000)]
Comments for Doxygen

16 years agoadd AliTPCcalibV0 class (Marian)
marian [Thu, 28 Jun 2007 12:36:29 +0000 (12:36 +0000)]
add AliTPCcalibV0 class (Marian)

16 years agoCalibration classes for selection of the tracks for PID using
marian [Thu, 28 Jun 2007 12:34:06 +0000 (12:34 +0000)]
Calibration classes for selection of the tracks for PID using
V0 topology (Marian)

16 years agoUsing the geometry loaded in AliGeomManager and not directly gGeoManager.
cvetan [Thu, 28 Jun 2007 11:03:50 +0000 (11:03 +0000)]
Using the geometry loaded in AliGeomManager and not directly gGeoManager.

16 years agoImportant bug-fix. In case of simulation AliGeomManager should load already active...
cvetan [Thu, 28 Jun 2007 11:02:38 +0000 (11:02 +0000)]
Important bug-fix. In case of simulation AliGeomManager should load already active tgeo geometry.

16 years agoPossibility to load already active TGeoManager. Needed by AliSimulation
cvetan [Thu, 28 Jun 2007 10:46:48 +0000 (10:46 +0000)]
Possibility to load already active TGeoManager. Needed by AliSimulation

16 years agoIntrinsic chamber efficiency calculation performed during reconstruction (Diego)
martinez [Thu, 28 Jun 2007 10:20:41 +0000 (10:20 +0000)]
Intrinsic chamber efficiency calculation performed during reconstruction (Diego)
Output of the efficiency calculation stored in esdTree user info (Diego)
Digits in non bending plane crossing many local boards are saved once in order
t avoid storing twice the same digit (Diego)

16 years agoIntroduction of the new SSD geometry in simulation (AliITSv11Hybrid) and suppression...
masera [Thu, 28 Jun 2007 10:17:25 +0000 (10:17 +0000)]
Introduction of the new SSD geometry in simulation (AliITSv11Hybrid) and suppression of overlaps between old and new parts

16 years agoremove makefile
marian [Thu, 28 Jun 2007 10:00:46 +0000 (10:00 +0000)]
remove makefile

16 years agoCorrected version by Alexandru
cblume [Thu, 28 Jun 2007 07:21:41 +0000 (07:21 +0000)]
Corrected version by Alexandru

16 years agobug fix in AliCorrection
jgrosseo [Wed, 27 Jun 2007 17:04:49 +0000 (17:04 +0000)]
bug fix in AliCorrection
added function that returns label of mother particle

16 years agoTask for TOF Calibration, optimized for pp runs
zampolli [Wed, 27 Jun 2007 16:56:00 +0000 (16:56 +0000)]
Task for TOF Calibration, optimized for pp runs

16 years agoChannel for Task for TOF Calibration, optimized for pp runs
zampolli [Wed, 27 Jun 2007 16:55:42 +0000 (16:55 +0000)]
Channel for Task for TOF Calibration, optimized for pp runs

16 years agoAdding comments (Laurent)
ivana [Wed, 27 Jun 2007 16:44:01 +0000 (16:44 +0000)]
Adding comments (Laurent)

16 years agoInterface with new trigger mapping (Christian)
ivana [Wed, 27 Jun 2007 16:27:41 +0000 (16:27 +0000)]
Interface with new trigger mapping (Christian)

16 years agoAdopt for new VStore interface, use AliMUONRawStreamTracker::Next()
ivana [Wed, 27 Jun 2007 16:09:34 +0000 (16:09 +0000)]
Adopt for new VStore interface, use AliMUONRawStreamTracker::Next()
instead of NextDDL(),  remove some printout msg & moving Float -> Double
(Christian)

16 years agoFirst version of DA trigger (Christian)
ivana [Wed, 27 Jun 2007 16:09:20 +0000 (16:09 +0000)]
First version of DA trigger (Christian)

16 years agoAdd GetPayLoad method (Christian)
ivana [Wed, 27 Jun 2007 16:09:03 +0000 (16:09 +0000)]
Add GetPayLoad method (Christian)

16 years agoPut enum in public as it should (Christian)
ivana [Wed, 27 Jun 2007 16:08:53 +0000 (16:08 +0000)]
Put enum in public as it should (Christian)

16 years agoIncrement the error counters & reset them (Christian)
ivana [Wed, 27 Jun 2007 16:08:43 +0000 (16:08 +0000)]
Increment the error counters & reset them (Christian)

16 years agoAdd member in initialization list
ivana [Wed, 27 Jun 2007 16:08:32 +0000 (16:08 +0000)]
Add member in initialization list
(Christian)

16 years agonew makefile (Marian)
marian [Wed, 27 Jun 2007 15:33:56 +0000 (15:33 +0000)]
new makefile (Marian)

16 years agofunction ProcessTrack added (Marian)
marian [Wed, 27 Jun 2007 15:24:52 +0000 (15:24 +0000)]
function ProcessTrack added (Marian)

16 years agoUpdated buspatch and DDL numbers for station 345 and started buspatch at 1
ivana [Wed, 27 Jun 2007 15:23:03 +0000 (15:23 +0000)]
Updated buspatch and DDL numbers for station 345 and started buspatch at 1
(Christian)

16 years agoDocument branch merge.
mtadel [Wed, 27 Jun 2007 15:16:56 +0000 (15:16 +0000)]
Document branch merge.

16 years agoConsolidating definitions of FindObject methods (Laurent)
martinez [Wed, 27 Jun 2007 14:24:23 +0000 (14:24 +0000)]
Consolidating definitions of FindObject methods (Laurent)

16 years agoConsolidating definitions of FindObject methods (Laurent)
martinez [Wed, 27 Jun 2007 14:19:01 +0000 (14:19 +0000)]
Consolidating definitions of FindObject methods (Laurent)

16 years agoAdding IsEqual and Compare methods (Laurent)
martinez [Wed, 27 Jun 2007 14:12:12 +0000 (14:12 +0000)]
Adding IsEqual and Compare methods (Laurent)

16 years agoConsolidating definitions of FindObject methods (Laurent)
martinez [Wed, 27 Jun 2007 14:11:59 +0000 (14:11 +0000)]
Consolidating definitions of FindObject methods (Laurent)

16 years agoBug fix in GetSize (Laurent)
martinez [Wed, 27 Jun 2007 14:11:38 +0000 (14:11 +0000)]
Bug fix in GetSize (Laurent)

16 years agoChanges in DataInterface ownership (Laurent)
martinez [Wed, 27 Jun 2007 14:11:26 +0000 (14:11 +0000)]
Changes in DataInterface ownership (Laurent)

16 years agoDetails of RB24/2 and RB24/3 geometry for correct BCM simulation.
morsch [Wed, 27 Jun 2007 13:02:18 +0000 (13:02 +0000)]
Details of RB24/2 and RB24/3 geometry for correct BCM simulation.

16 years agoUpdated version (Haavard)
cvetan [Wed, 27 Jun 2007 11:14:57 +0000 (11:14 +0000)]
Updated version (Haavard)

16 years agoremoved old stand-alone build system
richterm [Wed, 27 Jun 2007 10:11:43 +0000 (10:11 +0000)]
removed old stand-alone build system

16 years agoBug fix for CPV-EMC distance
kharlov [Wed, 27 Jun 2007 09:11:07 +0000 (09:11 +0000)]
Bug fix for CPV-EMC distance

16 years agoAdding missing include
alibrary [Wed, 27 Jun 2007 06:35:53 +0000 (06:35 +0000)]
Adding missing include

16 years agoRemoving extra semicolon (Marian)
cvetan [Tue, 26 Jun 2007 16:23:43 +0000 (16:23 +0000)]
Removing extra semicolon (Marian)

16 years agoCompensator dipole updates.
morsch [Tue, 26 Jun 2007 15:54:31 +0000 (15:54 +0000)]
Compensator dipole updates.

16 years agoRecord changes.
mtadel [Tue, 26 Jun 2007 15:28:58 +0000 (15:28 +0000)]
Record changes.

16 years agoUse new Alieve::Event initialization.
mtadel [Tue, 26 Jun 2007 15:28:57 +0000 (15:28 +0000)]
Use new Alieve::Event initialization.

16 years agoRemove AliDebug stuff.
mtadel [Tue, 26 Jun 2007 15:28:55 +0000 (15:28 +0000)]
Remove AliDebug stuff.

16 years agoInvert the modality of run-loader and esd loading: always try to open them and compla...
mtadel [Tue, 26 Jun 2007 15:27:17 +0000 (15:27 +0000)]
Invert the modality of run-loader and esd loading: always try to open them and complain only when asked to.

16 years agoThe treatment of the Bz field component is different in our package and in ALICE...
cvetan [Tue, 26 Jun 2007 13:02:11 +0000 (13:02 +0000)]
The treatment of the Bz field component is different in our package and in ALICE tracking routines. To solve the problem we have changed internally the field sign.   (Marian Ivanov, Sergei Grorbunov)

16 years agolibTPCcalib.pkg renamed -
marian [Tue, 26 Jun 2007 12:40:21 +0000 (12:40 +0000)]
libTPCcalib.pkg renamed -
CODE not compiled using standard aliroot make (Marian)

16 years agoPackage for calibration using tracks removed from AliRoot -
marian [Tue, 26 Jun 2007 12:33:58 +0000 (12:33 +0000)]
Package for calibration using tracks  removed from AliRoot -
to be added after later  (Marian)

16 years agoCorrected macro to display the phos clusters
cvetan [Tue, 26 Jun 2007 11:38:34 +0000 (11:38 +0000)]
Corrected macro to display the phos clusters

16 years agoRemoval of unused method
cvetan [Tue, 26 Jun 2007 11:21:43 +0000 (11:21 +0000)]
Removal of unused method

16 years agoExtra semi-colon
cvetan [Tue, 26 Jun 2007 11:15:33 +0000 (11:15 +0000)]
Extra semi-colon

16 years agoMoving the pkg file into the TPC folder
cvetan [Tue, 26 Jun 2007 11:15:09 +0000 (11:15 +0000)]
Moving the pkg file into the TPC folder

16 years agooptimised time-almlitude graph
alla [Tue, 26 Jun 2007 10:13:02 +0000 (10:13 +0000)]
optimised time-almlitude graph

16 years agonew LookUpTable
alla [Tue, 26 Jun 2007 10:12:19 +0000 (10:12 +0000)]
new LookUpTable

16 years agooptimize T0 OCDB parameters
alla [Tue, 26 Jun 2007 10:10:51 +0000 (10:10 +0000)]
optimize T0 OCDB parameters

16 years agoChanges for usage on PROOF
marian [Mon, 25 Jun 2007 16:54:19 +0000 (16:54 +0000)]
Changes for usage on PROOF
+Use of TPC calibration class in AliTPCSelectorTracks.cxx
(Marian)

16 years agorecent preprocessor from Tomek
alla [Mon, 25 Jun 2007 12:46:23 +0000 (12:46 +0000)]
recent preprocessor from Tomek

16 years agoAdding comment line only
ivana [Mon, 25 Jun 2007 12:36:33 +0000 (12:36 +0000)]
Adding comment line only

16 years agoFixed bugs in preclustering.
ivana [Mon, 25 Jun 2007 12:36:20 +0000 (12:36 +0000)]
Fixed bugs in preclustering.
(Sasha)

16 years agoCorrect function Compare() for "pixels" from MLEM cluster finder.
ivana [Mon, 25 Jun 2007 12:36:06 +0000 (12:36 +0000)]
Correct function Compare() for "pixels" from MLEM cluster finder.
(Sasha)

16 years agoMaking MLEM cluster finder working properly (reproduces results
ivana [Mon, 25 Jun 2007 12:35:53 +0000 (12:35 +0000)]
Making MLEM cluster finder working properly (reproduces results
from AZ cluster finder for single upsilons).
(Sasha)

16 years agoDisabling cluster sorting - breaks the MLEM algorithm.
ivana [Mon, 25 Jun 2007 12:35:29 +0000 (12:35 +0000)]
Disabling cluster sorting - breaks the MLEM algorithm.
(Sasha)

16 years agoUpdates on PID by Alexandru
cblume [Mon, 25 Jun 2007 12:02:44 +0000 (12:02 +0000)]
Updates on PID by Alexandru

16 years agoNow dumping all data from simulation via MCDataInterface.
ivana [Mon, 25 Jun 2007 11:32:56 +0000 (11:32 +0000)]
Now dumping all data from simulation via MCDataInterface.

16 years agoRemoving AliMUONDataManager class
ivana [Mon, 25 Jun 2007 11:32:41 +0000 (11:32 +0000)]
Removing AliMUONDataManager class

16 years agoRemoving, as not used anymore (Laurent)
ivana [Mon, 25 Jun 2007 11:32:24 +0000 (11:32 +0000)]
Removing, as not used anymore (Laurent)

16 years agoReimplemented data interface classes without use of DataManager
ivana [Mon, 25 Jun 2007 11:31:47 +0000 (11:31 +0000)]
Reimplemented data interface classes without use of DataManager
(Laurent)

16 years ago25-jun-2007 NvE Warning messages suppressed in the IceMakeHits processor to prevent
nick [Mon, 25 Jun 2007 09:35:08 +0000 (09:35 +0000)]
25-jun-2007 NvE Warning messages suppressed in the IceMakeHits processor to prevent
                TSpectrum warnings in case of (noisy) waveforms with very many peaks.

16 years agoUpdated quality information for the TRD PID (Alex)
hristov [Mon, 25 Jun 2007 09:08:48 +0000 (09:08 +0000)]
Updated quality information for the TRD PID (Alex)

16 years agoAdding calibration classes for TPC
marian [Mon, 25 Jun 2007 08:31:21 +0000 (08:31 +0000)]
Adding calibration classes for TPC
Track based calibration - AliTPCcalibTracks
ESD   selector          - AliTPCSelectorTracks
Makefiles, Setyp.C BUILD.sh  - Enable PAR files creating needed for PROOF

16 years agoNew signature in the base class
hristov [Sun, 24 Jun 2007 22:05:14 +0000 (22:05 +0000)]
New signature in the base class

16 years agoAdding new classes and removing the obsolete ones (Haavard)
hristov [Sun, 24 Jun 2007 22:04:13 +0000 (22:04 +0000)]
Adding new classes and removing the obsolete ones (Haavard)

16 years agoPressure entries are AliDCSSensorArray (Haavard)
hristov [Sun, 24 Jun 2007 22:03:01 +0000 (22:03 +0000)]
Pressure entries are AliDCSSensorArray (Haavard)

16 years agoGenerate OCDB entries for atmospheric pressure sensors (Haavard)
hristov [Sun, 24 Jun 2007 21:59:15 +0000 (21:59 +0000)]
Generate OCDB entries for atmospheric pressure sensors (Haavard)

16 years agoRead Config entry from OCDB (Haavard)
hristov [Sun, 24 Jun 2007 21:58:01 +0000 (21:58 +0000)]
Read Config entry from OCDB (Haavard)

16 years agoInclude pressure sensors. Read Config entry from OCDB (Haavard)
hristov [Sun, 24 Jun 2007 21:56:53 +0000 (21:56 +0000)]
Include pressure sensors. Read Config entry from OCDB (Haavard)

16 years agoStore DCS identification string for each sensor. Read Config entry from OCDB (Haavard)
hristov [Sun, 24 Jun 2007 21:55:59 +0000 (21:55 +0000)]
Store DCS identification string for each sensor. Read Config entry from OCDB (Haavard)

16 years agoRemoving obsolete classes (Haavard)
hristov [Sun, 24 Jun 2007 21:53:35 +0000 (21:53 +0000)]
Removing obsolete classes (Haavard)

16 years agoNew class replacing the macro AliTPCDBTemp.C (Haavard)
hristov [Sun, 24 Jun 2007 21:51:20 +0000 (21:51 +0000)]
New class replacing the macro AliTPCDBTemp.C (Haavard)

16 years agoThis commit was generated by cvs2svn to compensate for changes in r19281,
hristov [Sun, 24 Jun 2007 21:32:16 +0000 (21:32 +0000)]
This commit was generated by cvs2svn to compensate for changes in r19281,
which included commits to RCS files with non-trunk default branches.

16 years agoTPC version for the krypton runs (Marek)
hristov [Sun, 24 Jun 2007 20:56:19 +0000 (20:56 +0000)]
TPC version for the krypton runs (Marek)

16 years agoConfiguration for the simulation of krypton runs (Marek)
hristov [Sun, 24 Jun 2007 20:55:29 +0000 (20:55 +0000)]
Configuration for the simulation of krypton runs (Marek)

16 years agoAddional medium in TPC (Marek)
hristov [Sun, 24 Jun 2007 20:54:49 +0000 (20:54 +0000)]
Addional medium in TPC (Marek)