u/mrichter/AliRoot.git
21 years agooverlapp between PUCP and PTCB corrected
schutz [Thu, 10 May 2001 16:14:25 +0000 (16:14 +0000)]
overlapp between PUCP and PTCB corrected

21 years agoCorrected some overlaps (thanks I. Hrivnacovna).
jbarbosa [Thu, 10 May 2001 14:44:16 +0000 (14:44 +0000)]
Corrected some overlaps (thanks I. Hrivnacovna).

21 years agoUpdate.
jbarbosa [Thu, 10 May 2001 12:35:39 +0000 (12:35 +0000)]
Update.

21 years agoRemoved hit display, added rec. ring properties.
jbarbosa [Thu, 10 May 2001 12:35:16 +0000 (12:35 +0000)]
Removed hit display, added rec. ring properties.

21 years agoChanged drwaing routines.
jbarbosa [Thu, 10 May 2001 12:34:43 +0000 (12:34 +0000)]
Changed drwaing routines.

21 years agoAdded mean radius data member.
jbarbosa [Thu, 10 May 2001 12:33:24 +0000 (12:33 +0000)]
Added mean radius data member.

21 years agoChanged call to SetTrack.
jbarbosa [Thu, 10 May 2001 12:32:27 +0000 (12:32 +0000)]
Changed call to SetTrack.

21 years agoUpdated Config.C.
jbarbosa [Thu, 10 May 2001 12:31:39 +0000 (12:31 +0000)]
Updated Config.C.

21 years agoUpdated Config.C
jbarbosa [Thu, 10 May 2001 12:31:09 +0000 (12:31 +0000)]
Updated Config.C

21 years agoNew call to reconstuction algorithm.
jbarbosa [Thu, 10 May 2001 12:30:17 +0000 (12:30 +0000)]
New call to reconstuction algorithm.

21 years agoAltered some histograms.
jbarbosa [Thu, 10 May 2001 12:29:33 +0000 (12:29 +0000)]
Altered some histograms.

21 years agoCorrected occupancy calculation.
jbarbosa [Thu, 10 May 2001 12:28:54 +0000 (12:28 +0000)]
Corrected occupancy calculation.

21 years agoRepositioned the RICH modules.
jbarbosa [Thu, 10 May 2001 12:28:26 +0000 (12:28 +0000)]
Repositioned the RICH modules.

21 years agoAdded several more functions (memory management mainly).
jbarbosa [Thu, 10 May 2001 12:27:15 +0000 (12:27 +0000)]
Added several more functions (memory management mainly).

21 years agoTotally reworked version of reconstruction algorithm.
jbarbosa [Thu, 10 May 2001 12:26:31 +0000 (12:26 +0000)]
Totally reworked version of reconstruction algorithm.

21 years agoMoved code into AliRICH.
jbarbosa [Thu, 10 May 2001 12:25:16 +0000 (12:25 +0000)]
Moved code into AliRICH.

21 years agoIncorporated diagnostics.
jbarbosa [Thu, 10 May 2001 12:24:15 +0000 (12:24 +0000)]
Incorporated diagnostics.

21 years agoRepositioned the RICH modules.
jbarbosa [Thu, 10 May 2001 12:23:49 +0000 (12:23 +0000)]
Repositioned the RICH modules.
Eliminated magic numbers.
Incorporated diagnostics (from macros).

21 years agoUpdated version from B. Batyunya
barbera [Thu, 10 May 2001 07:50:26 +0000 (07:50 +0000)]
Updated version from B. Batyunya

21 years agoadded back the write tree that has mysteriously dispapered
schutz [Thu, 10 May 2001 07:44:34 +0000 (07:44 +0000)]
added back the write tree that has mysteriously dispapered

21 years agoUpdated version from B. Batyunya and E. Fragiacomo
barbera [Thu, 10 May 2001 07:33:57 +0000 (07:33 +0000)]
Updated version from B. Batyunya and E. Fragiacomo

21 years agoFinished fixing up the default segmentation for the PPR geometry.
nilsen [Thu, 10 May 2001 00:12:59 +0000 (00:12 +0000)]
Finished fixing up the default segmentation for the PPR geometry.

21 years agoAdded a preInitilization of some pointers in the standard creator to
nilsen [Thu, 10 May 2001 00:12:06 +0000 (00:12 +0000)]
Added a preInitilization of some pointers in the standard creator to
eliminate a strange segmentation violation in the destructor when the
creator fails.

21 years agoBug fix in function SetBinSize.
nilsen [Thu, 10 May 2001 00:08:24 +0000 (00:08 +0000)]
Bug fix in function SetBinSize.

21 years agoAllowed for HitsToDigits function to work with versions 5, 7, 8, and 9. This
nilsen [Thu, 10 May 2001 00:05:28 +0000 (00:05 +0000)]
Allowed for HitsToDigits function to work with versions 5, 7, 8, and 9. This
should probably be cleaned up to only check to make sure that fITSgeom has
been properly defined.

21 years agoFinished fixing SetDefaults for the segmentation of SPD, SDD, and SSD.
nilsen [Wed, 9 May 2001 01:02:22 +0000 (01:02 +0000)]
Finished fixing SetDefaults for the segmentation of SPD, SDD, and SSD.

21 years agoFixed up a typo in the cout of Init(). Now properly indecates which version
nilsen [Wed, 9 May 2001 01:00:19 +0000 (01:00 +0000)]
Fixed up a typo in the cout of Init(). Now properly indecates which version
of code is being used.

21 years agoMade the changes nessesary to allow for different segmentations of the SPD.
nilsen [Wed, 9 May 2001 00:59:02 +0000 (00:59 +0000)]
Made the changes nessesary to allow for different segmentations of the SPD.
This will now work with AliITSvPPR... and AliITSv5... and the like.

21 years agoSet suchthat fModules is not written to the root file. Definde AliITSmodule
nilsen [Wed, 9 May 2001 00:52:44 +0000 (00:52 +0000)]
Set suchthat fModules is not written to the root file. Definde AliITSmodule
such that it is not written out to any root files. This is done because
the data kept in fModules are the same hits as in the tree of hits. The
difference being that in fModules the hits are ordered by module/detector
and not according to the primary track.

21 years agoFunction SetLayer implemented. From M. Masera
barbera [Tue, 8 May 2001 21:24:11 +0000 (21:24 +0000)]
Function SetLayer implemented. From M. Masera

21 years agoNew version with the use of SetLayer for SSD. From M. Masera
barbera [Tue, 8 May 2001 21:23:37 +0000 (21:23 +0000)]
New version with the use of SetLayer for SSD. From M. Masera

21 years agoNew macro to calculate the occupancy. For the moment it runs only with v5
barbera [Tue, 8 May 2001 21:05:45 +0000 (21:05 +0000)]
New macro to calculate the occupancy. For the moment it runs only with v5

21 years agoNew TPC medium added
hristov [Tue, 8 May 2001 16:15:22 +0000 (16:15 +0000)]
New TPC medium added

21 years agoGeometry update according to the latest technical spec.
kowal2 [Tue, 8 May 2001 16:03:06 +0000 (16:03 +0000)]
Geometry update according to the latest technical spec.

21 years agoUpdated material specifications
kowal2 [Tue, 8 May 2001 16:02:22 +0000 (16:02 +0000)]
Updated material specifications

21 years agoChanges towards a concept of global Alice track. Back propagation of reconstructed...
hristov [Tue, 8 May 2001 15:02:21 +0000 (15:02 +0000)]
Changes towards a concept of global Alice track. Back propagation of reconstructed tracks (Yu.Belikov)

21 years agoCorrections for tracking in arbitrary magnenetic field. Changes towards a concept...
hristov [Tue, 8 May 2001 15:01:32 +0000 (15:01 +0000)]
Corrections for tracking in arbitrary magnenetic field. Changes towards a concept of global Alice track. Back propagation of reconstructed tracks (Yu.Belikov)

21 years agoLoop variable declared once (HP, Sun)
hristov [Tue, 8 May 2001 07:05:02 +0000 (07:05 +0000)]
Loop variable declared once (HP, Sun)

21 years agoTRD cuts included
hristov [Mon, 7 May 2001 10:09:11 +0000 (10:09 +0000)]
TRD cuts included

21 years agoNew improved TOF visualization macros added
vicinanz [Mon, 7 May 2001 09:36:35 +0000 (09:36 +0000)]
New improved TOF visualization macros added

21 years agoUpdate of the macros
cblume [Mon, 7 May 2001 08:34:07 +0000 (08:34 +0000)]
Update of the macros

21 years agoUpdate of the macros
cblume [Mon, 7 May 2001 08:09:16 +0000 (08:09 +0000)]
Update of the macros

21 years agoUpdate of TRD code
cblume [Mon, 7 May 2001 08:08:06 +0000 (08:08 +0000)]
Update of TRD code

21 years agoSpeedup of the code. Create only AliTRDcluster
cblume [Mon, 7 May 2001 08:06:44 +0000 (08:06 +0000)]
Speedup of the code. Create only AliTRDcluster

21 years agoNew TRF and PRF. Speedup of the code. Digits from amplification region included
cblume [Mon, 7 May 2001 08:04:48 +0000 (08:04 +0000)]
New TRF and PRF. Speedup of the code. Digits from amplification region included

21 years agoGenerate also hits in the amplification region
cblume [Mon, 7 May 2001 08:03:22 +0000 (08:03 +0000)]
Generate also hits in the amplification region

21 years agoChanges in StepManager to speed simulation
coppedis [Sat, 5 May 2001 13:33:19 +0000 (13:33 +0000)]
Changes in StepManager to speed simulation

21 years agoMajor upgrades to the strip structure
vicinanz [Fri, 4 May 2001 10:09:48 +0000 (10:09 +0000)]
Major upgrades to the strip structure

21 years agoAdded TPC in the macro search path which is useful to run TPC/ITS tracking from withi...
barbera [Fri, 4 May 2001 08:33:11 +0000 (08:33 +0000)]
Added TPC in the macro search path which is useful to run TPC/ITS tracking from within the ITS

21 years agoObsolete
barbera [Fri, 4 May 2001 08:23:28 +0000 (08:23 +0000)]
Obsolete

21 years agomajor upgrade of the category described
ivana [Thu, 3 May 2001 18:43:40 +0000 (18:43 +0000)]
major upgrade of the category described

21 years agoupdated for new classes (TG4Materials/VolumesFrames, TG4MainFrame)
ivana [Thu, 3 May 2001 18:39:57 +0000 (18:39 +0000)]
updated for new classes (TG4Materials/VolumesFrames, TG4MainFrame)

21 years agoDICTH updated for new classes (TG4Materials/VolumesFrames, TG4MainFrame)
ivana [Thu, 3 May 2001 18:39:25 +0000 (18:39 +0000)]
DICTH updated for new classes (TG4Materials/VolumesFrames, TG4MainFrame)

21 years agomajor update of geometry browser classes by D.Adamova; volumes and material propertie...
ivana [Thu, 3 May 2001 18:33:55 +0000 (18:33 +0000)]
major update of geometry browser classes by D.Adamova; volumes and material properties panels added

21 years agoTG4GUI renamed to TG4MainFrame; major update of geometry browser classes by D.Adamova...
ivana [Thu, 3 May 2001 18:33:39 +0000 (18:33 +0000)]
TG4GUI renamed to TG4MainFrame; major update of geometry browser classes by D.Adamova; volumes and material properties panels added

21 years agoInitial version
ivana [Thu, 3 May 2001 18:32:36 +0000 (18:32 +0000)]
Initial version

21 years agoTG4GUI renamed to TG4MainFrame
ivana [Thu, 3 May 2001 18:26:26 +0000 (18:26 +0000)]
TG4GUI renamed to TG4MainFrame

21 years agoModified in order to run also under aliroot and not only under root
barbera [Thu, 3 May 2001 16:16:08 +0000 (16:16 +0000)]
Modified in order to run also under aliroot and not only under root

21 years agoTest macro to read SPD clusters
barbera [Thu, 3 May 2001 16:14:57 +0000 (16:14 +0000)]
Test macro to read SPD clusters

21 years agoTo be substituted by ITSreadClustTestSPD.C
barbera [Thu, 3 May 2001 16:14:08 +0000 (16:14 +0000)]
To be substituted by ITSreadClustTestSPD.C

21 years agoFixed up LocalToDet, DetToLocal, GetCrossing, GetPadTxz to work with different
nilsen [Thu, 3 May 2001 16:12:37 +0000 (16:12 +0000)]
Fixed up LocalToDet, DetToLocal, GetCrossing, GetPadTxz to work with different
angles in layer 5 and 6.

21 years agoA verbose print-out of the currently analyzed module commented out
barbera [Thu, 3 May 2001 15:21:04 +0000 (15:21 +0000)]
A verbose print-out of the currently analyzed module commented out

21 years agoLast version of the files cause a break into ITSHitsToDigits.C. The version of yester...
barbera [Thu, 3 May 2001 15:18:51 +0000 (15:18 +0000)]
Last version of the files cause a break into ITSHitsToDigits.C. The version of yesterday has been re-put in place

21 years agoCorrections needed on Sun and HP
hristov [Thu, 3 May 2001 13:25:37 +0000 (13:25 +0000)]
Corrections needed on Sun and HP

21 years agoExample how to use AliL3Evaluate class
vestbo [Thu, 3 May 2001 10:01:54 +0000 (10:01 +0000)]
Example how to use AliL3Evaluate class

21 years agoMinor changes
vestbo [Thu, 3 May 2001 09:56:17 +0000 (09:56 +0000)]
Minor changes

21 years agoRemoving obsolete code
vestbo [Thu, 3 May 2001 09:51:26 +0000 (09:51 +0000)]
Removing obsolete code

21 years agoSome updates
vestbo [Thu, 3 May 2001 09:49:05 +0000 (09:49 +0000)]
Some updates

21 years agoChanged max number if hits
vestbo [Thu, 3 May 2001 09:47:14 +0000 (09:47 +0000)]
Changed max number if hits

21 years agoAdded some functions
vestbo [Thu, 3 May 2001 09:45:43 +0000 (09:45 +0000)]
Added some functions

21 years agoVolume ITSD slightly modified to be consistent with v5. Some improvement in the print...
barbera [Thu, 3 May 2001 08:40:15 +0000 (08:40 +0000)]
Volume ITSD slightly modified to be consistent with v5. Some improvement in the printouts. The last commit did not complete successfully.

21 years agostdlib.h included to define exit()
hristov [Thu, 3 May 2001 08:11:31 +0000 (08:11 +0000)]
stdlib.h included to define exit()

21 years agoVolume ITSD slightly modified to be consistent with v5. Some improvement in the printouts
barbera [Thu, 3 May 2001 08:06:08 +0000 (08:06 +0000)]
Volume ITSD slightly modified to be consistent with v5. Some improvement in the printouts

21 years agoNew version for non absorber side from Yogendra.
morsch [Thu, 3 May 2001 07:00:45 +0000 (07:00 +0000)]
New version for non absorber side from Yogendra.

21 years agoupdated default versions of PIPE
ivana [Thu, 3 May 2001 06:36:08 +0000 (06:36 +0000)]
updated default versions of PIPE

21 years agoFixed up so that it will work both with old and new SPD segmentation or
nilsen [Wed, 2 May 2001 18:13:50 +0000 (18:13 +0000)]
Fixed up so that it will work both with old and new SPD segmentation or
any user defined segmentation.

21 years agoOverlap between rails and ITSD corrected.
morsch [Wed, 2 May 2001 15:36:02 +0000 (15:36 +0000)]
Overlap between rails and ITSD corrected.

21 years agoAliPIPEvTemp removed.
morsch [Wed, 2 May 2001 15:21:48 +0000 (15:21 +0000)]
AliPIPEvTemp removed.

21 years agoObsolete version removed.
morsch [Wed, 2 May 2001 12:01:33 +0000 (12:01 +0000)]
Obsolete version removed.

21 years agoMinor change
enrico [Wed, 2 May 2001 11:54:34 +0000 (11:54 +0000)]
Minor change

21 years agoAliPIPEv0 is again default pipe version.
morsch [Wed, 2 May 2001 11:53:35 +0000 (11:53 +0000)]
AliPIPEv0 is again default pipe version.

21 years agoNew layout of the non-absorber side provided by Y. Viyogi. Not the final design
morsch [Wed, 2 May 2001 11:50:18 +0000 (11:50 +0000)]
New layout of the non-absorber side provided by Y. Viyogi. Not the final design
but the prsent most realistic.

21 years agoloading libITS commented (ITS includes TGeant3)
ivana [Wed, 2 May 2001 11:11:15 +0000 (11:11 +0000)]
loading libITS commented (ITS includes TGeant3)

21 years agoupdated default versions of detectors and detector dependencies
ivana [Wed, 2 May 2001 11:09:50 +0000 (11:09 +0000)]
updated default versions of detectors and detector dependencies

21 years agoupdated for changes in Config.C
ivana [Wed, 2 May 2001 11:07:44 +0000 (11:07 +0000)]
updated for changes in Config.C

21 years agorenaming of lego plots, g4.prim added
ivana [Wed, 2 May 2001 11:05:49 +0000 (11:05 +0000)]
renaming of lego plots, g4.prim added

21 years agoremoved obsolete options AG4_STACKING, AG4_TOY; G4MAKESHLIB setting changed to G4LIB_...
ivana [Wed, 2 May 2001 11:03:22 +0000 (11:03 +0000)]
removed obsolete options AG4_STACKING, AG4_TOY; G4MAKESHLIB setting changed to G4LIB_BUILD_SHARED (update to g4 3.1 release)

21 years agolibITS filtered out (ITS includes TGeant3); -lTMevSim -lmevsim added to LIBS
ivana [Wed, 2 May 2001 10:49:33 +0000 (10:49 +0000)]
libITS filtered out (ITS includes TGeant3); -lTMevSim -lmevsim added to LIBS

21 years agoupdated to g4 3.1 release (change of G4TrackVector type)
ivana [Wed, 2 May 2001 10:47:22 +0000 (10:47 +0000)]
updated to g4 3.1 release (change of G4TrackVector type)

21 years agofClearStackCmd removed
ivana [Wed, 2 May 2001 10:45:35 +0000 (10:45 +0000)]
fClearStackCmd removed

21 years agofSteppingAction changed to TG4SteppingAction (from AliSteppingAction)
ivana [Wed, 2 May 2001 10:45:00 +0000 (10:45 +0000)]
fSteppingAction changed to TG4SteppingAction (from AliSteppingAction)

21 years agoConstructModules() corrected (both single and dependent modules are configured first...
ivana [Wed, 2 May 2001 10:42:25 +0000 (10:42 +0000)]
ConstructModules() corrected (both single and dependent modules are configured first before they are constructed); GetDetSwitchVector() removed

21 years agofDetSwitchVector moved to protected; GetDetSwitch() added; GetDetSwitchVector() removed
ivana [Wed, 2 May 2001 10:38:42 +0000 (10:38 +0000)]
fDetSwitchVector moved to protected; GetDetSwitch() added; GetDetSwitchVector() removed

21 years agoSetExternalDecayer(), Decayer() implemented
ivana [Wed, 2 May 2001 10:33:55 +0000 (10:33 +0000)]
SetExternalDecayer(), Decayer() implemented

21 years agoModify tmaxfd in media definition
coppedis [Wed, 2 May 2001 10:33:11 +0000 (10:33 +0000)]
Modify tmaxfd in media definition

21 years agohardwired numbers width(7) and precision(3) changed to data members fNW, fNP with...
ivana [Wed, 2 May 2001 10:32:10 +0000 (10:32 +0000)]
hardwired numbers width(7) and precision(3) changed to data members fNW, fNP with default values (7, 4)

21 years agoattributes fNW, fNP, fgkDefaultNumWidth, fgkDefaultNumPrecision and their setters...
ivana [Wed, 2 May 2001 10:30:09 +0000 (10:30 +0000)]
attributes fNW, fNP, fgkDefaultNumWidth, fgkDefaultNumPrecision and their setters SetNumWidth(), SetNumPrecision() added

21 years agocopy constructor changed with usage of = operator
ivana [Wed, 2 May 2001 10:26:38 +0000 (10:26 +0000)]
copy constructor changed with usage of = operator

21 years agofTrackingAction/fSteppingAction type changed to TG4TrackingAction/TG4SteppingAction
ivana [Wed, 2 May 2001 10:25:55 +0000 (10:25 +0000)]
fTrackingAction/fSteppingAction type changed to TG4TrackingAction/TG4SteppingAction

21 years agokMaxNofSteps changed to 30000
ivana [Wed, 2 May 2001 10:24:52 +0000 (10:24 +0000)]
kMaxNofSteps changed to 30000