]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
22 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.

22 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)

22 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

22 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

22 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

22 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)

22 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

22 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)

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

22 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)

22 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

22 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

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

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

22 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)

22 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

22 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

22 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

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

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

22 years agoTG4_SPECIAL_FLAGS_H changed to TG4_SPECIAL_CONTROLS_H
ivana [Wed, 2 May 2001 10:21:07 +0000 (10:21 +0000)]
TG4_SPECIAL_FLAGS_H changed to TG4_SPECIAL_CONTROLS_H

22 years agoinitialization, deleting of fDecayer added; kPBrem name corrected in the fProcessMap
ivana [Wed, 2 May 2001 10:19:29 +0000 (10:19 +0000)]
initialization, deleting of fDecayer added; kPBrem name corrected in the fProcessMap

22 years agoSetExternalDecayer(), Decayer() implemented
ivana [Wed, 2 May 2001 10:17:52 +0000 (10:17 +0000)]
SetExternalDecayer(), Decayer() implemented

22 years agoInitial version
ivana [Wed, 2 May 2001 10:15:59 +0000 (10:15 +0000)]
Initial version

22 years agoSetting of external decayer (in ConstructGeneral()), copy constructor and assignment...
ivana [Wed, 2 May 2001 10:15:17 +0000 (10:15 +0000)]
Setting of external decayer (in ConstructGeneral()), copy constructor and assignment operator added

22 years agoattribute fExtDecayer, copy constructor and assignment operator added
ivana [Wed, 2 May 2001 10:13:20 +0000 (10:13 +0000)]
attribute fExtDecayer, copy constructor and assignment operator added

22 years agoadded comment only
ivana [Wed, 2 May 2001 10:09:32 +0000 (10:09 +0000)]
added comment only

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

22 years agoUpdate of SSD simulation and reconstruction code by Boris and Enrico.
nilsen [Tue, 1 May 2001 22:42:22 +0000 (22:42 +0000)]
Update of SSD simulation and reconstruction code by Boris and Enrico.

22 years agoPartical update of SetDefault.
nilsen [Tue, 1 May 2001 22:40:42 +0000 (22:40 +0000)]
Partical update of SetDefault.

22 years agoSetBinSize function added.
nilsen [Tue, 1 May 2001 22:39:27 +0000 (22:39 +0000)]
SetBinSize function added.

22 years agoAdded a dummy argument to FindRawClusters. Argument used for SSD version.
nilsen [Tue, 1 May 2001 22:37:44 +0000 (22:37 +0000)]
Added a dummy argument to FindRawClusters. Argument used for SSD version.

22 years agoRemove/commented a number of cout<< statements. and made change needed by
nilsen [Tue, 1 May 2001 22:35:48 +0000 (22:35 +0000)]
Remove/commented a number of cout<< statements. and made change needed by
SSD code.

22 years agoFixed a typo. GetNbinxX and GetNbinxZ Now spelled GetNbinsX and GetNbinsZ.
nilsen [Tue, 1 May 2001 15:12:48 +0000 (15:12 +0000)]
Fixed a typo. GetNbinxX and GetNbinxZ Now spelled GetNbinsX and GetNbinsZ.

22 years agoFixed destructor so that it destroyes the pointers fSegmentation, fResponse,
nilsen [Tue, 1 May 2001 14:47:45 +0000 (14:47 +0000)]
Fixed destructor so that it destroyes the pointers fSegmentation, fResponse,
fSimulation, and fReconst if they have been allocated. The two TStrings
fDigClassName and fClustClassName shoud be destroyed automaticaly. This should
fix a small memory leak associated with digitization and reconstruction.

22 years agoimproved calculation of RMS
franken [Tue, 1 May 2001 12:18:27 +0000 (12:18 +0000)]
improved calculation of RMS

22 years agobugfix in CalcEdgePoint
franken [Tue, 1 May 2001 11:32:56 +0000 (11:32 +0000)]
bugfix in CalcEdgePoint

22 years agoadd fNTimeBins
franken [Tue, 1 May 2001 10:36:21 +0000 (10:36 +0000)]
add fNTimeBins

22 years agoIncrease mothervolume to avoid sub-mm overlap.
morsch [Fri, 27 Apr 2001 15:36:14 +0000 (15:36 +0000)]
Increase mothervolume to avoid sub-mm overlap.

22 years agoCorrect materian in the central part of the inner containment vessel
kowal2 [Fri, 27 Apr 2001 15:23:07 +0000 (15:23 +0000)]
Correct materian in the central part of the inner containment vessel

22 years agoRemove dead and/or unused code and printout lines. i.e. cleaned it up a bit.
nilsen [Fri, 27 Apr 2001 14:16:50 +0000 (14:16 +0000)]
Remove dead and/or unused code and printout lines. i.e. cleaned it up a bit.

22 years agoCleaning up some more
vestbo [Fri, 27 Apr 2001 12:30:06 +0000 (12:30 +0000)]
Cleaning up some more

22 years agoCleaning up after last changes
vestbo [Fri, 27 Apr 2001 12:16:25 +0000 (12:16 +0000)]
Cleaning up after last changes

22 years agoRemove some lines for proton acceptance studies
coppedis [Fri, 27 Apr 2001 08:35:01 +0000 (08:35 +0000)]
Remove some lines for proton acceptance studies

22 years agoA typo corrected
barbera [Fri, 27 Apr 2001 07:50:39 +0000 (07:50 +0000)]
A typo corrected

22 years agoSome typos and misalignment of comments corrected
barbera [Fri, 27 Apr 2001 07:44:28 +0000 (07:44 +0000)]
Some typos and misalignment of comments corrected

22 years agoAdded function DetToLocal and LocalToDet used to consistanly go between
nilsen [Thu, 26 Apr 2001 23:11:07 +0000 (23:11 +0000)]
Added function DetToLocal and LocalToDet used to consistanly go between
Geant local detector coordinates (local) to the detector pad coordinates (det).
For example, xl,zl<->ix,iz for the pixels, xl,zl<->anode,timebucket for the
drifts, and xl,zl->iP,iN i,P/N-> xl,zl. Additionaly For the strips the function
Bool_t GetCrossing(iP,iN,&x,&z,c[2][2]). If this function is true then the
two strips cross within the sensitive volume of the strip detector. One other
new function has been added, Int_t GetNPads(). This function returns the
total number of posible digits/channels for the given segmentation. Additionaly
some comments have been added.

22 years agoBug fix.
nilsen [Thu, 26 Apr 2001 22:44:34 +0000 (22:44 +0000)]
Bug fix.

22 years agoRemoved dependence on layer 5/6 in AliITS::HitsToDigits. This will be
nilsen [Thu, 26 Apr 2001 22:44:01 +0000 (22:44 +0000)]
Removed dependence on layer 5/6 in AliITS::HitsToDigits. This will be
done properly in AliITSv???.cxx via SetDefaults.

22 years agoShell script to do TPC and ITS tracking V1 all at once
barbera [Thu, 26 Apr 2001 13:29:29 +0000 (13:29 +0000)]
Shell script to do TPC and ITS tracking V1 all at once

22 years agoTest macro to read ITS tracks
barbera [Thu, 26 Apr 2001 13:23:46 +0000 (13:23 +0000)]
Test macro to read ITS tracks

22 years agoTMatrix and TVector elimininated to speed up the code
barbera [Thu, 26 Apr 2001 13:22:52 +0000 (13:22 +0000)]
TMatrix and TVector elimininated to speed up the code

22 years agoRecpoint sigma values re-set to their original values
barbera [Thu, 26 Apr 2001 09:13:40 +0000 (09:13 +0000)]
Recpoint sigma values re-set to their original values

22 years agoChanged number of timebins to 446
vestbo [Thu, 26 Apr 2001 08:13:39 +0000 (08:13 +0000)]
Changed number of timebins to 446

22 years agoAdded some functions
vestbo [Thu, 26 Apr 2001 08:11:54 +0000 (08:11 +0000)]
Added some functions

22 years agoAdded residual calc. and ntuppels
vestbo [Thu, 26 Apr 2001 08:10:09 +0000 (08:10 +0000)]
Added residual calc. and ntuppels

22 years agoCorrected bug in the inner containment vessel (cones)
kowal2 [Thu, 26 Apr 2001 06:15:12 +0000 (06:15 +0000)]
Corrected bug in the inner containment vessel (cones)

22 years agoUpdated version to be compatible with actual verion of STEER and TPC
barbera [Wed, 25 Apr 2001 21:55:28 +0000 (21:55 +0000)]
Updated version to be compatible with actual verion of STEER and TPC

23 years agoCorrections to violations of coding conventions
gosset [Wed, 25 Apr 2001 14:50:42 +0000 (14:50 +0000)]
Corrections to violations of coding conventions

23 years agoCurent bur fixed
alla [Wed, 25 Apr 2001 14:09:34 +0000 (14:09 +0000)]
Curent bur fixed

23 years agoadded primaries to Print()
schutz [Wed, 25 Apr 2001 08:54:09 +0000 (08:54 +0000)]
added primaries to Print()

23 years agoInterference with other detectors removed: read/fill only our branches
schutz [Wed, 25 Apr 2001 08:51:40 +0000 (08:51 +0000)]
Interference with other detectors removed: read/fill only our branches

23 years agoAliPMDv3 included in Makefile and LinkDef
morsch [Wed, 25 Apr 2001 07:58:52 +0000 (07:58 +0000)]
AliPMDv3 included in Makefile and LinkDef

23 years agoNew TPC medium added (M.Kowalski)
hristov [Tue, 24 Apr 2001 16:48:42 +0000 (16:48 +0000)]
New TPC medium added (M.Kowalski)

23 years agoScope resolution removed (Sun)
hristov [Tue, 24 Apr 2001 16:45:08 +0000 (16:45 +0000)]
Scope resolution removed (Sun)

23 years agoPointer set to zero in the constructor (Sun)
hristov [Tue, 24 Apr 2001 16:41:04 +0000 (16:41 +0000)]
Pointer set to zero in the constructor (Sun)

23 years agoOverlap with absorber corrected.
morsch [Tue, 24 Apr 2001 13:31:27 +0000 (13:31 +0000)]
Overlap with absorber corrected.

23 years agoA new method GimeDigits added
schutz [Tue, 24 Apr 2001 12:23:54 +0000 (12:23 +0000)]
A new method GimeDigits added

23 years agoProtection against too small betagamma
kowal2 [Tue, 24 Apr 2001 11:22:01 +0000 (11:22 +0000)]
Protection against too small betagamma

23 years agoNew TPC geometry.
kowal2 [Tue, 24 Apr 2001 11:17:33 +0000 (11:17 +0000)]
New TPC geometry.

23 years agoOverlap with absorber corrected.
morsch [Tue, 24 Apr 2001 10:52:17 +0000 (10:52 +0000)]
Overlap with absorber corrected.

23 years agoRead not all TreeH, but only PHOS branch now -> faster 300 times
schutz [Tue, 24 Apr 2001 09:49:24 +0000 (09:49 +0000)]
Read not all TreeH, but only PHOS branch now -> faster 300 times

23 years agoOverlap in closing cone corrected (thanks to Ivana Hrivnacova)
morsch [Mon, 23 Apr 2001 23:12:41 +0000 (23:12 +0000)]
Overlap in closing cone corrected (thanks to Ivana Hrivnacova)

23 years agovariable renamed to avoid name redefinition
hristov [Mon, 23 Apr 2001 13:00:07 +0000 (13:00 +0000)]
variable renamed to avoid name redefinition

23 years agosdtlib.h included to define exit() on HP and Sun
hristov [Mon, 23 Apr 2001 12:58:17 +0000 (12:58 +0000)]
sdtlib.h included to define exit() on HP and Sun

23 years agoArrays with variable size created by new and deleted at the end
hristov [Mon, 23 Apr 2001 12:33:17 +0000 (12:33 +0000)]
Arrays with variable size created by new and deleted at the end

23 years agoConstant casted to avoid ambiguity
hristov [Mon, 23 Apr 2001 10:20:18 +0000 (10:20 +0000)]
Constant casted to avoid ambiguity

23 years agosdtlib.h included to define abort on HP and Sun
hristov [Mon, 23 Apr 2001 10:12:52 +0000 (10:12 +0000)]
sdtlib.h included to define abort on HP and Sun

23 years agoArray with variable size declared using new and deleted at the end
hristov [Mon, 23 Apr 2001 10:12:00 +0000 (10:12 +0000)]
Array with variable size declared using new and deleted at the end

23 years agoNew values of media parameters and thickness of SPD end-ladder electronics as given...
barbera [Sun, 22 Apr 2001 13:48:09 +0000 (13:48 +0000)]
New values of media parameters and thickness of SPD end-ladder electronics as given by Fabio Formenti

23 years agoUpdated version from Boris Batyunya
barbera [Sun, 22 Apr 2001 09:20:37 +0000 (09:20 +0000)]
Updated version from Boris Batyunya

23 years agoTest macros for SSD reconstruction
barbera [Sun, 22 Apr 2001 08:39:56 +0000 (08:39 +0000)]
Test macros for SSD reconstruction

23 years agoUnused variable _status_ in line 381 commented
barbera [Sat, 21 Apr 2001 15:29:20 +0000 (15:29 +0000)]
Unused variable _status_ in line 381 commented

23 years agoBug fixing in the loop over hits
mariana [Sat, 21 Apr 2001 15:23:55 +0000 (15:23 +0000)]
Bug fixing in the loop over hits

23 years agoUpdated with the new SSD reconstruction code
barbera [Sat, 21 Apr 2001 15:16:51 +0000 (15:16 +0000)]
Updated with the new SSD reconstruction code

23 years agoBeam pipe consistent with present ITS version as default.
morsch [Fri, 20 Apr 2001 13:54:28 +0000 (13:54 +0000)]
Beam pipe consistent with present ITS version as default.

23 years agoUpdated version from P. Cerello
barbera [Fri, 20 Apr 2001 11:08:09 +0000 (11:08 +0000)]
Updated version from P. Cerello

23 years agoPreliminary version of optics 6.2 - Insertion of TDI
coppedis [Fri, 20 Apr 2001 10:16:03 +0000 (10:16 +0000)]
Preliminary version of optics 6.2 - Insertion of TDI

23 years agoMinor changes
coppedis [Fri, 20 Apr 2001 10:10:25 +0000 (10:10 +0000)]
Minor changes

23 years agoPreliminary version of optics 6.2 - Insertion of TDI
coppedis [Fri, 20 Apr 2001 10:09:30 +0000 (10:09 +0000)]
Preliminary version of optics 6.2 - Insertion of TDI

23 years agoMinor changes
coppedis [Fri, 20 Apr 2001 10:05:02 +0000 (10:05 +0000)]
Minor changes

23 years agoProtection against too small betaGamma. Thanks to Ivana and Yves.
kowal2 [Fri, 20 Apr 2001 08:16:47 +0000 (08:16 +0000)]
Protection against too small betaGamma. Thanks to Ivana and Yves.

23 years agoNew version of the macros from Boris Batyunya
barbera [Wed, 18 Apr 2001 13:26:00 +0000 (13:26 +0000)]
New version of the macros from Boris Batyunya

23 years agoNumber of modules in layer 5 and 6 re-set to 23 and 26
barbera [Wed, 18 Apr 2001 12:07:37 +0000 (12:07 +0000)]
Number of modules in layer 5 and 6 re-set to 23 and 26

23 years agoPossibility to define the magnetic field in the reconstruction (Yu.Belikov)
hristov [Tue, 17 Apr 2001 08:07:14 +0000 (08:07 +0000)]
Possibility to define the magnetic field in the reconstruction (Yu.Belikov)

23 years agoTClonesArrays deleted correctly
hristov [Tue, 17 Apr 2001 08:04:36 +0000 (08:04 +0000)]
TClonesArrays deleted correctly

23 years agoGetPrimaries modified
schutz [Fri, 13 Apr 2001 15:02:17 +0000 (15:02 +0000)]
GetPrimaries modified

23 years agoGetSDigitsBranch method added
schutz [Fri, 13 Apr 2001 14:58:49 +0000 (14:58 +0000)]
GetSDigitsBranch method added

23 years agoGetPrimaries Removed - get them from EmcRecPoint
schutz [Fri, 13 Apr 2001 14:57:21 +0000 (14:57 +0000)]
GetPrimaries Removed - get them from EmcRecPoint

23 years agofHeaderFileName set in ctr
schutz [Fri, 13 Apr 2001 14:55:46 +0000 (14:55 +0000)]
fHeaderFileName set in ctr