]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
18 years ago0. General code clean-up, including messages, and the like.
cholm [Fri, 17 Mar 2006 11:42:24 +0000 (11:42 +0000)]
0. General code clean-up, including messages, and the like.
1. Changed the name of the class `AliFMDMultStrip' to
   `AliFMDRecPoint' as there's no longer the parallel class
   `AliFMDMultRegion', and the class name was confusing.
2. I've overloaded `AliDetector::LoadPoints' to draw hits using the
   class `AliFMDPoints', which uses a `TMarker3Dox' instead of
   `TPolyMarker3D'.
3. `AliFMDGeometry' gets the transformations from the `TGeoManager'
   and stores these with each `AliFMDDetector'.
4. The geometry is modified, so that half rings/cones are separate
   objects, to allow for alignment of these.
5. Made the Poisson method of reconstruction a script class,
   derived from the utility class `AliFMDInput'.
6. Code gets calibration parameters from `AliFMDParameters' in a
   proper way (that is, by detector coordinates).
7. Made two member functions that translate from hardware address
   to detector coordinates, and back.
8. Added TODO file
9. Removed a lot of unused code.

What I see as missing:

1. Read calibration objects from CDB in AliFMDParameters.   To that
   end,  I intent to make a script that creates fake parameters in
   a file, and then try to read in those.
2. Make fake alignment objects via a script, and then see that
   these are applied properly, and that RecPoints end up at the
   right place (I've made the utility class AliFMDDisplay for that
   purpose among other things).
3. The proper trailer should be written to raw files.  However, the
   recent changes by Cvetan are not flexible enough for the FMD to
   use it.   I've sent Cvetan a mail and a proposal on how I'd do
   it.   Unless something like that is accepted into the RAW
   module, I think I'd have to go with something else.   Not an
   ideal situation, but I'm afraid that AliAltroBuffer just doesn't
   meet our requirements.
4. Implement calibration classes for pedestals and gains.
   However, these will probably only serve as examples and for
   testing, as the real programs will run on the LDC's, probably
   not using AliROOT.
5. Implement algorithms to go from survey points to AliAlignObj.
   However, that really requires that we know where the survey
   points are, which is currently not the case.

18 years agoTPC ALTRO mapping class
cvetan [Fri, 17 Mar 2006 10:46:32 +0000 (10:46 +0000)]
TPC ALTRO mapping class

18 years agoPutting the ALTRO mapping in RAW as a base class. TPC,PHOS and FMD mapping classes...
cvetan [Fri, 17 Mar 2006 10:43:53 +0000 (10:43 +0000)]
Putting the ALTRO mapping in RAW as a base class. TPC,PHOS and FMD mapping classes will derive from it

18 years agoFix for the reverse engineering display
hristov [Thu, 16 Mar 2006 17:08:23 +0000 (17:08 +0000)]
Fix for the reverse engineering display

18 years agoIntroduction of the TPC ALTRO mapping files.
cvetan [Thu, 16 Mar 2006 11:37:07 +0000 (11:37 +0000)]
Introduction of the TPC ALTRO mapping files.

18 years agoIntroduction of the Altro mapping
cvetan [Thu, 16 Mar 2006 11:15:05 +0000 (11:15 +0000)]
Introduction of the Altro mapping

18 years agoRemove macro as obsolete
kharlov [Thu, 16 Mar 2006 11:03:59 +0000 (11:03 +0000)]
Remove macro as obsolete

18 years agoUpdates according to recent changes in AliPHOSCalibData: splitting EMC and CPV calibr...
kharlov [Thu, 16 Mar 2006 11:03:06 +0000 (11:03 +0000)]
Updates according to recent changes in AliPHOSCalibData: splitting EMC and CPV calibration

18 years agoGetMedium replaced by CurrentMedium (I.Hrivnacova)
hristov [Thu, 16 Mar 2006 10:05:25 +0000 (10:05 +0000)]
GetMedium replaced by CurrentMedium (I.Hrivnacova)

18 years agoAdded fFlag member and its getter/setter
ivana [Thu, 16 Mar 2006 10:02:27 +0000 (10:02 +0000)]
Added fFlag member and its getter/setter
(Sasha)

18 years agoAdded possibility to indicate background contaminated charges
ivana [Thu, 16 Mar 2006 10:02:08 +0000 (10:02 +0000)]
Added possibility to indicate background contaminated charges
(Sasha)

18 years ago14-mar-2006 NvE RemoveTracks() facilities introduced in AliJet.
nick [Thu, 16 Mar 2006 09:50:41 +0000 (09:50 +0000)]
14-mar-2006 NvE RemoveTracks() facilities introduced in AliJet.
14-mar-2006 NvE User defined track charge setting introduced in IceDwalk, IceLinefit and IcePandel.

18 years agoObsolete printf's removed.
morsch [Thu, 16 Mar 2006 09:35:53 +0000 (09:35 +0000)]
Obsolete printf's removed.

18 years agoMethod SetTriggerParticle added.
morsch [Thu, 16 Mar 2006 09:35:29 +0000 (09:35 +0000)]
Method SetTriggerParticle added.
Obsolete printf's removed.

18 years agotypo
alibrary [Thu, 16 Mar 2006 08:36:21 +0000 (08:36 +0000)]
typo

18 years agoXARGS back
alibrary [Thu, 16 Mar 2006 08:31:02 +0000 (08:31 +0000)]
XARGS back

18 years agoIn AddMisAlignModule/DetElement(): use AliAlignObj::LayerToVolUID
ivana [Wed, 15 Mar 2006 15:10:41 +0000 (15:10 +0000)]
In AddMisAlignModule/DetElement(): use AliAlignObj::LayerToVolUID
to define align object ID unique in ALICE

18 years agoThe pointer to the run loader is not persistent
hristov [Wed, 15 Mar 2006 14:46:12 +0000 (14:46 +0000)]
The pointer to the run loader is not persistent

18 years agoThe left ZDC part is not simmilated, but has to be taken into account
hristov [Wed, 15 Mar 2006 14:38:17 +0000 (14:38 +0000)]
The left ZDC part is not simmilated, but has to be taken into account

18 years agoBugfix (thanks to Kirill!)
cvetan [Wed, 15 Mar 2006 13:08:59 +0000 (13:08 +0000)]
Bugfix (thanks to Kirill!)

18 years agoWork around for CINT bug in root 5.10/00, with gcc4.0.2
ivana [Wed, 15 Mar 2006 12:10:31 +0000 (12:10 +0000)]
Work around for CINT bug in root 5.10/00, with gcc4.0.2
- incrementing number via ++ moved after cout

18 years agoRemoving debug printing
ivana [Wed, 15 Mar 2006 12:09:43 +0000 (12:09 +0000)]
Removing debug printing

18 years agoTake negative B-Field into account for ExB
cblume [Wed, 15 Mar 2006 09:54:46 +0000 (09:54 +0000)]
Take negative B-Field into account for ExB

18 years agoAdd new calibration files
cblume [Wed, 15 Mar 2006 08:18:09 +0000 (08:18 +0000)]
Add new calibration files

18 years agoRemove old calib classes
cblume [Wed, 15 Mar 2006 08:11:42 +0000 (08:11 +0000)]
Remove old calib classes

18 years agoUpdate of calibration classes by Jan Fiete
cblume [Wed, 15 Mar 2006 08:09:23 +0000 (08:09 +0000)]
Update of calibration classes by Jan Fiete

18 years agoAdding two missing getters
hristov [Wed, 15 Mar 2006 07:41:26 +0000 (07:41 +0000)]
Adding two missing getters

18 years agoRemove De-digitizing of raw data and digitizing the raw data fit
kharlov [Tue, 14 Mar 2006 19:40:41 +0000 (19:40 +0000)]
Remove De-digitizing of raw data and digitizing the raw data fit

18 years agoclusterizer updates for new ESD and now get geometry in local variable
jklay [Tue, 14 Mar 2006 18:49:55 +0000 (18:49 +0000)]
clusterizer updates for new ESD and now get geometry in local variable

18 years agoPMD calibration classes
bnandi [Tue, 14 Mar 2006 15:34:09 +0000 (15:34 +0000)]
PMD calibration classes

18 years agocalibration macros
bnandi [Tue, 14 Mar 2006 15:30:39 +0000 (15:30 +0000)]
calibration macros

18 years agocalibration classes added
bnandi [Tue, 14 Mar 2006 15:28:30 +0000 (15:28 +0000)]
calibration classes added

18 years agocalibration function added
bnandi [Tue, 14 Mar 2006 15:26:02 +0000 (15:26 +0000)]
calibration function added

18 years agoIncluding of Lambda(1520) to the generation. Small fraction of Lambda0 (0.2), Sigma0...
hristov [Tue, 14 Mar 2006 14:50:35 +0000 (14:50 +0000)]
Including of Lambda(1520) to the generation. Small fraction of Lambda0 (0.2), Sigma0 (0.2) and Sigma0(1385) (0.3) are converted to Lambda(1520), the same is done for anti-particles

18 years agoMove tail cancellation parameters to recparam
cblume [Tue, 14 Mar 2006 14:15:10 +0000 (14:15 +0000)]
Move tail cancellation parameters to recparam

18 years agoAdd LocalToGlobalID and LocalToGlobalID - mapping between TRD index and global index...
hristov [Tue, 14 Mar 2006 13:57:53 +0000 (13:57 +0000)]
Add LocalToGlobalID and LocalToGlobalID  - mapping between TRD index and global index (AliAlignObj) transform (M.Ivanov)

18 years agoOverflow protection + add pad relative gain (M.Ivanov)
hristov [Tue, 14 Mar 2006 13:56:10 +0000 (13:56 +0000)]
Overflow protection + add pad relative gain (M.Ivanov)

18 years agoAdd pad gain correction + the x position 0 <-> time bin 0 - x increases TOWARDS inter...
hristov [Tue, 14 Mar 2006 13:55:23 +0000 (13:55 +0000)]
Add pad gain correction + the x position 0 <-> time bin 0 - x increases TOWARDS interaction point (M.Ivanov)

18 years agoThe x position 0 <-> time bin 0 - x increases TOWARDS interaction point (M.Ivanov)
hristov [Tue, 14 Mar 2006 13:54:17 +0000 (13:54 +0000)]
The x position 0 <-> time bin 0 - x increases TOWARDS interaction point (M.Ivanov)

18 years agoNew interface for magnetic field setting (M.Ivanov)
hristov [Tue, 14 Mar 2006 13:53:04 +0000 (13:53 +0000)]
New interface for magnetic field setting (M.Ivanov)

18 years agoPropagate to vertex in case it was not done by ITS (M.Ivanov)
hristov [Tue, 14 Mar 2006 13:47:54 +0000 (13:47 +0000)]
Propagate to vertex in case it was not done by ITS (M.Ivanov)

18 years agoAdding correction for material and new function PropagateTo (M.Ivanov)
hristov [Tue, 14 Mar 2006 13:46:32 +0000 (13:46 +0000)]
Adding correction for material and new function PropagateTo (M.Ivanov)

18 years agoZero interation calibration fo ref idx
kir [Tue, 14 Mar 2006 10:29:17 +0000 (10:29 +0000)]
Zero interation calibration fo ref idx

18 years agoReordering AliMpSector.cxx (to match with export from stand-alone mapping)
ivana [Tue, 14 Mar 2006 09:56:30 +0000 (09:56 +0000)]
Reordering AliMpSector.cxx (to match with export from stand-alone mapping)

18 years agoNew test macro
ivana [Tue, 14 Mar 2006 09:55:16 +0000 (09:55 +0000)]
New test macro

18 years ago- Added attributes fMaxPadIndices, fNofPads, which are filled
ivana [Tue, 14 Mar 2006 09:54:14 +0000 (09:54 +0000)]
- Added attributes fMaxPadIndices, fNofPads, which are filled
  after mapping data are read via added SetMaxPadIndices(), SetNofPads()
  private methods called from Initialize(), and their
  getters
- Renaming PlaneType() method in GetPlaneType()

18 years agoAdded method CalculateNofPads()
ivana [Tue, 14 Mar 2006 09:53:51 +0000 (09:53 +0000)]
Added method CalculateNofPads()

18 years ago- Added new method NofPads()
ivana [Tue, 14 Mar 2006 09:53:29 +0000 (09:53 +0000)]
- Added new method NofPads()
  - not yet implemented
- Methods MaxPadIndexX,Y() changed to constant

18 years ago- Added new method NofPads()
ivana [Tue, 14 Mar 2006 09:53:03 +0000 (09:53 +0000)]
- Added new method NofPads()
- Methods MaxPadIndexX,Y() changed to constant

18 years agoUpdated calibration object
coppedis [Mon, 13 Mar 2006 14:24:25 +0000 (14:24 +0000)]
Updated calibration object

18 years agoMinor changes
coppedis [Mon, 13 Mar 2006 14:17:31 +0000 (14:17 +0000)]
Minor changes

18 years agoCalibration objects for EMC and CPV
kharlov [Mon, 13 Mar 2006 14:05:43 +0000 (14:05 +0000)]
Calibration objects for EMC and CPV

18 years agoSuppression of fractional Z warning
decaro [Mon, 13 Mar 2006 12:35:44 +0000 (12:35 +0000)]
Suppression of fractional Z warning

18 years agoAdding local CVS Id (MpId) and/or category
ivana [Mon, 13 Mar 2006 11:26:16 +0000 (11:26 +0000)]
Adding local CVS Id (MpId) and/or category

18 years agoTaking care of coding convention violations - couple data members
ivana [Mon, 13 Mar 2006 11:02:19 +0000 (11:02 +0000)]
Taking care of coding convention violations - couple data members
and a member function are renamed
(Sasha)

18 years agoResetting all containers from one place; getting hit errors from
ivana [Mon, 13 Mar 2006 11:01:39 +0000 (11:01 +0000)]
Resetting all containers from one place; getting hit errors from
rec. points.
(Sasha)

18 years agoModified constructor to better suit AliMUONTrackK
ivana [Mon, 13 Mar 2006 11:00:52 +0000 (11:00 +0000)]
Modified constructor to better suit AliMUONTrackK
(Sasha)

18 years agoAdded setter for track chi2.
ivana [Mon, 13 Mar 2006 11:00:32 +0000 (11:00 +0000)]
Added setter for track chi2.
(Sasha)

18 years ago- Adding protected copy constructor and assignment operator
ivana [Mon, 13 Mar 2006 11:00:13 +0000 (11:00 +0000)]
- Adding protected copy constructor and assignment operator
- FillRecP() made constant
- Adding comments
required by coding conventions
(Sasha)

18 years agoCorrecting preprocessor variable (ALI_MUON_GEOMETRY_MODULE_TRANSFORMS_H)
ivana [Mon, 13 Mar 2006 10:59:46 +0000 (10:59 +0000)]
Correcting preprocessor variable (ALI_MUON_GEOMETRY_MODULE_TRANSFORMS_H)

18 years agoAdding argument in PrintOn (coding conventions
ivana [Mon, 13 Mar 2006 10:59:29 +0000 (10:59 +0000)]
Adding argument in PrintOn (coding conventions

18 years agoRenaming fgNonBendingManuMask (coding conventions)
ivana [Mon, 13 Mar 2006 10:59:12 +0000 (10:59 +0000)]
Renaming fgNonBendingManuMask (coding conventions)

18 years agoAdding comments
ivana [Mon, 13 Mar 2006 10:58:49 +0000 (10:58 +0000)]
Adding comments

18 years agoClass description on 5 lines
ivana [Mon, 13 Mar 2006 10:58:04 +0000 (10:58 +0000)]
Class description on 5 lines
(required by rule checker)

18 years agoAdding protected copy constructor and assignment operator
ivana [Mon, 13 Mar 2006 10:56:59 +0000 (10:56 +0000)]
Adding protected copy constructor and assignment operator
(required by coding conventions)

18 years agoAdditional protection and warning message.
cvetan [Mon, 13 Mar 2006 08:41:13 +0000 (08:41 +0000)]
Additional protection and warning message.

18 years agoAdditional protection.
cvetan [Mon, 13 Mar 2006 08:34:44 +0000 (08:34 +0000)]
Additional protection.

18 years agoAdditional initialization
cvetan [Mon, 13 Mar 2006 08:33:42 +0000 (08:33 +0000)]
Additional initialization

18 years agoImportant bugfix.
cvetan [Mon, 13 Mar 2006 08:30:49 +0000 (08:30 +0000)]
Important bugfix.

18 years ago Changes for TOF Reconstruction using TGeo
arcelli [Sun, 12 Mar 2006 14:41:33 +0000 (14:41 +0000)]
 Changes for TOF Reconstruction using TGeo

18 years ago Changes for TOF Reconstruction using TGeo
arcelli [Sun, 12 Mar 2006 14:37:54 +0000 (14:37 +0000)]
 Changes for TOF Reconstruction using TGeo

18 years ago10-mar-2006 NvE Xtalk ADC correction value stored as ADC offset in IceXtalk processing.
nick [Fri, 10 Mar 2006 15:25:29 +0000 (15:25 +0000)]
10-mar-2006 NvE Xtalk ADC correction value stored as ADC offset in IceXtalk processing.
                This will allow easy investigation of Xtalk corrected hits and also
                enable successive Xtalk processing to investigate (systematic) effects
                of various criteria. See the IceXtalk docs for further details.
                Also specification of minimum number of good fired modules for events to
                be processed introduced in IceDwalk.
                New class IceLinefit introduced.

18 years agoUsing AliESDCaloCluster instead of AliESDtrack
hristov [Fri, 10 Mar 2006 13:23:36 +0000 (13:23 +0000)]
Using AliESDCaloCluster instead of AliESDtrack

18 years agoRemoved paragraph about checking geometry with G3GUI
ivana [Thu, 9 Mar 2006 13:28:35 +0000 (13:28 +0000)]
Removed paragraph about checking geometry with G3GUI
(not working anymore with recent update of geometry of structures)

18 years agoChanges to work correctly with laser tracks (M.Ivanov)
hristov [Wed, 8 Mar 2006 16:30:51 +0000 (16:30 +0000)]
Changes to work correctly with laser tracks (M.Ivanov)

18 years agoCorrected FMD data in the ESD (C.Holm)
hristov [Wed, 8 Mar 2006 15:24:20 +0000 (15:24 +0000)]
Corrected FMD data in the ESD (C.Holm)

18 years agoVarious small fixes. Make sure Emacs knows it's C++ mode, and the like.
cholm [Wed, 8 Mar 2006 14:44:32 +0000 (14:44 +0000)]
Various small fixes.  Make sure Emacs knows it's C++ mode, and the like.

New recconstruction scheme.  Create ESD object (AliESDFMD, added by
Peter to STEER).   Poisson method is not made in the reconstruction
pass.  It should be done one ESD's (the code is still here - will be
and AOD class or similar).

Fixes to the drawers.

Fetch all parameters from AliFMDParameters.  Made ready for CDB access.

Added a TODO file.

18 years ago08-mar-2006 NvE Time offset correction in IceF2k extended to allow also a user define...
nick [Wed, 8 Mar 2006 09:39:48 +0000 (09:39 +0000)]
08-mar-2006 NvE Time offset correction in IceF2k extended to allow also a user defined offset
                to cope with Monte Carlo data.

18 years agoIdeal 5-module PHOS geometry
kharlov [Tue, 7 Mar 2006 19:23:06 +0000 (19:23 +0000)]
Ideal 5-module PHOS geometry

18 years agoRemove CDB setting from the script. It is passed via env.variable
kharlov [Tue, 7 Mar 2006 19:22:27 +0000 (19:22 +0000)]
Remove CDB setting from the script. It is passed via env.variable

18 years agoCDB is passed via environment variable
kharlov [Tue, 7 Mar 2006 18:56:25 +0000 (18:56 +0000)]
CDB is passed via environment variable

18 years ago07-mar-2006 NvE Time offset correction introduced in IceF2k::PutHits() to account for
nick [Tue, 7 Mar 2006 17:18:59 +0000 (17:18 +0000)]
07-mar-2006 NvE Time offset correction introduced in IceF2k::PutHits() to account for
                possible re-definition of hit times in the Sieglinde filtering process.
                (Thanks David Boersma).

18 years agopyevnw dummy
morsch [Tue, 7 Mar 2006 15:56:41 +0000 (15:56 +0000)]
pyevnw dummy

18 years ago pyevnw() needed for Pythia 6.3 added.
morsch [Tue, 7 Mar 2006 14:54:29 +0000 (14:54 +0000)]
 pyevnw() needed for Pythia 6.3 added.

18 years agoGetResponse method added to AliITSDetTypeSim
masera [Tue, 7 Mar 2006 14:00:36 +0000 (14:00 +0000)]
GetResponse method added to AliITSDetTypeSim

18 years agoOption for generation according to subevent rates added.
morsch [Tue, 7 Mar 2006 13:52:01 +0000 (13:52 +0000)]
Option for generation according to subevent rates added.

18 years agoFirst version of the FMD information (C.Holm)
hristov [Tue, 7 Mar 2006 13:47:22 +0000 (13:47 +0000)]
First version of the FMD information (C.Holm)

18 years ago- pt^hard of the event is stored in the event header
morsch [Tue, 7 Mar 2006 10:30:46 +0000 (10:30 +0000)]
- pt^hard of the event is stored in the event header
- possibility to switch of heavy flavor production in mb

18 years ago07-mar-2006 NvE Facility introduced in IceDwalk and IcePandel to modify the name...
nick [Tue, 7 Mar 2006 09:21:57 +0000 (09:21 +0000)]
07-mar-2006 NvE Facility introduced in IceDwalk and IcePandel to modify the name tag of
                the produced tracks via the memberfunction SetTrackName().
                Also specification of maximum number of good fired modules for events to
                be processed introduced in IceDwalk.

18 years agoNew version (B.Yordanov)
hristov [Tue, 7 Mar 2006 07:52:34 +0000 (07:52 +0000)]
New version (B.Yordanov)

18 years agoImproved access to AliITSgeom in reconstruction
masera [Mon, 6 Mar 2006 17:18:55 +0000 (17:18 +0000)]
Improved access to AliITSgeom in reconstruction

18 years agoModify inputs to regional algo
ivana [Mon, 6 Mar 2006 14:50:09 +0000 (14:50 +0000)]
Modify inputs to regional algo
(Rachid)

18 years agoImplemented Scan() method
ivana [Mon, 6 Mar 2006 14:49:36 +0000 (14:49 +0000)]
Implemented Scan() method
(Rachid)

18 years agoimplementation of dummy Reset method
cheynis [Mon, 6 Mar 2006 12:07:38 +0000 (12:07 +0000)]
implementation of dummy Reset method

18 years agoParameters added
cheynis [Sun, 5 Mar 2006 19:27:22 +0000 (19:27 +0000)]
Parameters added

18 years agoNumber of pads along z is corrected
kharlov [Sun, 5 Mar 2006 18:08:15 +0000 (18:08 +0000)]
Number of pads along z is corrected

18 years agoGetGeometry is needed to create the correct geometry instance
hristov [Sun, 5 Mar 2006 17:56:13 +0000 (17:56 +0000)]
GetGeometry is needed to create the correct geometry instance

18 years agoScripts for PHOS alignment
kharlov [Sun, 5 Mar 2006 16:11:33 +0000 (16:11 +0000)]
Scripts for PHOS alignment

18 years agoBetter Print()
kharlov [Sun, 5 Mar 2006 15:34:29 +0000 (15:34 +0000)]
Better Print()

18 years agoBrowse is not const anymore
hristov [Sun, 5 Mar 2006 15:29:03 +0000 (15:29 +0000)]
Browse is not const anymore