]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
21 years agoLinear gain inefficiency instead of the step one at the wire edges.
kowal2 [Tue, 7 May 2002 17:23:11 +0000 (17:23 +0000)]
Linear gain inefficiency instead of the step one at the wire edges.

21 years agoCorrect initialization of origin[2]. (Thanks to Angela Badala)
morsch [Tue, 7 May 2002 16:44:04 +0000 (16:44 +0000)]
Correct initialization of origin[2]. (Thanks to Angela Badala)

21 years agoSmall change in GetCrossingAngle.
vestbo [Tue, 7 May 2002 12:59:48 +0000 (12:59 +0000)]
Small change in GetCrossingAngle.

21 years agoBugfix in previous checkin.
vestbo [Tue, 7 May 2002 12:49:21 +0000 (12:49 +0000)]
Bugfix in previous checkin.

21 years agoAdded some gas and electronic parameters.
vestbo [Tue, 7 May 2002 12:45:47 +0000 (12:45 +0000)]
Added some gas and electronic parameters.

21 years agoAdded some more datamembers, related to gas and electronics.
vestbo [Tue, 7 May 2002 12:45:13 +0000 (12:45 +0000)]
Added some more datamembers, related to gas and electronics.
Corresponding getters has been added, and they have also been
added to the Init function, and exa/Make_Init.C.

21 years agoHits -> Digits directly
alla [Tue, 7 May 2002 10:07:05 +0000 (10:07 +0000)]
Hits -> Digits directly

21 years agoFixed bug in last step PID efficiency
vicinanz [Tue, 7 May 2002 07:39:18 +0000 (07:39 +0000)]
Fixed bug in last step PID efficiency

21 years agoUpdated descriptions
hristov [Tue, 7 May 2002 06:59:47 +0000 (06:59 +0000)]
Updated descriptions

21 years agoPyr gives random number r in interval 0 < r < 1.
morsch [Mon, 6 May 2002 07:17:29 +0000 (07:17 +0000)]
Pyr gives random number r in interval 0 < r < 1.

21 years agoIntroduced Getters and setters for ResponseModel and SegmentationModel
nilsen [Sun, 5 May 2002 21:12:54 +0000 (21:12 +0000)]
Introduced Getters and setters for ResponseModel and SegmentationModel

21 years agoIn Distructor, delete fResponse. Since AliITSDetType is supposed to own it
nilsen [Sun, 5 May 2002 21:10:10 +0000 (21:10 +0000)]
In Distructor, delete fResponse. Since AliITSDetType is supposed to own it
it should delete it.

21 years agoAdded GetSimulationMoel, and fixed up SetDefaultSimulation to do the
nilsen [Sun, 5 May 2002 21:06:55 +0000 (21:06 +0000)]
Added GetSimulationMoel, and fixed up SetDefaultSimulation to do the
proper initilization when a simulation has already been defined.

21 years agoMinor corrections after big transformer changes
loizides [Sun, 5 May 2002 07:51:03 +0000 (07:51 +0000)]
Minor corrections after big transformer changes

21 years agoCommented out cout in WriteClusters
loizides [Sun, 5 May 2002 07:00:07 +0000 (07:00 +0000)]
Commented out cout in WriteClusters

21 years agoPrint-out corrected.
morsch [Fri, 3 May 2002 12:18:24 +0000 (12:18 +0000)]
Print-out corrected.

21 years agoUpdated SDigitizer; Added AliTOFanalyzeSDigits.C macro
vicinanz [Fri, 3 May 2002 07:34:19 +0000 (07:34 +0000)]
Updated SDigitizer; Added AliTOFanalyzeSDigits.C macro

21 years agoAliITS.h
nilsen [Thu, 2 May 2002 18:51:53 +0000 (18:51 +0000)]
AliITS.h
   Method MakeBranchR has now a second argument, with a default value:
       Option_t *opt=" ". Opt="Fast" is to create a separate branch
       for fast points in TreeR
   New method MakeBranchRF: it a separate branch in TreeR for Fast Points

AliITS.cxx
1) TTree->Write() replaced with TTree->AutoSave for TreeS, TreeD and
   TreeR
2) Changes in MakeBranchR to allow the creation of a special branch
   for fast points

21 years agoFixed bug in version number of AliITSpListItem and removed delete[] for
nilsen [Thu, 2 May 2002 18:48:58 +0000 (18:48 +0000)]
Fixed bug in version number of AliITSpListItem and removed delete[] for
fixed length arrays.

21 years agoForgot to remove #include in previous checkin
vestbo [Thu, 2 May 2002 15:57:14 +0000 (15:57 +0000)]
Forgot to remove #include in previous checkin

21 years agoMoved all the constants from AliL3Defs.h to static AliL3Transform. No
vestbo [Thu, 2 May 2002 15:46:52 +0000 (15:46 +0000)]
Moved all the constants from AliL3Defs.h to static AliL3Transform. No
longer need for AliL3Defs.h, and it has therefore been removed.

21 years agoGet the Bfield from AliL3Transform
vestbo [Thu, 2 May 2002 14:23:54 +0000 (14:23 +0000)]
Get the Bfield from AliL3Transform

21 years agoAdded the magnetic field as a static member of the AliL3Transform class,
vestbo [Thu, 2 May 2002 14:23:15 +0000 (14:23 +0000)]
Added the magnetic field as a static member of the AliL3Transform class,
together with setter and getter. This makes it possible to change the
field without recompiling. Earlier this had to be set in AliL3Defs.h as
a constant global variable.

21 years agoFor G4: gMC->VolId(...) replaced by gAlice->GetModule(...).
morsch [Thu, 2 May 2002 12:51:10 +0000 (12:51 +0000)]
For G4: gMC->VolId(...) replaced by gAlice->GetModule(...).

21 years agoNew version of beam-pipe geometry. Ref. AL502206PL
morsch [Thu, 2 May 2002 12:36:43 +0000 (12:36 +0000)]
New version of beam-pipe geometry. Ref. AL502206PL
(used in production readiness report).

21 years ago1. Remove all Sdigits subfolders in the dtor
schutz [Thu, 2 May 2002 10:42:19 +0000 (10:42 +0000)]
1. Remove all Sdigits subfolders in the dtor
2. GetInstance returns 0 in case of a failure in ctor

21 years agoRecover mods from Rev. 1.8
morsch [Thu, 2 May 2002 09:40:50 +0000 (09:40 +0000)]
Recover mods from Rev. 1.8

21 years agoMinor corrections needed on Alpha
hristov [Wed, 1 May 2002 17:52:59 +0000 (17:52 +0000)]
Minor corrections needed on Alpha

21 years agoBugfix in GetMemorySize.
vestbo [Wed, 1 May 2002 13:45:52 +0000 (13:45 +0000)]
Bugfix in GetMemorySize.

21 years agoForgot to check in this the last time. Some changes in AliL3MemHandler as
vestbo [Wed, 1 May 2002 12:01:04 +0000 (12:01 +0000)]
Forgot to check in this the last time. Some changes in AliL3MemHandler as
a consequence of writing child class AliL3DataHandler. fInBinary and fOutBinary
has been made protected, and CompBinary2Memory and Memory2CompBinary has been
made virtual.

21 years agoNew class AliL3DataHandler, for handling 8 bit data. Similiar and closely related...
vestbo [Wed, 1 May 2002 11:34:40 +0000 (11:34 +0000)]
New class AliL3DataHandler, for handling 8 bit data. Similiar and closely related to its mother AliL3MemHandler.

21 years agoA new macro, based on Jiri's that will produce Digits from SDigits.
nilsen [Tue, 30 Apr 2002 14:24:41 +0000 (14:24 +0000)]
A new macro, based on Jiri's that will produce Digits from SDigits.

21 years agoKeepPhysics method called by PurifyKine added (N. Carrer, A.M.)
morsch [Tue, 30 Apr 2002 11:47:30 +0000 (11:47 +0000)]
KeepPhysics method called by PurifyKine added (N. Carrer, A.M.)

21 years agogAlice now only read by AliRunDigitizer. Therefore it is just deleted in AliTRDmerge.C
cblume [Tue, 30 Apr 2002 08:30:40 +0000 (08:30 +0000)]
gAlice now only read by AliRunDigitizer. Therefore it is just deleted in AliTRDmerge.C

21 years agoNew version of AliGeVSim code. New class for flow afterburner (S.Radomski)
hristov [Tue, 30 Apr 2002 07:25:26 +0000 (07:25 +0000)]
New version of AliGeVSim code. New class for flow afterburner (S.Radomski)

21 years agoPosible memory leak fixed. Changes AliITSpList destructor. Not clear if
nilsen [Mon, 29 Apr 2002 21:30:08 +0000 (21:30 +0000)]
Posible memory leak fixed. Changes AliITSpList destructor. Not clear if
absolutly needed.

21 years agoChange initialization of gAlice in the merging case
cblume [Mon, 29 Apr 2002 11:50:47 +0000 (11:50 +0000)]
Change initialization of gAlice in the merging case

21 years agoBefore opening a new file the previously opened one is closed. The earlier modificati...
schutz [Sat, 27 Apr 2002 13:54:52 +0000 (13:54 +0000)]
Before opening a new file the previously opened one is closed. The earlier modification was not correct. version 1.14 is wrong (checkout mistake) !

21 years agoBefore opening a new file the previously opened one is closed. The earlier modificati...
schutz [Sat, 27 Apr 2002 13:47:44 +0000 (13:47 +0000)]
Before opening a new file the previously opened one is closed. The earlier modification was not correct

21 years agoAdapted (and corrected a few minor defaults) the getter to the new PIDv2 that allows...
schutz [Sat, 27 Apr 2002 13:44:58 +0000 (13:44 +0000)]
Adapted (and corrected a few minor defaults) the getter to the new PIDv2 that allows to make several recparticles with any title from tracksegments with any title

21 years agoCalculation of fDphi corrected (Renan Cabrera)
morsch [Sat, 27 Apr 2002 07:43:08 +0000 (07:43 +0000)]
Calculation of fDphi corrected (Renan Cabrera)

21 years agominor change
schutz [Fri, 26 Apr 2002 16:50:37 +0000 (16:50 +0000)]
minor change

21 years agoAdded file as a data member; close the file before opening a new one
schutz [Fri, 26 Apr 2002 15:59:45 +0000 (15:59 +0000)]
Added file as a data member; close the file before opening a new one

21 years agoChanges as a result of making AliL3Transform static.
vestbo [Fri, 26 Apr 2002 15:18:39 +0000 (15:18 +0000)]
Changes as a result of making AliL3Transform static.

21 years agoMajor changes in the AliL3Transform class. The class has been made completely
vestbo [Fri, 26 Apr 2002 15:13:40 +0000 (15:13 +0000)]
Major changes in the AliL3Transform class. The class has been made completely
static, which means that no objects needs to be created anymore. This has also
made impact all classes which use this class (this is more or less all of them),
so that no private AliL3Transform* is needed anymore etc. I think I have managed
to implement the changes everywhere, at least it compiles successfully and exa/test.C
runs smoothly. The only rather important thing one has to remember is to initialize
the correct detector parameters by calling AliL3Transform::Init(path). If not,
default parameters will be used (currently corresponding to AliROOT version 3.06).

21 years ago25-apr-2002 NvE Projectile and target specifications introduced in AliEvent.
nick [Fri, 26 Apr 2002 11:23:37 +0000 (11:23 +0000)]
25-apr-2002 NvE Projectile and target specifications introduced in AliEvent.

21 years agoCase kNoDecayHeavy added. (N. Carrer)
morsch [Fri, 26 Apr 2002 10:42:35 +0000 (10:42 +0000)]
Case kNoDecayHeavy added. (N. Carrer)

21 years agoAliGenExtFile derives from AliGenMC. Generate() uses methods from AliGenMC (N. Carrer)
morsch [Fri, 26 Apr 2002 10:39:31 +0000 (10:39 +0000)]
AliGenExtFile derives from AliGenMC. Generate() uses methods from AliGenMC (N. Carrer)

21 years agoMethod RewindEvent() added. (N. Carrer)
morsch [Fri, 26 Apr 2002 10:37:23 +0000 (10:37 +0000)]
Method RewindEvent() added. (N. Carrer)

21 years agoOption kNoDecayHeavy added.
morsch [Fri, 26 Apr 2002 10:32:59 +0000 (10:32 +0000)]
Option kNoDecayHeavy added.

21 years agoOption kPyBeautyPbMNR added. (N. Carrer).
morsch [Fri, 26 Apr 2002 10:30:01 +0000 (10:30 +0000)]
Option kPyBeautyPbMNR added. (N. Carrer).

21 years agoOption kPyBeautyPbMNR added (N. Carrer).
morsch [Fri, 26 Apr 2002 10:28:48 +0000 (10:28 +0000)]
Option kPyBeautyPbMNR added (N. Carrer).

21 years agoFirst commit (N. Carrer)
morsch [Fri, 26 Apr 2002 10:26:41 +0000 (10:26 +0000)]
First commit (N. Carrer)

21 years agoUnderscore removed. (Nicola Carrer)
morsch [Fri, 26 Apr 2002 10:26:08 +0000 (10:26 +0000)]
Underscore removed. (Nicola Carrer)

21 years agoNew PID class PIDv2
schutz [Thu, 25 Apr 2002 17:17:32 +0000 (17:17 +0000)]
New PID class PIDv2

21 years agoChages so that AliPHOSGetter can now post any version of clusterizer, tracksegmentmak...
schutz [Thu, 25 Apr 2002 17:15:24 +0000 (17:15 +0000)]
Chages so that AliPHOSGetter can now post any version of clusterizer, tracksegmentmaker and PID

21 years agoCleaning up.
vestbo [Thu, 25 Apr 2002 17:04:59 +0000 (17:04 +0000)]
Cleaning up.

22 years agoSome additional changes related to the previous changes. AliL3Transform
vestbo [Thu, 25 Apr 2002 16:49:44 +0000 (16:49 +0000)]
Some additional changes related to the previous changes. AliL3Transform
object has now to be passed to the AliL3HoughBaseTransformer in order to
avoid giving the path where the config file is to the AliL3HoughBaseTransformer
object.

22 years agoMade a new abstract base class; AliL3HoughBaseTransformer for different implementations
vestbo [Thu, 25 Apr 2002 15:13:30 +0000 (15:13 +0000)]
Made a new abstract base class; AliL3HoughBaseTransformer for different implementations
of the circle Hough transform. All the member functions which were previously in
AliL3HoughTransformer are virtual in this class, and should be appropriately overloaded
in the underlying implementations.

22 years agoChanges ClassDef version from 2 to 3.
nilsen [Thu, 25 Apr 2002 14:11:31 +0000 (14:11 +0000)]
Changes ClassDef version from 2 to 3.

22 years agoMacro taken from oldmacros and fixed up a bit.
nilsen [Wed, 24 Apr 2002 22:10:04 +0000 (22:10 +0000)]
Macro taken from oldmacros and fixed up a bit.

22 years agoNew ITS Digitizer/merger with two macros. One to make SDigits (old way) and
nilsen [Wed, 24 Apr 2002 22:08:12 +0000 (22:08 +0000)]
New ITS Digitizer/merger with two macros. One to make SDigits (old way) and
one to run the  merger (modified for Jiri).

22 years agoChanged AddSDigits to Module to return a Bool_t. True if there was a non noise
nilsen [Wed, 24 Apr 2002 22:05:20 +0000 (22:05 +0000)]
Changed AddSDigits to Module to return a Bool_t. True if there was a non noise
 signal in that module.

22 years agoNew SDigits and Digits routines, and related changes, (including new
nilsen [Wed, 24 Apr 2002 22:02:31 +0000 (22:02 +0000)]
New SDigits and Digits routines, and related changes,  (including new
noise values).

22 years agoAdded functions needed for SDD new SDigits/Digits (Add and fSigmaAfterElect).
nilsen [Wed, 24 Apr 2002 22:00:38 +0000 (22:00 +0000)]
Added functions needed for SDD new SDigits/Digits (Add and fSigmaAfterElect).

22 years agoadded fFailed data member that tells is file is opened and galise found
schutz [Wed, 24 Apr 2002 16:21:10 +0000 (16:21 +0000)]
added fFailed data member that tells is file is opened and galise found

22 years agoAdded the fFailed data member that gives the status of the file and of galice
schutz [Wed, 24 Apr 2002 16:12:17 +0000 (16:12 +0000)]
Added the fFailed data member that gives the status of the file and of galice

22 years agoSome more comments.
vestbo [Wed, 24 Apr 2002 12:42:21 +0000 (12:42 +0000)]
Some more comments.

22 years agoSome more comments.
vestbo [Wed, 24 Apr 2002 12:34:56 +0000 (12:34 +0000)]
Some more comments.

22 years agoMoved from exa
vestbo [Tue, 23 Apr 2002 15:35:49 +0000 (15:35 +0000)]
Moved from exa

22 years agoMoved to misc
vestbo [Tue, 23 Apr 2002 15:35:00 +0000 (15:35 +0000)]
Moved to misc

22 years agoRemoving old scripts no longer used.
vestbo [Tue, 23 Apr 2002 15:32:19 +0000 (15:32 +0000)]
Removing old scripts no longer used.

22 years agoNew options kPi0Flat y kEtaFlat (Gustavo Conesa)
morsch [Tue, 23 Apr 2002 12:54:29 +0000 (12:54 +0000)]
New options kPi0Flat y kEtaFlat (Gustavo Conesa)

22 years agoDummy void SetSDigitsFile(char * file)
morsch [Tue, 23 Apr 2002 08:18:35 +0000 (08:18 +0000)]
Dummy void SetSDigitsFile(char * file)

22 years agoTypo corrected
hristov [Mon, 22 Apr 2002 15:11:53 +0000 (15:11 +0000)]
Typo corrected

22 years agoUse new to create arrays with variable size (Sun)
hristov [Mon, 22 Apr 2002 14:40:47 +0000 (14:40 +0000)]
Use new to create arrays with variable size (Sun)

22 years agoAliTOFPID.cxx and related testmacro added
vicinanz [Mon, 22 Apr 2002 14:25:30 +0000 (14:25 +0000)]
AliTOFPID.cxx and related testmacro added

22 years agoReview on transient/persistent data members
vicinanz [Mon, 22 Apr 2002 11:30:32 +0000 (11:30 +0000)]
Review on transient/persistent data members

22 years agoMore comments for documentation.
vestbo [Sat, 20 Apr 2002 14:39:53 +0000 (14:39 +0000)]
More comments for documentation.

22 years agoAdded several GET-Functions, fixed bug in old config.
loizides [Sat, 20 Apr 2002 12:05:09 +0000 (12:05 +0000)]
Added several GET-Functions, fixed bug in old config.

22 years agoChange return kFALSE into return 0
schutz [Fri, 19 Apr 2002 15:45:02 +0000 (15:45 +0000)]
Change return kFALSE into return 0

22 years agoAvoid cast from pointer to integer
hristov [Fri, 19 Apr 2002 15:37:51 +0000 (15:37 +0000)]
Avoid cast from pointer to integer

22 years agoAdded fZLength and fZOffset, fixed a few bugs in the new init method.
loizides [Fri, 19 Apr 2002 15:20:42 +0000 (15:20 +0000)]
Added fZLength and fZOffset, fixed a few bugs in the new init method.

22 years agoUpdated SDigitizer
vicinanz [Fri, 19 Apr 2002 14:40:51 +0000 (14:40 +0000)]
Updated SDigitizer

22 years agodelete pointer members in dtor
schutz [Fri, 19 Apr 2002 14:28:14 +0000 (14:28 +0000)]
delete pointer members in dtor

22 years agoCode Optimization, Review on SDigitization, Test macro to run SDigitization, QA macro...
vicinanz [Fri, 19 Apr 2002 10:35:57 +0000 (10:35 +0000)]
Code Optimization, Review on SDigitization, Test macro to run SDigitization, QA macro for sdigits

22 years agoFirst prototype of TOF reconstruction
hristov [Fri, 19 Apr 2002 09:19:54 +0000 (09:19 +0000)]
First prototype of TOF reconstruction

22 years agoInserted image on top.
vestbo [Fri, 19 Apr 2002 08:48:14 +0000 (08:48 +0000)]
Inserted image on top.

22 years agoAdded new fields for new Transformer Object config
loizides [Thu, 18 Apr 2002 18:33:00 +0000 (18:33 +0000)]
Added new fields for new Transformer Object config

22 years agoAdded new Transformer Object.
loizides [Thu, 18 Apr 2002 18:32:19 +0000 (18:32 +0000)]
Added new Transformer Object.

22 years agoAdded class description comments.
loizides [Thu, 18 Apr 2002 18:31:18 +0000 (18:31 +0000)]
Added class description comments.

22 years agoRoot objects are compiled in lib_ROOT from now on.
loizides [Thu, 18 Apr 2002 18:29:44 +0000 (18:29 +0000)]
Root objects are compiled in lib_ROOT from now on.

22 years agoAdded fVersion field to differentiate the old and new config version.
loizides [Thu, 18 Apr 2002 18:28:52 +0000 (18:28 +0000)]
Added fVersion field to differentiate the old and new config version.

22 years agoCorrected bug in GetRowNumber (class AliTPCSector)
kowal2 [Thu, 18 Apr 2002 17:35:23 +0000 (17:35 +0000)]
Corrected bug in GetRowNumber (class AliTPCSector)

22 years agoCleaned up some more in AliL3MemHandler, by removing the AliL3Transform in
vestbo [Thu, 18 Apr 2002 15:27:03 +0000 (15:27 +0000)]
Cleaned up some more in AliL3MemHandler, by removing the AliL3Transform in
arguments of member functions. This also required some changes in AliLevel3,
which make use of these functions.

22 years agoChanged AliLevel3::Init to public, and this should then be called after
vestbo [Thu, 18 Apr 2002 15:01:08 +0000 (15:01 +0000)]
Changed AliLevel3::Init to public, and this should then be called after
the ctor. Here one should provide the path where the data are located,
and also the parameter file. Else, some cleaning where done, -> fOutputFile
was no longer needing, and has been removed. For example script how to run
the new AliLevel3 class, checkout latest version of test.C in exa.

22 years agoLoading all present HLT libaries
vestbo [Thu, 18 Apr 2002 14:55:03 +0000 (14:55 +0000)]
Loading all present HLT libaries

22 years agoIncorporated latest changes in AliLevel3 class.
vestbo [Thu, 18 Apr 2002 14:52:58 +0000 (14:52 +0000)]
Incorporated latest changes in AliLevel3 class.

22 years agoUse same form in new and delete (item 5 of effective C++)
schutz [Thu, 18 Apr 2002 14:52:16 +0000 (14:52 +0000)]
Use same form in new and delete (item 5 of effective C++)

22 years agoNot needed any more.
loizides [Thu, 18 Apr 2002 14:30:13 +0000 (14:30 +0000)]
Not needed any more.