nick [Thu, 23 Feb 2006 12:12:36 +0000 (12:12 +0000)]
23-feb-2006 NvE Support for automatic subtask(s) execution introduced in AliJob::ExecuteJob().
23-feb-2006 NvE All global slotnames and signals copied from OM Dbase info (if present)
in IceCalibrate. This will provide all necessary calib. info in case
the original F2K file didn't contain these data.
Also anaroot.cc example macro introduced in /macros sub-directory.
This example macro shows how to analyse the IcePack event structures
from a chain of ROOT files using the task processor facilities.
masera [Tue, 21 Feb 2006 13:32:11 +0000 (13:32 +0000)]
A mechanism to have different PID systems in ITS has been introduced. Conditional probabilities are evaluated via the abstract interface AliITSpidESD. Two different implementations are presently available. The default one (origin: Y. Belikov) has been used so far and it is now implemented in AliITSpidESD1. The second implementation, based on fits with a convolution of Landau+gaussian functions of the specific ionization in each ITS layer as a function of the momentum, is implemented in AliITSpidESD2. To select it, the user must use AliReconstruction::SetOption("ITS","LandauFitPID")
nick [Wed, 15 Feb 2006 14:27:08 +0000 (14:27 +0000)]
15-feb-2006 NvE Class IcePandel introduced. In the /macros directory an example job
icepandel.cc was introduced as well.
15-feb-2006 NvE Name of reconstructed tracks set to "Sieglinde" in IceF2k.
This is in line with the names "IceDwalk", "IcePandel" etc... and allows
easy retrieval of specific reconstruction results.
masera [Tue, 14 Feb 2006 17:17:29 +0000 (17:17 +0000)]
New vertex finders optimized for 3 prongs secondary vertices (AliITSVertexerTracks::VertexForSelectedTracks). See AliITSSecondaryVertices.C for an example on how to use the method
nilsen [Fri, 10 Feb 2006 21:00:31 +0000 (21:00 +0000)]
Modified AliITSvPPRasymmFMD.cxx so that it will, using the Virtual MC,
initlized AliITSgeom directly from the geometrical modeler (not
just directly from GEANT3's zebra banks). Add an inline function
to AliITSgeom needed to do this initilization. Compairing the old
ITS/ITSgeometry_vPPRasymmFMD.det to a new file created using
this new Virtual MC interface. The files are NOT IDENTICAL but
differ in the translation and rotation maxtix values at the
1 in 1E-6 or less. Everthing else is exact, including the detector
sizes. Why this differene, I don't know.
ivana [Wed, 8 Feb 2006 15:18:29 +0000 (15:18 +0000)]
- In CreateGeometry() - virtual modules and envelopes placed
as assemblies (with MC using TGeo geometry - TGeant3TGeo, TFluka)
- Removed Read/WriteTransformations() methods - available
via AliMUONGeometryTransformer
- Reordered includes, forward declarations
ivana [Wed, 8 Feb 2006 15:10:23 +0000 (15:10 +0000)]
- Method MisAlign(const TGeoCombiTrans&) moved to private area
- In MisAlign(const AliMUONGeometryTransformer* ):
- corrected calculation of global DE transformation
- adding storing delta matrices in the new transformer
- Reordered includes, forward declarations
ivana [Wed, 8 Feb 2006 15:09:39 +0000 (15:09 +0000)]
- Geometry transformations can be now filled also from
Root geometry file or Root geometry manager
- Introduced new file providing volume paths;
transform.dat file simplified to contain only ids and matrices
- Read/Write/Fill methods adapted to the changed file format
- Added fMisAlignArray data member for storing misAlignment data
and methods AddMisAlignModule(), AddMisAlignDetElement()
- Reordered includes, forward declarations
ivana [Wed, 8 Feb 2006 15:09:17 +0000 (15:09 +0000)]
- Using AliMUONStringIntMap instead of AliMUONGeometrySVMap
- Volume names attributes moved in AliMUONGeometryModuleTransformer
as volumePath; their setters/getters changed accordingly
- Reordered includes, forward declarations
ivana [Wed, 8 Feb 2006 15:08:06 +0000 (15:08 +0000)]
- In CreateGeometry() - virtual modules and envelopes placed
as assemblies (with MC using TGeo geometry - TGeant3TGeo, TFluka)
- Removed Read/WriteTransformations() methods - available
via AliMUONGeometryTransformer
- Reordered includes, forward declarations