]>
git.uio.no Git - u/mrichter/AliRoot.git/log
dibari [Fri, 30 Jun 2000 16:29:51 +0000 (16:29 +0000)]
Added kDebugLevel variable to control output size on demand
morsch [Fri, 30 Jun 2000 16:24:51 +0000 (16:24 +0000)]
More meaningfull class descriptions.
morsch [Fri, 30 Jun 2000 12:44:47 +0000 (12:44 +0000)]
Correct log and Id tag.
morsch [Fri, 30 Jun 2000 12:40:34 +0000 (12:40 +0000)]
Pythia takes care of vertex smearing. Correct conversion from Pythia units (mm) to
Geant units (cm).
morsch [Fri, 30 Jun 2000 12:19:07 +0000 (12:19 +0000)]
Type of fFileName changed to TString, fp has been !-ed.
pcrochet [Fri, 30 Jun 2000 12:17:07 +0000 (12:17 +0000)]
obsolete command removed
morsch [Fri, 30 Jun 2000 12:08:36 +0000 (12:08 +0000)]
In member data: char* replaced by TString, Init takes care of resizing the strings to
8 characters required by Hijing.
kowal2 [Fri, 30 Jun 2000 12:07:50 +0000 (12:07 +0000)]
Updated from the TPC-PreRelease branch
gosset [Fri, 30 Jun 2000 12:04:26 +0000 (12:04 +0000)]
New macro "MUONreco.C" for using the event reconstruction package in C++
gosset [Fri, 30 Jun 2000 12:01:06 +0000 (12:01 +0000)]
Correction for hit search in the right chamber (JPC)
gosset [Fri, 30 Jun 2000 10:15:48 +0000 (10:15 +0000)]
Changes to EventReconstructor...:
precision fit with multiple Coulomb scattering;
extrapolation to vertex with Branson correction in absorber (JPC)
morsch [Thu, 29 Jun 2000 21:12:54 +0000 (21:12 +0000)]
Configuration examples for new AliGenParam added. param4 does not work for the moment
because of a tempory problem of CINT with pointers to functions.
morsch [Thu, 29 Jun 2000 21:08:27 +0000 (21:08 +0000)]
All paramatrisation libraries derive from the pure virtual base class AliGenLib.
This allows to pass a pointer to a library directly to AliGenParam and avoids the
use of function pointers in Config.C.
morsch [Thu, 29 Jun 2000 14:37:43 +0000 (14:37 +0000)]
fFilename !-ed
nilsen [Thu, 29 Jun 2000 14:32:55 +0000 (14:32 +0000)]
Another fix to the Streamer function so that we can read what is written.
morsch [Thu, 29 Jun 2000 13:17:43 +0000 (13:17 +0000)]
New default cuts for ABSO and SHIL
morsch [Thu, 29 Jun 2000 12:34:09 +0000 (12:34 +0000)]
AliMUONSegmentation class has been made independent of AliMUONChamber. This makes
it usable with any other geometry class. The link to the object to which it belongs is
established via an index. This assumes that there exists a global geometry manager
from which the pointer to the parent object can be obtained (in our case gAlice).
morsch [Thu, 29 Jun 2000 10:51:55 +0000 (10:51 +0000)]
Add some charmed and bottom baryons to the particle list (TDatabasePDG). This
is needed by Hijing. Should be part of a future review of TDatabasePDG.
morsch [Thu, 29 Jun 2000 07:28:27 +0000 (07:28 +0000)]
Example for AliGenHijing configuration added.
ivana [Thu, 29 Jun 2000 06:58:07 +0000 (06:58 +0000)]
Initial version
pcrochet [Thu, 29 Jun 2000 06:52:02 +0000 (06:52 +0000)]
pow changed to TMath::Power
ivana [Thu, 29 Jun 2000 06:51:29 +0000 (06:51 +0000)]
removed rule for dummy arguments; added rule for virtual member functions (no.5)
ivana [Thu, 29 Jun 2000 06:48:59 +0000 (06:48 +0000)]
updated for moving to AliRoot
ivana [Thu, 29 Jun 2000 06:47:55 +0000 (06:47 +0000)]
TARGET filtered out from SRCS (aligeant4 is not put in libAliGeant4)
ivana [Thu, 29 Jun 2000 06:45:25 +0000 (06:45 +0000)]
removed setting of default value of magnetic field
ivana [Thu, 29 Jun 2000 06:44:39 +0000 (06:44 +0000)]
added test for existence of fMagneticField in SetMagField()
ivana [Thu, 29 Jun 2000 06:42:35 +0000 (06:42 +0000)]
added SetDetectorField(this) to global field manager in constructors
ivana [Thu, 29 Jun 2000 06:41:16 +0000 (06:41 +0000)]
changed step point size in DisplayEvent()
morsch [Wed, 28 Jun 2000 21:27:45 +0000 (21:27 +0000)]
Most coding rule violations corrected.
Still to do: Split the file (on file per class) ? Avoid the global variables.
Copy constructors and assignment operators (dummy ?)
morsch [Wed, 28 Jun 2000 15:16:35 +0000 (15:16 +0000)]
(1) Client code adapted to new method signatures in AliMUONSegmentation (see comments there)
to allow development of slat-muon chamber simulation and reconstruction code in the MUON
framework. The changes should have no side effects (mostly dummy arguments).
(2) Hit disintegration uses 3-dim hit coordinates to allow simulation
of chambers with overlapping modules (MakePadHits, Disintegration).
morsch [Wed, 28 Jun 2000 15:08:37 +0000 (15:08 +0000)]
Change of argument list of methods GetPadCxy, GetPadIxy, SetHit and FirstPad
to allow passing of 3-dim hit coordinates needed for segmentations with overlapping
modules (slats).
Existing implementations overload this methods inline.
fca [Wed, 28 Jun 2000 14:41:12 +0000 (14:41 +0000)]
Corrections to the custom Streamer
morsch [Wed, 28 Jun 2000 12:48:18 +0000 (12:48 +0000)]
New cluster and hit reconstruction macro.
morsch [Wed, 28 Jun 2000 12:21:53 +0000 (12:21 +0000)]
Obsolete AliMUONClusterFinder removed.
morsch [Wed, 28 Jun 2000 12:20:29 +0000 (12:20 +0000)]
Obsolete now. See comments in AliMUONClusterFinderVS.cxx.
morsch [Wed, 28 Jun 2000 12:19:18 +0000 (12:19 +0000)]
More consequent seperation of global input data services (AliMUONClusterInput singleton) and the
cluster and hit reconstruction algorithms in AliMUONClusterFinderVS.
AliMUONClusterFinderVS becomes the base class for clustering and hit reconstruction.
It requires two cathode planes. Small modifications in the code will make it usable for
one cathode plane and, hence, more general (for test beam data).
AliMUONClusterFinder is now obsolete.
morsch [Wed, 28 Jun 2000 08:48:19 +0000 (08:48 +0000)]
Obsolete, replaced by AliMUONClusterFinderVS.
morsch [Wed, 28 Jun 2000 08:06:10 +0000 (08:06 +0000)]
Avoid global variables in AliMUONClusterFinderVS by seperating the input data for the fit from the
algorithmic part of the class. Input data resides inside the AliMUONClusterInput singleton.
It also naturally takes care of the TMinuit instance.
gosset [Tue, 27 Jun 2000 16:18:47 +0000 (16:18 +0000)]
Finally correct implementation of xm, ym, ixm, iym sizes
when at least three local maxima on cathode 1 or on cathode 2
schutz [Tue, 27 Jun 2000 15:50:33 +0000 (15:50 +0000)]
a few modifications to satisty aCC
gosset [Tue, 27 Jun 2000 14:11:36 +0000 (14:11 +0000)]
Corrections against violations of coding conventions
fca [Tue, 27 Jun 2000 13:24:37 +0000 (13:24 +0000)]
Avoid problems with empty CHECK variable
cblume [Tue, 27 Jun 2000 13:08:50 +0000 (13:08 +0000)]
Changed to Copy(TObject &A) to appease the HP-compiler
morsch [Tue, 27 Jun 2000 10:13:01 +0000 (10:13 +0000)]
Obsolete global variables removed from file.
morsch [Tue, 27 Jun 2000 10:04:37 +0000 (10:04 +0000)]
Obsolete global constants removed.
morsch [Tue, 27 Jun 2000 09:46:57 +0000 (09:46 +0000)]
kMAXZOOM global constant now in AliMUONConstants
morsch [Tue, 27 Jun 2000 09:31:36 +0000 (09:31 +0000)]
fHitMap !-ed
fca [Tue, 27 Jun 2000 09:26:18 +0000 (09:26 +0000)]
Adding dummy SetSTRA
morsch [Tue, 27 Jun 2000 08:54:41 +0000 (08:54 +0000)]
Problems with on constant array sizes (in hitMap, nmuon, xhit, yhit) corrected.
morsch [Tue, 27 Jun 2000 08:53:02 +0000 (08:53 +0000)]
SetMaxAdc passes integer value consistent with AliMUONResponse and AliMUONChamber
morsch [Tue, 27 Jun 2000 08:52:23 +0000 (08:52 +0000)]
SetMaxAdc passes integer value consistent with AliMUONResponse
fca [Tue, 27 Jun 2000 08:28:48 +0000 (08:28 +0000)]
Re-correct Makefile for RuleChecker
fca [Tue, 27 Jun 2000 08:21:32 +0000 (08:21 +0000)]
Re-correct Makefile for RuleChecker
morsch [Tue, 27 Jun 2000 07:31:07 +0000 (07:31 +0000)]
fChambers = 0; deleted from constructor.
morsch [Mon, 26 Jun 2000 16:09:46 +0000 (16:09 +0000)]
Obsolete member data deleted.
morsch [Mon, 26 Jun 2000 15:55:01 +0000 (15:55 +0000)]
Global constants removed
morsch [Mon, 26 Jun 2000 14:09:28 +0000 (14:09 +0000)]
Obsolete included removed.
morsch [Mon, 26 Jun 2000 14:02:38 +0000 (14:02 +0000)]
Add class AliMUONConstants with MUON specific constants using static memeber data and access methods.
pcrochet [Mon, 26 Jun 2000 10:11:55 +0000 (10:11 +0000)]
AliMUONTriggerConstants added
pcrochet [Mon, 26 Jun 2000 10:11:07 +0000 (10:11 +0000)]
AliMUONTriggerConstants.cxx added
pcrochet [Mon, 26 Jun 2000 10:04:49 +0000 (10:04 +0000)]
problem with HP compiler solved (PH), static variables removed : now defined in AliMUONTriggerConstants
pcrochet [Mon, 26 Jun 2000 10:01:26 +0000 (10:01 +0000)]
global variables removed
pcrochet [Mon, 26 Jun 2000 10:00:14 +0000 (10:00 +0000)]
global variables removed, problem with HP compiler solved (PH)
pcrochet [Mon, 26 Jun 2000 09:57:57 +0000 (09:57 +0000)]
New class which contains quantities previously defined as global variables
fca [Sun, 25 Jun 2000 23:14:07 +0000 (23:14 +0000)]
CXXVERBOSE applies now to link and DICT generation
fca [Sun, 25 Jun 2000 22:57:42 +0000 (22:57 +0000)]
Exclude superflous headers
pcrochet [Sun, 25 Jun 2000 17:02:19 +0000 (17:02 +0000)]
scope problem on HP, i declared once, pow replaced by TMath::Power (PH)
pcrochet [Sun, 25 Jun 2000 16:47:43 +0000 (16:47 +0000)]
pow replaced by TMath::Power
hristov [Sun, 25 Jun 2000 13:24:58 +0000 (13:24 +0000)]
fFileName !-marked: not streamed.
hristov [Sun, 25 Jun 2000 13:23:28 +0000 (13:23 +0000)]
stdlib.h needed for non-Linux compilation
hristov [Sun, 25 Jun 2000 13:06:39 +0000 (13:06 +0000)]
Inline functions moved from *.cxx to *.h files instead of forward declarations
schutz [Sat, 24 Jun 2000 18:38:39 +0000 (18:38 +0000)]
new naming of the AliPHOS versions
schutz [Sat, 24 Jun 2000 18:33:01 +0000 (18:33 +0000)]
Made the typedef public
schutz [Sat, 24 Jun 2000 18:31:33 +0000 (18:31 +0000)]
Removed not used anymore ctor
morsch [Thu, 22 Jun 2000 14:24:09 +0000 (14:24 +0000)]
Casting for ATAN2 needed on DEC
morsch [Thu, 22 Jun 2000 14:10:05 +0000 (14:10 +0000)]
HP scope problems corrected (PH)
morsch [Thu, 22 Jun 2000 14:04:58 +0000 (14:04 +0000)]
Array size of fHitMap for CINT corrected (PH)
morsch [Thu, 22 Jun 2000 14:02:45 +0000 (14:02 +0000)]
Parameterised size of xm[], ym[], ixm[], iym[] correctly implemented (PH)
Some HP scope problems corrected (PH)
morsch [Thu, 22 Jun 2000 13:41:23 +0000 (13:41 +0000)]
fFileName !-marked: not streamed. (PH, AM)
morsch [Thu, 22 Jun 2000 13:40:51 +0000 (13:40 +0000)]
scope problem on HP, "i" declared once
pow changed to TMath::Power (PH, AM)
fca [Thu, 22 Jun 2000 06:51:45 +0000 (06:51 +0000)]
Adding TGeant4
fca [Wed, 21 Jun 2000 17:40:15 +0000 (17:40 +0000)]
Adding possibility to set ISTRA, PAI model
fca [Wed, 21 Jun 2000 17:33:08 +0000 (17:33 +0000)]
Curing problem with standard FORTRAN preprocessor
fca [Wed, 21 Jun 2000 17:32:18 +0000 (17:32 +0000)]
Saving intermediate files for the reverse engineering tool
fca [Wed, 21 Jun 2000 17:28:11 +0000 (17:28 +0000)]
Adding hijing library
fca [Wed, 21 Jun 2000 17:27:04 +0000 (17:27 +0000)]
Use default optimisation
fca [Wed, 21 Jun 2000 17:20:20 +0000 (17:20 +0000)]
THijing.h will go in include temporarily
fca [Wed, 21 Jun 2000 17:17:53 +0000 (17:17 +0000)]
Reverting previous wrong commit
fca [Wed, 21 Jun 2000 17:17:13 +0000 (17:17 +0000)]
Adding Geant4 configuration file
fca [Wed, 21 Jun 2000 17:15:02 +0000 (17:15 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1461,
which included commits to RCS files with non-trunk default branches.
fca [Wed, 21 Jun 2000 17:13:31 +0000 (17:13 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1459,
which included commits to RCS files with non-trunk default branches.
cblume [Wed, 21 Jun 2000 11:19:35 +0000 (11:19 +0000)]
Removed inline statement to appease the DEC compiler
fca [Tue, 20 Jun 2000 13:05:45 +0000 (13:05 +0000)]
Writing down the TREE headers before job starts
morsch [Tue, 20 Jun 2000 10:53:01 +0000 (10:53 +0000)]
Volume placed outside mother volume (DDIP) corrected (Galina Chabratova)
gosset [Fri, 16 Jun 2000 07:27:08 +0000 (07:27 +0000)]
To remove problem in running RuleChecker, like in MUON-dev
morsch [Thu, 15 Jun 2000 15:47:48 +0000 (15:47 +0000)]
Proposal for an event header class for generated events.
jbarbosa [Thu, 15 Jun 2000 15:47:12 +0000 (15:47 +0000)]
Corrected compilation errors on HP-UX (replaced pow with TMath::Power)
morsch [Thu, 15 Jun 2000 14:15:05 +0000 (14:15 +0000)]
Add possibility for heavy flavor selection: charm and beauty.
morsch [Thu, 15 Jun 2000 12:29:40 +0000 (12:29 +0000)]
Test macro for generator output.
morsch [Thu, 15 Jun 2000 12:18:54 +0000 (12:18 +0000)]
AliGenHijing added to Makefile and EVGENLinkDef.h