]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
18 years agoCorrect overloading of virtual functions in the derived classes (icc)
hristov [Sat, 19 Nov 2005 10:00:05 +0000 (10:00 +0000)]
Correct overloading of virtual functions in the derived classes (icc)

18 years agoRemoving DistancetoPrimitive to avoid compilation warnings (icc)
hristov [Sat, 19 Nov 2005 07:55:42 +0000 (07:55 +0000)]
Removing DistancetoPrimitive to avoid compilation warnings (icc)

18 years agoCorrected signature of Clear to avoid compilation warnings (icc)
hristov [Sat, 19 Nov 2005 07:53:22 +0000 (07:53 +0000)]
Corrected signature of Clear to avoid compilation warnings (icc)

18 years agoUsing reference to return the argument of GetYat method
hristov [Fri, 18 Nov 2005 21:45:26 +0000 (21:45 +0000)]
Using reference to return the argument of GetYat method

18 years agoRemoving compilation warnings (ifort)
hristov [Fri, 18 Nov 2005 21:26:15 +0000 (21:26 +0000)]
Removing compilation warnings (ifort)

18 years agoRemoving compilation warnings (icc)
hristov [Fri, 18 Nov 2005 21:17:43 +0000 (21:17 +0000)]
Removing compilation warnings (icc)

18 years agoRemoving meaningless const
hristov [Fri, 18 Nov 2005 21:13:07 +0000 (21:13 +0000)]
Removing meaningless const

18 years agoBug fix
hristov [Fri, 18 Nov 2005 13:04:51 +0000 (13:04 +0000)]
Bug fix

18 years agoCorrected logics
hristov [Thu, 17 Nov 2005 23:34:36 +0000 (23:34 +0000)]
Corrected logics

18 years agoFaster version, no attempt to match tracks outside the PHOS acceptance
hristov [Thu, 17 Nov 2005 22:29:12 +0000 (22:29 +0000)]
Faster version, no attempt to match tracks outside the PHOS acceptance

18 years agoSimplified data structure
hristov [Thu, 17 Nov 2005 22:27:10 +0000 (22:27 +0000)]
Simplified data structure

18 years agoInitialization of data members
hristov [Thu, 17 Nov 2005 22:24:47 +0000 (22:24 +0000)]
Initialization of data members

18 years agoUse references instead of objects. Avoid to create objects when they are not really...
hristov [Thu, 17 Nov 2005 12:35:27 +0000 (12:35 +0000)]
Use references instead of objects. Avoid to create objects when they are not really needed

18 years ago15-nov-2005 NvE Support for opening angle calculation between a 3-vector and the...
nick [Thu, 17 Nov 2005 12:32:34 +0000 (12:32 +0000)]
15-nov-2005 NvE Support for opening angle calculation between a 3-vector and the 3-vector part
                of a 4-vector introduced in Ali4Vector.
16-nov-2005 NvE Support for a reference point introduced in AliJet.
17-nov-2005 NvE Prototype version of IceDwalk tuned/improved for multi-track reconstruction.

18 years agoCoding conventions
hristov [Tue, 15 Nov 2005 21:30:27 +0000 (21:30 +0000)]
Coding conventions

18 years agoImproved version of alignmnet object classes (R.Grosso)
hristov [Tue, 15 Nov 2005 15:52:24 +0000 (15:52 +0000)]
Improved version of alignmnet object classes (R.Grosso)

18 years agoMemory leak (Sacha)
martinez [Tue, 15 Nov 2005 14:43:33 +0000 (14:43 +0000)]
Memory leak (Sacha)

18 years agoCoding conventions (P.Christakoglou)
hristov [Tue, 15 Nov 2005 13:14:24 +0000 (13:14 +0000)]
Coding conventions (P.Christakoglou)

18 years agoCoding conventions
hristov [Tue, 15 Nov 2005 11:24:24 +0000 (11:24 +0000)]
Coding conventions

18 years agoCoding convention
hristov [Tue, 15 Nov 2005 10:02:09 +0000 (10:02 +0000)]
Coding convention

18 years agoCoding conventions
hristov [Mon, 14 Nov 2005 21:52:43 +0000 (21:52 +0000)]
Coding conventions

18 years agoCoding conventions
hristov [Mon, 14 Nov 2005 19:46:38 +0000 (19:46 +0000)]
Coding conventions

18 years agoCoding conventions
hristov [Mon, 14 Nov 2005 16:32:06 +0000 (16:32 +0000)]
Coding conventions

18 years ago14-nov-2005 NvE Typo corrected in IceCleanHits::SetTnameA.
nick [Mon, 14 Nov 2005 15:16:14 +0000 (15:16 +0000)]
14-nov-2005 NvE Typo corrected in IceCleanHits::SetTnameA.

18 years ago13-nov-2005 NvE IceF2k updated to store also the event trigger information in the...
nick [Mon, 14 Nov 2005 12:33:02 +0000 (12:33 +0000)]
13-nov-2005 NvE IceF2k updated to store also the event trigger information in the Ralice/Icepack
                event structures. The information is stored in the IceEvent structure in the
                form of a device named "Trigger". The various event triggers encountered in the
                F2K input data are stored as "hits" into this trigger device.
14-nov-2005 NvE Hit access by name introduced in AliDevice.
14-nov-2005 NvE Only devices derived from IceGOM taken into account in IceCalibrate
                and only devices derived from IceAOM taken into account in IceXtalk
                to comply with the presence of the newly introduced Trigger device.
                IceCleanHits updated to support automatic trigger time setting from
                the IceEvent trigger information.

18 years ago08-nov-2005 NvE Sorting memberfunctions in AliDevice, AliVertex and AliJet optimised...
nick [Wed, 9 Nov 2005 12:16:20 +0000 (12:16 +0000)]
08-nov-2005 NvE Sorting memberfunctions in AliDevice, AliVertex and AliJet optimised to save
                CPU time. In case two values are identical no swap is performed.
                Basically the test "val1 < val2" was replaced by "val1 <= val2".
09-nov-2005 NvE DisplayHits memberfunctions in AliDevice updated to fully support all
                (de)calibration modes of GetSignal for displaying (and skipping dead) hits.
09-nov-2005 NvE Additional memberfunctions SetOutputFile(TString name) and GetOutputFile added
                to IceF2k to provide a more user friendly running environment.
                The example in the IceF2k docs has been updated accordingly.

18 years agoMinor changes ot protect against 1/0 values.
dibari [Tue, 8 Nov 2005 16:42:52 +0000 (16:42 +0000)]
Minor changes ot protect against 1/0 values.

18 years agoAdding cut on invariant mass values in the pre-triiger decision of the AliMUONCocktai...
morsch [Tue, 8 Nov 2005 14:05:04 +0000 (14:05 +0000)]
Adding cut on invariant mass values in the pre-triiger decision of the AliMUONCocktail (Raphael Tieulent)

18 years agoApdating display to cm units in mapping (Christian, Indra)
martinez [Mon, 7 Nov 2005 12:22:14 +0000 (12:22 +0000)]
Apdating display to cm units in mapping (Christian, Indra)

18 years ago07-nov-2005 NvE Macro makedocs.cc in directory /macros modified (i.e. ";" changed...
nick [Mon, 7 Nov 2005 11:56:30 +0000 (11:56 +0000)]
07-nov-2005 NvE Macro makedocs.cc in directory /macros modified (i.e. ";" changed by ":") to make
                it generic so that it works correctly on all platforms (thanks Axel Naumann).

18 years agoSplitting Draw option in cluaster finder AZ (Sacha)
martinez [Fri, 4 Nov 2005 13:19:18 +0000 (13:19 +0000)]
Splitting Draw option in cluaster finder AZ (Sacha)

18 years agoPresenting to the outside world a (x,y) reference located at the center of the slat...
martinez [Fri, 4 Nov 2005 12:36:45 +0000 (12:36 +0000)]
Presenting to the outside world a (x,y) reference located at the  center of the slat, and not on the lower-left (which is BTW still  used as the implementation of AliMpSlat) (Laurent)

18 years agoFirst version of Alice alignment object classes (R.Grosso)
hristov [Fri, 4 Nov 2005 10:48:15 +0000 (10:48 +0000)]
First version of Alice alignment object classes (R.Grosso)

18 years ago03-nov-2005 NvE User selectable trigger time setting introduced in IceCleanhits to...
nick [Fri, 4 Nov 2005 10:38:20 +0000 (10:38 +0000)]
03-nov-2005 NvE User selectable trigger time setting introduced in IceCleanhits to allow
                investigation of various trigger time settings.
                Protection introduced in IceDwalk for the case that no track candidates
                are left.
                Also protection introduced in IceXtalk for the case that no OM database
                was specified.

18 years agoReplace int by Int_t
cblume [Fri, 4 Nov 2005 08:57:46 +0000 (08:57 +0000)]
Replace int by Int_t

18 years agoFixed comment (S.Konkol)
hristov [Thu, 3 Nov 2005 14:20:49 +0000 (14:20 +0000)]
Fixed comment (S.Konkol)

18 years agoAll detectors active. Shish-kebab geometry for EMCAL
hristov [Thu, 3 Nov 2005 14:17:36 +0000 (14:17 +0000)]
All detectors active. Shish-kebab geometry for EMCAL

18 years agoDefault shish-kebab geometry for EMCAL
hristov [Thu, 3 Nov 2005 13:20:21 +0000 (13:20 +0000)]
Default shish-kebab geometry for EMCAL

18 years agoRemoving meaningless const declarations (linuxicc)
hristov [Thu, 3 Nov 2005 13:09:19 +0000 (13:09 +0000)]
Removing meaningless const declarations (linuxicc)

18 years agoDon't load the kinematics tree since it is not used (reduce the memory consumption)
hristov [Wed, 2 Nov 2005 17:34:10 +0000 (17:34 +0000)]
Don't load the kinematics tree since it is not used (reduce the memory consumption)

18 years agoMinor changes, mostly for debugging
cholm [Wed, 2 Nov 2005 15:42:46 +0000 (15:42 +0000)]
Minor changes, mostly for debugging

18 years agoAdditional protection
hristov [Wed, 2 Nov 2005 13:10:02 +0000 (13:10 +0000)]
Additional protection

18 years agoUpdated FMD visualization (C.Holm)
hristov [Wed, 2 Nov 2005 13:07:43 +0000 (13:07 +0000)]
Updated FMD visualization (C.Holm)

18 years agoUpdated for changing mm->cm
ivana [Wed, 2 Nov 2005 09:57:23 +0000 (09:57 +0000)]
Updated for changing mm->cm
(Laurent)

18 years agoAdding comments only
ivana [Wed, 2 Nov 2005 09:55:50 +0000 (09:55 +0000)]
Adding comments only

18 years agoCommented out declaration of unused variable
ivana [Wed, 2 Nov 2005 09:55:33 +0000 (09:55 +0000)]
Commented out declaration of unused variable
(causing compiler warning)

18 years agoCommented out STL version of fManuMap;
ivana [Wed, 2 Nov 2005 09:55:03 +0000 (09:55 +0000)]
Commented out STL version of fManuMap;
(does not compile)

18 years ago- Updated for changing mm->cm
ivana [Wed, 2 Nov 2005 09:54:41 +0000 (09:54 +0000)]
- Updated for changing mm->cm
- Added debug info
(Laurent)

18 years agoIn PlaneTypeName()- return a value also after switch
ivana [Wed, 2 Nov 2005 09:54:17 +0000 (09:54 +0000)]
In PlaneTypeName()- return a value also after switch
(required by gcc4)
(Laurent)

18 years agoUpdated for changing mm->cm in mapping
ivana [Wed, 2 Nov 2005 09:53:18 +0000 (09:53 +0000)]
Updated for changing mm->cm in mapping

18 years agoRemoved usage of fgkLengthUnit
ivana [Wed, 2 Nov 2005 09:52:57 +0000 (09:52 +0000)]
Removed usage of fgkLengthUnit
- not needed after changing mm->cm in mapping.
(Laurent)

18 years agoFixing copy/paste bug
hristov [Tue, 1 Nov 2005 16:07:02 +0000 (16:07 +0000)]
Fixing copy/paste bug

18 years agoReintroducing some protections
hristov [Tue, 1 Nov 2005 16:06:10 +0000 (16:06 +0000)]
Reintroducing some protections

18 years agoSeting the default cotg range to +-1.05
hristov [Tue, 1 Nov 2005 16:04:47 +0000 (16:04 +0000)]
Seting the default cotg range to +-1.05

18 years agoUpdate of example macro
cblume [Tue, 1 Nov 2005 13:01:42 +0000 (13:01 +0000)]
Update of example macro

18 years agoSmall mods in IceDwalk.cxx to satisfy the gcc compiler.
nick [Mon, 31 Oct 2005 15:56:38 +0000 (15:56 +0000)]
Small mods in IceDwalk.cxx to satisfy the gcc compiler.

18 years ago Also first (prototype) version of class IceDwalk introduced to perform
nick [Mon, 31 Oct 2005 15:32:38 +0000 (15:32 +0000)]
            Also first (prototype) version of class IceDwalk introduced to perform
                direct walk reconstruction. In the /macros directory an example job
                icedwalk.cc has been introduced.

18 years agoAdded script
cholm [Mon, 31 Oct 2005 12:30:02 +0000 (12:30 +0000)]
Added script

18 years agoMinor fix to env var.
cholm [Mon, 31 Oct 2005 12:28:46 +0000 (12:28 +0000)]
Minor fix to env var.

18 years ago27-oct-2005 NvE Memberfunction GetX to access individual vector components also intro...
nick [Mon, 31 Oct 2005 09:06:06 +0000 (09:06 +0000)]
27-oct-2005 NvE Memberfunction GetX to access individual vector components also introduced
                for Ali4Vector.
                Also memberfunction SortJets introduced in AliVertex.
                Misleading comment modified in AliDevice.cxx.
29-oct-2005 NvE Forgotten angular unit setting fixed w.r.t. begin point etc... in AliTrack::ListAll
                ad begin point etc... info also added in AliTrack::List.
                Memberfunction SortTracks introduced in AliJet and comment corrected in AliVertex.h.
31-oct-2005 NvE Slight correction in IceCalibrate.cxx and IceCleanhits.cxx to satisfy
                the gcc compiler (thanks Dipo).
31-oct-2005 NvE Some unused variables removed in IceCal2Root and IceF2k to prevent warnings
                from the gcc compiler.

18 years agoVolume CRT1 material changed to air only and repositioned 10 cm off the previuos...
gamez [Mon, 31 Oct 2005 03:25:44 +0000 (03:25 +0000)]
Volume CRT1 material changed to air only and repositioned 10 cm off the previuos place. Thanks to Mario Sitta

18 years agoSystem dependent xargs
hristov [Fri, 28 Oct 2005 16:38:02 +0000 (16:38 +0000)]
System dependent xargs

18 years agoUpdated flags
hristov [Fri, 28 Oct 2005 16:37:41 +0000 (16:37 +0000)]
Updated flags

18 years agoAdding SHUTTLE
hristov [Fri, 28 Oct 2005 16:35:30 +0000 (16:35 +0000)]
Adding SHUTTLE

18 years agoGo back to the previous version
ivana [Fri, 28 Oct 2005 16:14:59 +0000 (16:14 +0000)]
Go back to the previous version

18 years agoUpdated for changing mm->cm
ivana [Fri, 28 Oct 2005 15:07:34 +0000 (15:07 +0000)]
Updated for changing mm->cm
(Laurent)

18 years agoRichAna() and CheckPR() moved to AliRICHReconstructor
kir [Fri, 28 Oct 2005 13:28:19 +0000 (13:28 +0000)]
RichAna() and CheckPR() moved to AliRICHReconstructor
to allow moving AliRICHTracker and AliRICHRecon to libRICHrec

18 years agominor impovements
kir [Fri, 28 Oct 2005 12:12:14 +0000 (12:12 +0000)]
minor impovements

18 years agoAdded the digit reader classes that allow reading of raw packed and unpacked
timms [Fri, 28 Oct 2005 09:45:11 +0000 (09:45 +0000)]
Added the digit reader classes that allow reading of raw packed and unpacked
data via the same interface.

Copied the AliHLTTPCClustFinderNew class into the AliHLTTPCClusterFinder
class and modified this to use the new digit reader class(es) for reading
of its input data. The cluster finder can therefore now work both on
the raw packed data (as received from the TPC) and the pre-unpacked data
as delivered by the RawDataUnpackerComponent.

Added the TPC online display ROOT code in the OnlineDisplay subdirectory.

18 years agoHeavily modified the AliHLTTPCDisplay class for better usage in the new
timms [Fri, 28 Oct 2005 09:33:40 +0000 (09:33 +0000)]
Heavily modified the AliHLTTPCDisplay class for better usage in the new
TPC online display.
Work was actually done by Jochen Thaeder.

18 years ago27-oct-2005 NvE Memberfunction GetX to access individual vector components also intro...
nick [Fri, 28 Oct 2005 08:15:05 +0000 (08:15 +0000)]
27-oct-2005 NvE Memberfunction GetX to access individual vector components also introduced
                for Ali4Vector.
                Also memberfunction SortJets introduced in AliVertex.
                Misleading comment modified in AliDevice.cxx.

18 years agoThis commit was generated by cvs2svn to compensate for changes in r12271,
hristov [Fri, 28 Oct 2005 07:45:32 +0000 (07:45 +0000)]
This commit was generated by cvs2svn to compensate for changes in r12271,
which included commits to RCS files with non-trunk default branches.

18 years agoThis commit was generated by cvs2svn to compensate for changes in r12269,
hristov [Fri, 28 Oct 2005 07:33:58 +0000 (07:33 +0000)]
This commit was generated by cvs2svn to compensate for changes in r12269,
which included commits to RCS files with non-trunk default branches.

18 years agoTest case for B0 -> mu
hristov [Fri, 28 Oct 2005 07:02:50 +0000 (07:02 +0000)]
Test case for B0 -> mu

18 years agoDo not convert bool to pointer
hristov [Fri, 28 Oct 2005 06:57:03 +0000 (06:57 +0000)]
Do not convert bool to pointer

18 years agorho added to dimuon channels.
morsch [Fri, 28 Oct 2005 06:40:38 +0000 (06:40 +0000)]
rho added to dimuon channels.

18 years agoAdding calculation of occupancy per detele and per chamber (Gines)
martinez [Thu, 27 Oct 2005 15:59:26 +0000 (15:59 +0000)]
Adding calculation of occupancy per detele and per chamber (Gines)

18 years agoRevived the geometry that Alla did orginally. The code is in the classes
cholm [Thu, 27 Oct 2005 12:26:15 +0000 (12:26 +0000)]
Revived the geometry that Alla did orginally.  The code is in the classes
AliFMD{G3,Geo}OldSimulator.    Also added check of energy loss in the
stepping function of AliFMDSimulator.  This is tagged as FMD-revival

18 years agoMaking possible to run AZ cluster finder and / or Kalamn filter without recompiling...
martinez [Wed, 26 Oct 2005 15:21:17 +0000 (15:21 +0000)]
Making possible to run AZ cluster finder and / or Kalamn filter without recompiling the code (see README) (Sacha)

18 years agoInclude event raw data header version 3.6
cvetan [Wed, 26 Oct 2005 09:50:34 +0000 (09:50 +0000)]
Include event raw data header version 3.6

18 years agovolume names compatible with TGeant3 (Ivana)
pcrochet [Wed, 26 Oct 2005 08:47:56 +0000 (08:47 +0000)]
volume names compatible with TGeant3 (Ivana)

18 years agoAdded info about the patch needed for MUONdisplay with Root 5.04/00
ivana [Wed, 26 Oct 2005 08:16:30 +0000 (08:16 +0000)]
Added info about the patch needed for MUONdisplay with Root 5.04/00

18 years agoNew header file with the DAQ configuration (C.Cheshkov).
hristov [Tue, 25 Oct 2005 14:20:12 +0000 (14:20 +0000)]
New header file with the DAQ configuration (C.Cheshkov).

18 years agoNew header file with the DAQ configuration.
cvetan [Tue, 25 Oct 2005 14:19:40 +0000 (14:19 +0000)]
New header file with the DAQ configuration.

18 years ago24-oct-2005 NvE Protection introduced in AliJet::AddTrack to prevent multiple storage of
nick [Tue, 25 Oct 2005 13:36:36 +0000 (13:36 +0000)]
24-oct-2005 NvE Protection introduced in AliJet::AddTrack to prevent multiple storage of
                the same track in case no private copy of the track is made.
                Memberfunction GetOpeningAngle introduced in Ali3Vector and Ali4Vector.
25-oct-2005 NvE Support introduced for user selectable angular units (rad or deg) in Ali3Vector,
                Ali4Vector and all derived classes.

18 years agoIncluding assert.h (solarisCC5)
hristov [Tue, 25 Oct 2005 11:56:49 +0000 (11:56 +0000)]
Including assert.h (solarisCC5)

18 years agoSmall bug fixed for some class of tracks (Sacha)
martinez [Tue, 25 Oct 2005 10:11:44 +0000 (10:11 +0000)]
Small bug fixed for some class of tracks (Sacha)

18 years agoCouple bug fixes / some algorithm improvements for some cluster topologies (Sacha)
martinez [Tue, 25 Oct 2005 10:11:14 +0000 (10:11 +0000)]
Couple bug fixes / some algorithm improvements for some cluster topologies (Sacha)

18 years agoAdded possibility to run AZ cluster finder and Kalman filter (Sacha)
martinez [Tue, 25 Oct 2005 10:10:35 +0000 (10:10 +0000)]
Added possibility to run AZ cluster finder and Kalman filter (Sacha)

18 years agoAvoid compiler warnings.
cvetan [Tue, 25 Oct 2005 09:36:59 +0000 (09:36 +0000)]
Avoid compiler warnings.

18 years agoNew raw data versioning scheme.
hristov [Mon, 24 Oct 2005 14:49:22 +0000 (14:49 +0000)]
New raw data versioning scheme.

18 years agoNew raw data versioning scheme.
cvetan [Mon, 24 Oct 2005 14:48:50 +0000 (14:48 +0000)]
New raw data versioning scheme.

18 years agocoding conventions (volume names start with S)
pcrochet [Fri, 21 Oct 2005 17:56:46 +0000 (17:56 +0000)]
coding conventions (volume names start with S)

18 years agooverlaps fixed
pcrochet [Fri, 21 Oct 2005 15:48:20 +0000 (15:48 +0000)]
overlaps fixed

18 years agoAdded reconstruction errors with setters and getters. Set to their default values...
martinez [Fri, 21 Oct 2005 10:05:47 +0000 (10:05 +0000)]
Added reconstruction errors with setters and getters. Set to their default values in the ctor. (Sacha)

18 years agoFixing a problem due the fact that MaxPadIndexX might be different
ivana [Fri, 21 Oct 2005 10:02:54 +0000 (10:02 +0000)]
Fixing a problem due the fact that MaxPadIndexX might be different
from NofOfPads-1
(Laurent)

18 years agoTRD1, 12 SM, 110 degree as default
pavlinov [Thu, 20 Oct 2005 18:09:15 +0000 (18:09 +0000)]
TRD1, 12 SM, 110 degree as default

18 years ago- Added kStationTrigger, kStationInvalid
ivana [Thu, 20 Oct 2005 16:59:36 +0000 (16:59 +0000)]
- Added kStationTrigger, kStationInvalid
- Added a function to get the name of a planeType
(Laurent)
----------------------------------------------------------------------

18 years agoAliMpFiles::Instance()-> AliMpFiles::
ivana [Thu, 20 Oct 2005 16:59:14 +0000 (16:59 +0000)]
AliMpFiles::Instance()-> AliMpFiles::
Create slats using ctor with 2 parameters
(Laurent)
----------------------------------------------------------------------

18 years agoFixed a would-be-a-bug in PadByIndices where AliMpPad returned would
ivana [Thu, 20 Oct 2005 16:58:40 +0000 (16:58 +0000)]
Fixed a would-be-a-bug in PadByIndices where AliMpPad returned would
possibly have the wrong size if the motif is a special one (no
incidence for st345, but would be a bug for trigger)
(Laurent)
----------------------------------------------------------------------