]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
19 years agoUse MC particle mass
alibrary [Fri, 3 Oct 2003 16:05:14 +0000 (16:05 +0000)]
Use MC particle mass

19 years agoSmaller timeout (C.Cheshkov)
hristov [Fri, 3 Oct 2003 15:23:39 +0000 (15:23 +0000)]
Smaller timeout (C.Cheshkov)

19 years agoStarting X-based monitor process (C.Cheshkov)
hristov [Fri, 3 Oct 2003 15:23:09 +0000 (15:23 +0000)]
Starting X-based monitor process (C.Cheshkov)

19 years agoLoading MONITOR libraries (C.Cheshkov)
hristov [Fri, 3 Oct 2003 15:22:35 +0000 (15:22 +0000)]
Loading MONITOR libraries (C.Cheshkov)

19 years agoClosing socket (C.Cheshkov)
hristov [Fri, 3 Oct 2003 15:21:51 +0000 (15:21 +0000)]
Closing socket (C.Cheshkov)

19 years agoNew histograms (C.Cheshkov)
hristov [Fri, 3 Oct 2003 15:18:47 +0000 (15:18 +0000)]
New histograms (C.Cheshkov)

19 years agoIntroduction of HLT dE/dx (C.Cheshkov)
hristov [Fri, 3 Oct 2003 15:17:23 +0000 (15:17 +0000)]
Introduction of HLT dE/dx (C.Cheshkov)

19 years agoUsing sync TTimer instead of the a-sync one (C.Cheshkov)
hristov [Fri, 3 Oct 2003 15:16:39 +0000 (15:16 +0000)]
Using sync TTimer instead of the a-sync one (C.Cheshkov)

19 years ago(NvE) Also memberfunction MakeCopy introduced in class AliCalorimeter.
nick [Fri, 3 Oct 2003 14:00:42 +0000 (14:00 +0000)]
(NvE) Also memberfunction MakeCopy introduced in class AliCalorimeter.

19 years agoRemoving warnings
hristov [Fri, 3 Oct 2003 13:49:11 +0000 (13:49 +0000)]
Removing warnings

19 years agoRemoving warnings
hristov [Fri, 3 Oct 2003 13:40:16 +0000 (13:40 +0000)]
Removing warnings

19 years ago03-oct-2003 NvE Typos fixed in AliCalorimeter.cxx.
nick [Fri, 3 Oct 2003 13:06:26 +0000 (13:06 +0000)]
03-oct-2003 NvE Typos fixed in AliCalorimeter.cxx.

19 years agoRemoving warnings
hristov [Fri, 3 Oct 2003 12:51:55 +0000 (12:51 +0000)]
Removing warnings

19 years agoRemoving warnings
hristov [Fri, 3 Oct 2003 12:42:59 +0000 (12:42 +0000)]
Removing warnings

19 years agoRemoving warnings
hristov [Fri, 3 Oct 2003 09:55:36 +0000 (09:55 +0000)]
Removing warnings

19 years agoMake compatible with TVirtualMC.
morsch [Fri, 3 Oct 2003 09:37:47 +0000 (09:37 +0000)]
Make compatible with TVirtualMC.

19 years agoObsolete libs G4step and G4stepinterface removed.
morsch [Fri, 3 Oct 2003 09:37:01 +0000 (09:37 +0000)]
Obsolete libs G4step and G4stepinterface removed.

19 years agoPossibility to compile with Root v3-05-07
hristov [Fri, 3 Oct 2003 09:06:22 +0000 (09:06 +0000)]
Possibility to compile with Root v3-05-07

19 years agofVolume dimension changed 5->8
bnandi [Fri, 3 Oct 2003 07:09:00 +0000 (07:09 +0000)]
fVolume dimension changed 5->8

19 years agoz_psa and z_psb bugs fixed
bnandi [Fri, 3 Oct 2003 06:04:10 +0000 (06:04 +0000)]
z_psa and z_psb bugs fixed

19 years agoAliAttribObj.h and AliAttribObj.cxx added into CVS (I forgot them in the
nick [Thu, 2 Oct 2003 17:56:19 +0000 (17:56 +0000)]
AliAttribObj.h and AliAttribObj.cxx added into CVS (I forgot them in the
previous commit).

19 years agonot used any more, currently V0-V1
kir [Thu, 2 Oct 2003 17:54:33 +0000 (17:54 +0000)]
not used any more, currently V0-V1

19 years agoidem
morsch [Thu, 2 Oct 2003 15:41:47 +0000 (15:41 +0000)]
idem

19 years agoGfpart call replaced by using TDataBasePDG.
morsch [Thu, 2 Oct 2003 15:24:40 +0000 (15:24 +0000)]
Gfpart call replaced by using TDataBasePDG.

19 years agoDummy methods to make it work with new TVirtualMC added.
morsch [Thu, 2 Oct 2003 14:47:55 +0000 (14:47 +0000)]
Dummy methods to make it work with new TVirtualMC added.

19 years ago01-sep-2003 NvE Explicit initialisation of TObject() introduced in default constructo...
nick [Thu, 2 Oct 2003 10:17:43 +0000 (10:17 +0000)]
01-sep-2003 NvE Explicit initialisation of TObject() introduced in default constructor of AliObjMatrix.
16-sep-2003 NvE Parent track pointer introduced for AliTrack.
                Functionality of AliSignal extended and support for gains and offsets introduced.
                Gain datamember removed from AliCalmodule.
17-sep-2003 NvE Memberfunction AddTrack with second argument "copy" of AliJet moved into the
                "protected" area to avoid confusion among users.
                The user has now only access to the AddTrack memberfunction with only the track
                (pointer) as argument.
23-sep-2003 NvE New classes AliAttrib and AliAttribObj introduced to centralise the handling of
                name, gain, offset, edge and dead value attributes for a certain slot.
                Classes AliSignal and AliCalmodule updated accordingly.
28-sep-2003 NvE Facility for automatic gain etc... correction introduced in AliSignal::GetSignal().
30-sep-2003 NvE New version of AliCalorimeter introduced, making use of AliObjMatrix and AliAttribObj
                and supporting full treatment of module gains, offsets etc...
                Also class AliCalcluster updated to take gain etc... correction into account.
02-oct-2003 NvE Memberfunction Load() moved from Ali3VectorObj and Ali4VectorObj to Ali3Vector
                and Ali4Vector respectively. This allows to use this memberfunction also in
                all the derived classes (e.g. AliPosition, AliSignal, AliTrack, etc...).
                Therefore the Load() memberfunction has been removed from AliPositionObj.

19 years agotrigger with new coordinate system in MUONdisplay
pcrochet [Wed, 1 Oct 2003 19:25:39 +0000 (19:25 +0000)]
trigger with new coordinate system in MUONdisplay

19 years agotrigger digits with new coordinate system
pcrochet [Wed, 1 Oct 2003 19:24:44 +0000 (19:24 +0000)]
trigger digits with new coordinate system

19 years agoReplacing kPythia with kPythia6 to avoid conflicts
hristov [Wed, 1 Oct 2003 13:49:20 +0000 (13:49 +0000)]
Replacing kPythia with kPythia6 to avoid conflicts

19 years agoremoved cell_pos
bnandi [Wed, 1 Oct 2003 11:33:59 +0000 (11:33 +0000)]
removed cell_pos

19 years agochanges for NewIO
bnandi [Wed, 1 Oct 2003 11:08:04 +0000 (11:08 +0000)]
changes for NewIO

19 years agoMUONdisplay: (le retour)
martinez [Wed, 1 Oct 2003 09:21:46 +0000 (09:21 +0000)]
MUONdisplay: (le retour)

19 years agochange for rectangular geometry
bnandi [Wed, 1 Oct 2003 09:07:17 +0000 (09:07 +0000)]
change for rectangular geometry

19 years agoCurrentTrack replaced by GetCurrentTrackNumber
hristov [Wed, 1 Oct 2003 08:32:51 +0000 (08:32 +0000)]
CurrentTrack replaced by GetCurrentTrackNumber

19 years agoNew geometry in new Alice Coordinate system
bnandi [Wed, 1 Oct 2003 05:07:51 +0000 (05:07 +0000)]
New geometry in new Alice Coordinate system

19 years agoGeometry transformed into new coordinate system (test version).
morsch [Tue, 30 Sep 2003 10:16:23 +0000 (10:16 +0000)]
Geometry transformed into new coordinate system (test version).

19 years agoNew TPC comparison added
kowal2 [Tue, 30 Sep 2003 09:33:18 +0000 (09:33 +0000)]
New TPC comparison added

19 years agoChange of coordinate system x->-x, z->-z
morsch [Tue, 30 Sep 2003 08:10:38 +0000 (08:10 +0000)]
Change of coordinate system x->-x, z->-z

19 years ago- Change of coordinate system (x->-x, z->-z)
morsch [Tue, 30 Sep 2003 08:02:27 +0000 (08:02 +0000)]
- Change of coordinate system (x->-x, z->-z)
- ZDC specific code moved to AliMagFC, method ZDCField added

19 years agono comment
kowal2 [Mon, 29 Sep 2003 12:00:12 +0000 (12:00 +0000)]
no comment

19 years agobug fix2
kowal2 [Mon, 29 Sep 2003 11:56:58 +0000 (11:56 +0000)]
bug fix2

19 years agobug fix (bug in compiler)
kowal2 [Mon, 29 Sep 2003 11:49:15 +0000 (11:49 +0000)]
bug fix (bug in compiler)

19 years agobug fix
kowal2 [Mon, 29 Sep 2003 11:39:43 +0000 (11:39 +0000)]
bug fix

19 years agoHelices handling
kowal2 [Mon, 29 Sep 2003 11:29:56 +0000 (11:29 +0000)]
Helices handling

19 years agocompletly rewritten
kowal2 [Mon, 29 Sep 2003 11:28:19 +0000 (11:28 +0000)]
completly rewritten

19 years agonew classes added
kowal2 [Mon, 29 Sep 2003 11:27:39 +0000 (11:27 +0000)]
new classes added

19 years agonew functionality added
kowal2 [Mon, 29 Sep 2003 11:27:00 +0000 (11:27 +0000)]
new functionality added

19 years agoAliHelix added, updated
kowal2 [Mon, 29 Sep 2003 11:26:17 +0000 (11:26 +0000)]
AliHelix added, updated

19 years agodata members added, fIndex changed to int
kowal2 [Mon, 29 Sep 2003 11:24:55 +0000 (11:24 +0000)]
data members added, fIndex changed to int

19 years agofUSed added
kowal2 [Mon, 29 Sep 2003 11:22:59 +0000 (11:22 +0000)]
fUSed added

19 years agoOnly tracks in acceptance taken
kowal2 [Mon, 29 Sep 2003 11:22:14 +0000 (11:22 +0000)]
Only tracks in acceptance taken

19 years agoMUON added.
morsch [Mon, 29 Sep 2003 08:57:42 +0000 (08:57 +0000)]
MUON added.

19 years agoNegative indices allowed.
morsch [Mon, 29 Sep 2003 08:06:27 +0000 (08:06 +0000)]
Negative indices allowed.

19 years agonegative indexes allowed
morsch [Mon, 29 Sep 2003 08:03:54 +0000 (08:03 +0000)]
negative indexes allowed

19 years agousing namespace std not needed, commented out to solve problems on HP
hristov [Fri, 26 Sep 2003 17:12:09 +0000 (17:12 +0000)]
using namespace std not needed, commented out to solve problems on HP

19 years agoMuon tracking stations in new ALICE coordinate system (z -> -z)
cussonno [Fri, 26 Sep 2003 14:56:01 +0000 (14:56 +0000)]
Muon tracking stations in new ALICE coordinate system (z -> -z)

19 years agofix to work it with ROOT head.
rdm [Fri, 26 Sep 2003 11:39:01 +0000 (11:39 +0000)]
fix to work it with ROOT head.

19 years agoChange all "const int" arguments to "int". Const int is a non-sense and
rdm [Fri, 26 Sep 2003 10:47:09 +0000 (10:47 +0000)]
Change all "const int" arguments to "int". Const int is a non-sense and
generates a warning when compiling the dictionary.

19 years agomake GetSubevent() const.
rdm [Fri, 26 Sep 2003 10:46:12 +0000 (10:46 +0000)]
make GetSubevent() const.

19 years agoMore in the README
martinez [Fri, 26 Sep 2003 07:52:07 +0000 (07:52 +0000)]
More in the README

19 years agoCorrected initialization of static data members
hristov [Thu, 25 Sep 2003 12:44:36 +0000 (12:44 +0000)]
Corrected initialization of static data members

19 years agoAdded Thomas Kuhr changes for datachallenge/aliroot tag v4-01-00.
loizides [Thu, 25 Sep 2003 11:46:38 +0000 (11:46 +0000)]
Added Thomas Kuhr changes for datachallenge/aliroot tag v4-01-00.

19 years agoCorrected initialization of static variables, removed warnings (Sun, HP)
hristov [Thu, 25 Sep 2003 08:05:59 +0000 (08:05 +0000)]
Corrected initialization of static variables, removed warnings (Sun, HP)

19 years ago- Updates necessary for newio.
morsch [Wed, 24 Sep 2003 12:37:02 +0000 (12:37 +0000)]
- Updates necessary for newio.
- Possibility to call quenching routine.

19 years agoSimple jet quenching algorythm added.
morsch [Wed, 24 Sep 2003 12:34:38 +0000 (12:34 +0000)]
Simple jet quenching algorythm added.

19 years agoExtra comma and CtrlM removed (Sun,HP)
hristov [Wed, 24 Sep 2003 10:43:33 +0000 (10:43 +0000)]
Extra comma and CtrlM removed (Sun,HP)

19 years agochecker for currect OffVolume displacement in v1
kir [Tue, 23 Sep 2003 18:04:17 +0000 (18:04 +0000)]
checker for currect OffVolume displacement in v1

19 years agoCahnged to new coordinate system
mhorner [Tue, 23 Sep 2003 14:53:33 +0000 (14:53 +0000)]
Cahnged to new coordinate system

19 years agoChanged coordinate system
mhorner [Tue, 23 Sep 2003 14:45:14 +0000 (14:45 +0000)]
Changed coordinate system

19 years agoChanged coordinate system
mhorner [Tue, 23 Sep 2003 13:31:41 +0000 (13:31 +0000)]
Changed coordinate system

19 years agoChanged Arm1 angles
mhorner [Tue, 23 Sep 2003 07:47:00 +0000 (07:47 +0000)]
Changed Arm1 angles

19 years agoMoved to hlt-cern branch, containing fixes since August 03 and upcoming changes for...
loizides [Mon, 22 Sep 2003 14:07:50 +0000 (14:07 +0000)]
Moved to hlt-cern branch, containing fixes since August 03 and upcoming changes for the data challenge.

19 years agoId in file
martinez [Fri, 19 Sep 2003 17:09:03 +0000 (17:09 +0000)]
Id in file

19 years agoUpdating Event reconstruction for GEANT hit reconstruction in the NewIO
martinez [Fri, 19 Sep 2003 17:06:04 +0000 (17:06 +0000)]
Updating Event reconstruction for GEANT hit reconstruction in the NewIO

19 years agoRemoving memory allocation in constructor AliMUONData(name,title)
martinez [Fri, 19 Sep 2003 17:03:22 +0000 (17:03 +0000)]
Removing memory allocation in constructor AliMUONData(name,title)

19 years agoPatch for the division par zero in fQ[1]. To be investigated
martinez [Fri, 19 Sep 2003 17:02:23 +0000 (17:02 +0000)]
Patch for the division par zero in fQ[1]. To be investigated

19 years agoFixing non initialised data member
alibrary [Fri, 19 Sep 2003 16:16:10 +0000 (16:16 +0000)]
Fixing non initialised data member

19 years agoProperly initialise class and respect coding conventiosn
alibrary [Fri, 19 Sep 2003 16:08:11 +0000 (16:08 +0000)]
Properly initialise class and respect coding conventiosn

19 years agoAdding support for HLT code
alibrary [Fri, 19 Sep 2003 14:51:47 +0000 (14:51 +0000)]
Adding support for HLT code

19 years agomonitor histograms for HLT added
tkuhr [Fri, 19 Sep 2003 14:43:34 +0000 (14:43 +0000)]
monitor histograms for HLT added

19 years agoAdded additional jet energy info
mhorner [Fri, 19 Sep 2003 13:16:20 +0000 (13:16 +0000)]
Added additional jet energy info

19 years agoObsolete versions removed.
morsch [Fri, 19 Sep 2003 08:40:39 +0000 (08:40 +0000)]
Obsolete versions removed.

19 years agoObsolete versions removed.
morsch [Fri, 19 Sep 2003 08:32:08 +0000 (08:32 +0000)]
Obsolete versions removed.

19 years agoSmall angle absorber in offficial coordinate system for physics.
morsch [Fri, 19 Sep 2003 08:27:25 +0000 (08:27 +0000)]
Small angle absorber in offficial coordinate system for physics.

19 years agoDipole in official ALICE coordinate system for physics.
morsch [Fri, 19 Sep 2003 08:25:56 +0000 (08:25 +0000)]
Dipole in official ALICE coordinate system for physics.

19 years agoALICE experimental hall in official ALICE physics coordinate system.
morsch [Fri, 19 Sep 2003 08:17:47 +0000 (08:17 +0000)]
ALICE experimental hall in official ALICE physics coordinate system.

19 years agoFront Absorber in official ALICE physics coordinate system.
morsch [Fri, 19 Sep 2003 08:14:29 +0000 (08:14 +0000)]
Front Absorber in official ALICE physics coordinate system.

19 years agoPIPE in official ALICE physics coordinate system.
morsch [Fri, 19 Sep 2003 08:12:52 +0000 (08:12 +0000)]
PIPE in official ALICE physics coordinate system.

19 years agoStored additional energy information
mhorner [Thu, 18 Sep 2003 16:17:11 +0000 (16:17 +0000)]
Stored additional energy information

19 years agoTracker for newIO. TClonesArray of AliMUONTrack in TreeT in MUON.Tracks.root
martinez [Thu, 18 Sep 2003 12:46:17 +0000 (12:46 +0000)]
Tracker for newIO. TClonesArray of AliMUONTrack in TreeT in MUON.Tracks.root

19 years ago Update for station2:
martinez [Thu, 18 Sep 2003 10:57:09 +0000 (10:57 +0000)]
   Update for station2:
   New data for station2
   (By Sukalyan Chattopadhyay)

19 years ago Update for station2:
martinez [Thu, 18 Sep 2003 10:55:24 +0000 (10:55 +0000)]
   Update for station2:
   Data for station1 moved from data directory
   (I.Hrivnacova)

19 years ago Update for station2:
martinez [Thu, 18 Sep 2003 10:47:38 +0000 (10:47 +0000)]
   Update for station2:
   Data for station1 moved to subdirectory station1
   (I.Hrivnacova)

19 years ago Update for station2:
martinez [Thu, 18 Sep 2003 10:41:24 +0000 (10:41 +0000)]
   Update for station2:
   Data for station1 moved to subdirectory station1
   (I.Hrivnacova)

19 years ago Update for station2:
martinez [Thu, 18 Sep 2003 10:32:30 +0000 (10:32 +0000)]
   Update for station2:
   Initial version
   (I.Hrivnacova)

19 years ago Update for station2:
martinez [Thu, 18 Sep 2003 10:26:15 +0000 (10:26 +0000)]
   Update for station2:
   Initial version
   (I.Hrivnacova)

19 years ago Update for station2:
martinez [Thu, 18 Sep 2003 10:22:14 +0000 (10:22 +0000)]
   Update for station2:
   Replaced with an abstract base class and
   2 specific classes (for R,L direction)
   (I.Hrivnacova)

19 years agoModified for update in mapping
martinez [Thu, 18 Sep 2003 10:18:18 +0000 (10:18 +0000)]
Modified for update in mapping
- specify the station when creating AliMpPlane/AliMpReader
(I.Hrivnacova)

19 years agoUpdate for station2:
martinez [Thu, 18 Sep 2003 10:15:12 +0000 (10:15 +0000)]
Update for station2:
added enum AliMpXDirection;
removed classes: AliMpRowSegmentSpecial, AliMpPadRowSegment;
added classes: AliMpVRowSegmentSpecial, AliMpRowSegmentLSpecial,
AliMpRowSegmentRSpecial, AliMpVPadRowSegment, AliMpPadRowLSegment,
AliMpPadRowRSegment; added enum: AliMpStationType.
(I.Hrivnacova)

19 years agoCoding conventions corrections only
martinez [Thu, 18 Sep 2003 10:06:42 +0000 (10:06 +0000)]
Coding conventions corrections only
(I.Hrivnacova)