bnandi [Tue, 15 Jun 2004 11:36:26 +0000 (11:36 +0000)]
PMD raw digits reading
bnandi [Tue, 15 Jun 2004 11:34:23 +0000 (11:34 +0000)]
change in mapping
tkuhr [Tue, 15 Jun 2004 10:43:22 +0000 (10:43 +0000)]
conversion of raw data DDL files to a DATE and a root file
hristov [Tue, 15 Jun 2004 10:26:57 +0000 (10:26 +0000)]
Coding conventions
hristov [Tue, 15 Jun 2004 09:43:32 +0000 (09:43 +0000)]
Coding conventions, delete members of some HLT arrays, cosmetics (C.Loizides)
loizides [Tue, 15 Jun 2004 09:26:43 +0000 (09:26 +0000)]
Bugfix for calculation of cluster widths.
loizides [Mon, 14 Jun 2004 17:03:59 +0000 (17:03 +0000)]
Added ESD reader for HLT tracks.
Also added dynamic switch between reading
of ESD objects in file or ESD tree.
cheynis [Mon, 14 Jun 2004 12:44:10 +0000 (12:44 +0000)]
Implementation for raw data simulation
skowron [Mon, 14 Jun 2004 09:12:25 +0000 (09:12 +0000)]
Track points are moved according to vertex position so vertex is in (0,0,0)
skowron [Sun, 13 Jun 2004 16:45:16 +0000 (16:45 +0000)]
Redundant printout removed
skowron [Sun, 13 Jun 2004 16:41:28 +0000 (16:41 +0000)]
Separation Cut in Pixels implemented
skowron [Sun, 13 Jun 2004 16:39:29 +0000 (16:39 +0000)]
Pair Check corrected
hristov [Sat, 12 Jun 2004 19:33:45 +0000 (19:33 +0000)]
Coding conventions
hristov [Fri, 11 Jun 2004 16:35:31 +0000 (16:35 +0000)]
Taking into account the dE/dx crossing points in the TPC (Yu.Belikov)
mhorner [Fri, 11 Jun 2004 16:31:51 +0000 (16:31 +0000)]
Recalculated sampling fraction, with the addition of Birks' Law
loizides [Fri, 11 Jun 2004 16:06:33 +0000 (16:06 +0000)]
Cleaned up code for coding conventions.
hristov [Fri, 11 Jun 2004 16:02:02 +0000 (16:02 +0000)]
Bug fix
cheynis [Fri, 11 Jun 2004 14:09:44 +0000 (14:09 +0000)]
Compliance to AliSimulation framework
cheynis [Fri, 11 Jun 2004 13:47:36 +0000 (13:47 +0000)]
Event number removed in digit
cheynis [Fri, 11 Jun 2004 13:45:21 +0000 (13:45 +0000)]
New classes included
cheynis [Fri, 11 Jun 2004 13:43:58 +0000 (13:43 +0000)]
Digitization included into AliSimulation framework
cvetan [Fri, 11 Jun 2004 12:13:58 +0000 (12:13 +0000)]
Coding violations...
skowron [Fri, 11 Jun 2004 11:46:08 +0000 (11:46 +0000)]
Bug corrected in DeltaPhi
nilsen [Thu, 10 Jun 2004 21:00:25 +0000 (21:00 +0000)]
Modifications associated with remerging the Ba/Sa and Dubna pixel simulations,
some cleaning of general code (including coding convensions), and adding some
protections associated with SetDefaults/SetDefaultSimulations which should help
with the Test beam simulations. Details below. The default SPD simulation for
the general ITS runs/geometry is still the Ba/Sa, but for the Test beam
geometries this has been changed to the merged versions.
File: AliITS.cxx Modified
File: AliITS.h Modified
In lined many one-two line functions. Added some protection to
SetDefaults(), SetDefaultSimulation(), and SetDefaultClusterFinders(),
such that they should now even work when only one detector type has
been defined (as it should be for the test beams...). Some mostly
cosmetic issues associated with getting branch names for digits. And
Generally some cleaning up of the code.
File: AliITSClusterFinder.cxx Modified
File: AliITSClusterFinder.h Modified
Did some additional consolidation of data into the base class, added
TClonesArray *fClusters, a fDebug, and fModule variables. Otherwise
some cosmetic and coding conversion changes.
File: AliITSClusterFinderSDD.cxx Modified
File: AliITSClusterFinderSDD.h Modified
Changes to be consistent with the modified base class, and cosmetic
and coding conversion changes.
File: AliITSClusterFinderSPD.cxx Modified
File: AliITSClusterFinderSPD.h Modified
Changes to be consistent with the modified base class, and cosmetic
and coding conversion changes.
File: AliITSClusterFinderSPDdubna.h Removed
File: AliITSClusterFinderSPDdubna.cxx Removed
Since we have ClusterFinderSPD and V2 and this version isn't being
maintained, it is being retired.
File: AliITSClusterFinderSSD.cxx Modified
File: AliITSClusterFinderSSD.h Modified
Changes to be consistent with the modified base class, and cosmetic
and coding conversion changes.
File: AliITSDetType.cxx Modified
File: AliITSDetType.h Modified
Added a new class variable to indicate what the detector type is
AliITSDetector fDetType; values of kSPD, kSDD, kSSD, .... Otherwise
cosmetic and Coding convention changes.
File: AliITSLoader.cxx Modified
File: AliITSLoader.h Modified
Some changes which are not complete. The idea is to be able to get,
simply via one call, a specific hit, Sdigit, digit, RecPoint,...
without all of the usual over head of initializing TClonesArrays setting
branch addresses and the like. Work is far form ready.
File: AliITSdcsSSD.cxx Modified
Some nearly cosmetic changes necessary due to changes to response and
segmentation class'.
File: AliITSgeom.h Modified
In the definition of AliITSDetector type, added kND=-1, no detector
defined. Expect to use it later(?).
File: AliITSresponse.h Modified
Basically cosmetic. Mostly changing Float_t to Double_t.
File: AliITSresponseSDD.cxx Modified
File: AliITSresponseSDD.h Modified
Basically the cosmetic and Float_t to Double_t
File: AliITSresponseSPD.cxx Modified
File: AliITSresponseSPD.h Modified
Mostly Float_t to Double_t and added in the IsPixelDead function for
the dubna version (otherwise the merging had been done).
File: AliITSresponseSPDdubna.h Removed
File: AliITSresponseSPDdubna.cxx Removed
We should be able to remove this class now. AliITSresponseSPD is now
used for both the Bari-Salerno and the dubna models.
File: AliITSresponseSSD.cxx Modified
File: AliITSresponseSSD.h Modified
Float_t to Double_t changes.
File: AliITSsegmentation.h Modified
Made LocaltoDet return a Bool_t. Now if the x,z location is outside
of the volume, it returns kFALSE. see below.
File: AliITSsegmentationSDD.cxx Modified
File: AliITSsegmentationSDD.h Modified
Made LocaltoDet return a Bool_t. Now if the x,z location is outside
of the volume, it returns kFALSE.
File: AliITSsegmentationSPD.cxx Modified
File: AliITSsegmentationSPD.h Modified
Made LocaltoDet return a Bool_t. Now if the x,z location is outside
of the volume, it returns kFALSE.
File: AliITSsegmentationSSD.cxx Modified
File: AliITSsegmentationSSD.h Modified
Made LocaltoDet return a Bool_t. Now if the x,z location is outside
of the volume, it returns kFALSE. see below.
File: AliITSsimulation.cxx Modified
File: AliITSsimulation.h Modified
Added fDebug variable, new Constructor for use below. Cosmetic and
coding convention changes
File: AliITSsimulationSDD.cxx Modified
File: AliITSsimulationSDD.h Modified
Added new Constructor, removed redundant variables and Cosmetic and
coding convention changes.
File: AliITSsimulationSPD.cxx Modified
File: AliITSsimulationSPD.h Modified
Removed some dead code, made changes as needed by the changes above
(response and segmentation classes...). a few cosmetic and coding
convention changes.
File: AliITSsimulationSPDdubna.cxx Modified
File: AliITSsimulationSPDdubna.h Modified
New merged version, implemented new and old coupling with switch,
coding convention and similar changes. (found 1 bugs, missing
! in front of if(mod-LineSegmentL(....,).
File: AliITSsimulationSSD.cxx Modified
File: AliITSsimulationSSD.h Modified
removed redundant variables with base class. Fixed for coding
convention and other cosmetic changes.
File: AliITSvSDD03.cxx Modified
File: AliITSvSPD02.cxx Modified
File: AliITSvSSD03.cxx Modified
These two have their private versions of SetDefaults and
SetDefaultSimulation which have been similarly protected as in AliITS.cxx
File: ITSLinkDef.h Modified
File: libITS.pkg Modified
Versions which include v11 geometry and other private changes
mhorner [Wed, 9 Jun 2004 19:54:37 +0000 (19:54 +0000)]
Fixed bug in parent assignment and implemented Birk's law in the Step Manager
skowron [Tue, 8 Jun 2004 08:51:47 +0000 (08:51 +0000)]
DeltaPhi function corrected; Additional checks in GetKStar
alibrary [Mon, 7 Jun 2004 17:28:17 +0000 (17:28 +0000)]
Cleanup
hristov [Mon, 7 Jun 2004 16:10:56 +0000 (16:10 +0000)]
Temporary commenting out the implementation of BuildGeometry
skowron [Mon, 7 Jun 2004 07:15:05 +0000 (07:15 +0000)]
Check for PID added
alibrary [Mon, 7 Jun 2004 06:27:49 +0000 (06:27 +0000)]
Some cleanup, more may be needed
alibrary [Mon, 7 Jun 2004 06:27:29 +0000 (06:27 +0000)]
New return value for ProcessRun
hristov [Sat, 5 Jun 2004 02:35:41 +0000 (02:35 +0000)]
Removing warnings (icc)
tkuhr [Fri, 4 Jun 2004 16:40:48 +0000 (16:40 +0000)]
list of libraries updated
skowron [Fri, 4 Jun 2004 16:14:04 +0000 (16:14 +0000)]
Bug Correction (lacking Abs)
skowron [Fri, 4 Jun 2004 15:05:12 +0000 (15:05 +0000)]
class AliHBTOutSideLongFctn: Added switch for steering o if Abs values are histogrammed
hristov [Fri, 4 Jun 2004 14:16:17 +0000 (14:16 +0000)]
Correct definition of icc version. Optimization changed to -O -ip, -g removed. -lifport needed to resolve BLOCK DATA
hristov [Fri, 4 Jun 2004 14:14:20 +0000 (14:14 +0000)]
TFluka excluded from compilation
hristov [Fri, 4 Jun 2004 14:08:01 +0000 (14:08 +0000)]
Removing extra tabs. Removing -g from the optimization options.
schutz [Fri, 4 Jun 2004 10:30:42 +0000 (10:30 +0000)]
Weaken the tolerance for tracks entering to crystals through the front side
cblume [Fri, 4 Jun 2004 09:38:10 +0000 (09:38 +0000)]
Momentum dependent foil stack parameters
alibrary [Fri, 4 Jun 2004 09:34:41 +0000 (09:34 +0000)]
Cleanup of makefiles
rdm [Fri, 4 Jun 2004 00:01:35 +0000 (00:01 +0000)]
change Darwin to macosx.
rdm [Thu, 3 Jun 2004 23:41:51 +0000 (23:41 +0000)]
wrap some insanely long lines into mulitple lines.
rdm [Thu, 3 Jun 2004 23:40:47 +0000 (23:40 +0000)]
set PLATFORM to the operating system (linux, macosx, alpha, ...) and
ALICE_TAGET to the compiler, so the same platforms (OS's) can have different,
incompatible, compilers (linux g++, linux icc, etc). The PLATFORM is set
in the Makefile.$(ALICE_TARGET) files.
rdm [Thu, 3 Jun 2004 23:34:54 +0000 (23:34 +0000)]
add correct check on ROOT version (now version 4.0.6 has been tagged).
cvetan [Thu, 3 Jun 2004 16:54:39 +0000 (16:54 +0000)]
Bug fix in the merging of neighbour eta slice peaks inside the hough transform peak finder
hristov [Thu, 3 Jun 2004 13:02:58 +0000 (13:02 +0000)]
fDebug is Int_t instead of Bool_t
alibrary [Thu, 3 Jun 2004 12:10:38 +0000 (12:10 +0000)]
Rely on PLATFORM defined in main makefile
rdm [Thu, 3 Jun 2004 11:35:40 +0000 (11:35 +0000)]
superseeded by new version with root-config --arch extensions.
rdm [Thu, 3 Jun 2004 11:31:22 +0000 (11:31 +0000)]
use root-config --arch to get the desired platform. Also distclean will
cleanup all targets (so it does not than clean-all).
rdm [Thu, 3 Jun 2004 11:29:55 +0000 (11:29 +0000)]
introduce platform dependent Makefiles using names as provided by
root-config --arch.
rdm [Thu, 3 Jun 2004 11:27:54 +0000 (11:27 +0000)]
use root-config --libs instead of $ROOTSYS/lib.
rdm [Thu, 3 Jun 2004 11:26:59 +0000 (11:26 +0000)]
correct typo.
hristov [Thu, 3 Jun 2004 09:25:40 +0000 (09:25 +0000)]
Removing platform-dependent printout
hristov [Thu, 3 Jun 2004 09:15:14 +0000 (09:15 +0000)]
Removing obsolete macro
hristov [Thu, 3 Jun 2004 08:56:40 +0000 (08:56 +0000)]
New macro converting RAW to digits
hristov [Thu, 3 Jun 2004 08:53:50 +0000 (08:53 +0000)]
Simulation of RAW data (T.Kuhr)
cheynis [Thu, 3 Jun 2004 07:17:55 +0000 (07:17 +0000)]
Particle history saved
skowron [Wed, 2 Jun 2004 20:05:39 +0000 (20:05 +0000)]
Generator for HBT
rdm [Tue, 1 Jun 2004 20:53:47 +0000 (20:53 +0000)]
ProcessRun() returns Bool_t and new pure virtual StopRun() added
in ROOT 4.0.5.
rdm [Tue, 1 Jun 2004 20:51:46 +0000 (20:51 +0000)]
return Int_t instead of "const Int_t" from GetRecPointsInRun().
rdm [Tue, 1 Jun 2004 20:50:26 +0000 (20:50 +0000)]
Draw() is not const.
loizides [Tue, 1 Jun 2004 18:53:30 +0000 (18:53 +0000)]
Bugfix.
rdm [Tue, 1 Jun 2004 15:31:02 +0000 (15:31 +0000)]
Draw() is not const. Who decided to put the "= 0"'s in column > 80 so they
don't show up in a non-line wrapping editor!
rdm [Tue, 1 Jun 2004 15:29:07 +0000 (15:29 +0000)]
Browse() method is not const.
rdm [Tue, 1 Jun 2004 15:27:55 +0000 (15:27 +0000)]
returning a "const Int_t" makes no sense.
rdm [Tue, 1 Jun 2004 15:27:22 +0000 (15:27 +0000)]
include TMCParticle6.h (Pythia6) instead of TMCParticle.h.
rdm [Tue, 1 Jun 2004 15:26:34 +0000 (15:26 +0000)]
add case for icc v8.
rdm [Tue, 1 Jun 2004 15:26:12 +0000 (15:26 +0000)]
add target distclean (same as clean-all).
loizides [Tue, 1 Jun 2004 14:48:48 +0000 (14:48 +0000)]
Hardended the reconstruction process, have flags for switching of bench and cleaning.
loizides [Tue, 1 Jun 2004 14:47:54 +0000 (14:47 +0000)]
Handle event TPC event. Just return proper number of rows filled with 0 digits.
loizides [Tue, 1 Jun 2004 14:47:15 +0000 (14:47 +0000)]
Added note if file size == 0.
tkuhr [Tue, 1 Jun 2004 09:43:40 +0000 (09:43 +0000)]
option to set the number of events per file for individual detectors and data types
morsch [Tue, 1 Jun 2004 09:19:22 +0000 (09:19 +0000)]
This should work for pp.
morsch [Tue, 1 Jun 2004 09:16:30 +0000 (09:16 +0000)]
Changes to make code work for pp collisions.
morsch [Tue, 1 Jun 2004 09:12:28 +0000 (09:12 +0000)]
Decay of L0s, Lambda, Sigma, Xi and Omega switched off. To be handled by the\
transport code.
kir [Mon, 31 May 2004 15:20:45 +0000 (15:20 +0000)]
ResetRICH error fixed
masera [Mon, 31 May 2004 15:09:56 +0000 (15:09 +0000)]
Coding conventions. AliITStrackV2 and AliITStrackerV2 are no longer friends
kir [Mon, 31 May 2004 14:51:30 +0000 (14:51 +0000)]
New convention on numbering and LRS
masera [Mon, 31 May 2004 13:35:19 +0000 (13:35 +0000)]
Option to display also V2 clusters added
nilsen [Fri, 28 May 2004 18:56:57 +0000 (18:56 +0000)]
Updated ITS version 11 geometry. Requires ROOT version 4 with a special patch
for TGeoXtru. Consiquently this set of code is excluded from the normal list
of compiled ITS code. See libITS.pkg and ITSLinkDef.h.
morsch [Fri, 28 May 2004 16:33:56 +0000 (16:33 +0000)]
Correct structure function also for kPyMbNonDiffractive.
masera [Fri, 28 May 2004 16:02:59 +0000 (16:02 +0000)]
Classes related to the V11 geometry temporarily excluded (compatibility with the standard ROOT version)
morsch [Fri, 28 May 2004 14:54:57 +0000 (14:54 +0000)]
Print statement in Quench() removed.
skowron [Fri, 28 May 2004 13:38:36 +0000 (13:38 +0000)]
Extensive class description added
kir [Fri, 28 May 2004 12:26:35 +0000 (12:26 +0000)]
Makefile is now private
kir [Fri, 28 May 2004 12:24:07 +0000 (12:24 +0000)]
Display and points are removed, DispFast is to be used
kir [Fri, 28 May 2004 11:58:58 +0000 (11:58 +0000)]
chambers added
kir [Fri, 28 May 2004 11:57:44 +0000 (11:57 +0000)]
new way to provide control plots
kir [Fri, 28 May 2004 11:57:13 +0000 (11:57 +0000)]
control plots went to AliRICH
loizides [Fri, 28 May 2004 11:45:14 +0000 (11:45 +0000)]
Clean up of memory hole.
loizides [Fri, 28 May 2004 11:44:20 +0000 (11:44 +0000)]
Added two pass tracking for confmapper.
Added flags to switch on different
tracking methods. Minor clean ups.
kir [Fri, 28 May 2004 11:32:00 +0000 (11:32 +0000)]
Sagita added
kir [Fri, 28 May 2004 11:31:36 +0000 (11:31 +0000)]
root-condif is in use
cussonno [Fri, 28 May 2004 09:16:49 +0000 (09:16 +0000)]
set fMUONData as local container
morsch [Fri, 28 May 2004 06:44:57 +0000 (06:44 +0000)]
Update needed for new fluka version. (E. Futo)
alibrary [Thu, 27 May 2004 18:42:59 +0000 (18:42 +0000)]
New split libs
alibrary [Thu, 27 May 2004 18:42:45 +0000 (18:42 +0000)]
New split libs
alibrary [Thu, 27 May 2004 18:42:33 +0000 (18:42 +0000)]
New split libs
morsch [Thu, 27 May 2004 15:52:50 +0000 (15:52 +0000)]
Clean-up. (E. Futo)