]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
16 years agoNew TRDcalib directory
cblume [Fri, 3 Aug 2007 15:19:03 +0000 (15:19 +0000)]
New TRDcalib directory

16 years agoNew function in AliTRDCalibraFillHisto that takes only a AliTRDtrack as argument
cblume [Fri, 3 Aug 2007 15:16:41 +0000 (15:16 +0000)]
New function in AliTRDCalibraFillHisto that takes only a AliTRDtrack as argument

16 years agoNew calculation of material budget
cblume [Fri, 3 Aug 2007 15:04:07 +0000 (15:04 +0000)]
New calculation of material budget

16 years agoMissing header files
cvetan [Fri, 3 Aug 2007 14:41:37 +0000 (14:41 +0000)]
Missing header files

16 years agoSwitching on root raw-data compression
cvetan [Fri, 3 Aug 2007 14:40:55 +0000 (14:40 +0000)]
Switching on root raw-data compression

16 years agoMacro to check the geometry. It has to be run in compiled mode and assumes the presen...
hristov [Fri, 3 Aug 2007 13:55:51 +0000 (13:55 +0000)]
Macro to check the geometry. It has to be run in compiled mode and assumes the presence of geometry.root in the working directory (Andrei)

16 years agoWorking skeleton of matching the ESD tracks and ESD clusters (Iouri Belikov)
kharlov [Fri, 3 Aug 2007 13:52:16 +0000 (13:52 +0000)]
Working skeleton of matching the ESD tracks and ESD clusters (Iouri Belikov)

16 years agoFixing memory leaks (Marco)
hristov [Fri, 3 Aug 2007 13:40:13 +0000 (13:40 +0000)]
Fixing memory leaks (Marco)

16 years agoUnload raw clusters and delete AliITSDetTypeRec object to avoid memory leaks (Marco)
hristov [Fri, 3 Aug 2007 13:38:40 +0000 (13:38 +0000)]
Unload raw clusters and delete AliITSDetTypeRec object to avoid memory leaks (Marco)

16 years agoRemove clusters to avoid memory leaks (Marco)
hristov [Fri, 3 Aug 2007 13:19:02 +0000 (13:19 +0000)]
Remove clusters to avoid memory leaks (Marco)

16 years agoDo not delete the loader, it is not owned by the class. Remove clusters to avoid...
hristov [Fri, 3 Aug 2007 13:13:05 +0000 (13:13 +0000)]
Do not delete the loader, it is not owned by the class. Remove clusters to avoid memory leaks (Marco)

16 years agoAdd include path, put back stack trace
alibrary [Fri, 3 Aug 2007 12:23:23 +0000 (12:23 +0000)]
Add include path, put back stack trace

16 years agoAdd include path, put back stack trace
alibrary [Fri, 3 Aug 2007 12:14:12 +0000 (12:14 +0000)]
Add include path, put back stack trace

16 years agoAdded macros to test the stat objects (Alexander, Marian)
marian [Fri, 3 Aug 2007 10:11:56 +0000 (10:11 +0000)]
Added macros to test the stat objects (Alexander, Marian)

16 years agoFirst version of kdtree (Alexander, Marian)
marian [Fri, 3 Aug 2007 10:07:45 +0000 (10:07 +0000)]
First version of kdtree (Alexander, Marian)
First version of PDF and interpolater (based on kdtree)

16 years agoFix for negative sigmas. Memory leaks (Marco)
hristov [Fri, 3 Aug 2007 09:42:20 +0000 (09:42 +0000)]
Fix for negative sigmas. Memory leaks (Marco)

16 years agoFixing memory leaks (Marco)
hristov [Fri, 3 Aug 2007 09:41:16 +0000 (09:41 +0000)]
Fixing memory leaks (Marco)

16 years agoThe last seeding row as a parameter in the AliTPCRecoParam
marian [Fri, 3 Aug 2007 08:37:22 +0000 (08:37 +0000)]
The last seeding row as a parameter in the AliTPCRecoParam
- corresponding change in the tracker (Marian, Anna Marin)

16 years ago Progress with factorization of the reconstruction in the ITS (AliITStrackerMI):
hristov [Fri, 3 Aug 2007 07:41:16 +0000 (07:41 +0000)]
 Progress with factorization of the reconstruction in the ITS (AliITStrackerMI):
many hard-coded numbers moved from AliITStrackerMI to variables in AliITSRecoParam;
included options to switch-off V0 finding in the ITS, cluster sharing, assignment of
virtual clusters in the dead zones and gaps;
the position of the gaps (in z) in the SPD layers is taken from TGeo; all the material
budget can be taken from TGeo (thanks to Ludovic), but not yet by default (too slow,
working on shortcuts).
Modified classes:
-AliITStrackV2: method PropagateToTGeo() to get material from TGeo
via AliTracker::MeanMaterialBudget (thanks Andrei, Marian, Yura).
-AliITSRecoParam
-AliITStrackerMI
The material budget can be taken from TGeo by explicitly enabling an option in the rec.C macro:
 AliITSRecoParam * itsRecoParam = AliITSRecoParam::GetLowFluxParam();
 itsRecoParam->SetUseTGeoInTracker(kTRUE);
 //itsRecoParam->SetFindV0s(kFALSE);
 //itsRecoParam->SetAllowSharedClusters(kFALSE);
 //itsRecoParam->SetAddVirtualClustersInDeadZone(kFALSE);
 AliITSReconstructor::SetRecoParam(itsRecoParam);

Andrea

16 years ago* Possibility to reconstruct cosmic muon tracks that cross the ITS
hristov [Fri, 3 Aug 2007 07:39:48 +0000 (07:39 +0000)]
* Possibility to reconstruct cosmic muon tracks that cross the ITS
at a distance from the origin smaller than the radius of the inner SSD layer:
expected to be useful for ITS alignment.
(before we reconstructed only muons crossing the inner SPD layer)
Modified classes:
-AliITSVertexerCosmics: it now builds the "fake" vertex using any layer (<SSD2)
with at least two clusters
-AliITStrackerSA: it now finds tracks with clusters on the N outer layers
(2<=N<=6). The default is still to require all 6 layers.
-AliITSReconstructor. In the case of "cosmics" setting, it enables
the above feature in AliITStrackerSA.

Andrea

16 years agoAdded variable init to copy constructor
kleinb [Fri, 3 Aug 2007 06:16:55 +0000 (06:16 +0000)]
Added variable init to copy constructor

16 years agoGenerator for beam gas collisions. (Jochen Klein)
morsch [Thu, 2 Aug 2007 20:20:37 +0000 (20:20 +0000)]
Generator for beam gas collisions. (Jochen Klein)

16 years agoUse bit 14 of TParticle to flag tracks that have been transported.
morsch [Thu, 2 Aug 2007 18:03:47 +0000 (18:03 +0000)]
Use bit 14 of TParticle to flag tracks that have been transported.
This makes the synchronization between TreeTR and TreeK more robust.

16 years agoTypo in conversion factor corrected. (J. Klein)
morsch [Thu, 2 Aug 2007 14:24:01 +0000 (14:24 +0000)]
Typo in conversion factor corrected. (J. Klein)

16 years agoFixing memory leak (Christian)
hristov [Thu, 2 Aug 2007 14:12:27 +0000 (14:12 +0000)]
Fixing memory leak (Christian)

16 years agoBug fix (Christian)
hristov [Thu, 2 Aug 2007 14:10:57 +0000 (14:10 +0000)]
Bug fix (Christian)

16 years agoCorrected delete statement (Christian)
hristov [Thu, 2 Aug 2007 14:10:02 +0000 (14:10 +0000)]
Corrected delete statement (Christian)

16 years agoFixing memory leak
hristov [Thu, 2 Aug 2007 14:08:40 +0000 (14:08 +0000)]
Fixing memory leak

16 years agoExample of usage of the new altro decoding code
cvetan [Thu, 2 Aug 2007 13:42:44 +0000 (13:42 +0000)]
Example of usage of the new altro decoding code

16 years agoNew code for reading of altro data by Per Thomas. The code is much faster than the...
cvetan [Thu, 2 Aug 2007 13:41:05 +0000 (13:41 +0000)]
New code for reading of altro data by Per Thomas. The code is much faster than the actual one and does not need any options in order to distinguish between different RCU trailers. This is still a preliminary version which will develop as the detectors will start using this new code. An use case example is given in altroFast.C macro in RAW package

16 years agoRecord changes.
mtadel [Thu, 2 Aug 2007 10:06:13 +0000 (10:06 +0000)]
Record changes.

16 years agoRemove linking against libTreeViewer, this dependency has been removed in root head.
mtadel [Thu, 2 Aug 2007 10:06:12 +0000 (10:06 +0000)]
Remove linking against libTreeViewer, this dependency has been removed in root head.

16 years agoMoving the new function for calculating the mean crossed material from AliKalmanTrack...
belikov [Wed, 1 Aug 2007 16:59:25 +0000 (16:59 +0000)]
Moving the new function for calculating the mean crossed material from AliKalmanTrack to AliTracker

16 years agoCopyright notice
phille [Wed, 1 Aug 2007 16:25:53 +0000 (16:25 +0000)]
Copyright notice

16 years agoA new function for calculating the mean crossed material (A.Dainese, A.Gheata)
belikov [Wed, 1 Aug 2007 15:48:12 +0000 (15:48 +0000)]
A new function for calculating the mean crossed material (A.Dainese, A.Gheata)

16 years agoCleaning the ESD: first step
belikov [Wed, 1 Aug 2007 15:05:46 +0000 (15:05 +0000)]
Cleaning the ESD: first step

16 years agoFinal touches by Mateusz
cblume [Wed, 1 Aug 2007 14:58:59 +0000 (14:58 +0000)]
Final touches by Mateusz

16 years agoAnother correction on the same.
morsch [Wed, 1 Aug 2007 14:14:19 +0000 (14:14 +0000)]
Another correction on the same.

16 years agoUpdates.
morsch [Wed, 1 Aug 2007 14:07:35 +0000 (14:07 +0000)]
Updates.

16 years agoClean-up. Call to ConnectTree to store correctly the stack
hristov [Wed, 1 Aug 2007 13:51:08 +0000 (13:51 +0000)]
Clean-up. Call to ConnectTree to store correctly the stack

16 years agoBug fix in ReorderAndExpandTreeTR(): Write empty entries for untransported
morsch [Wed, 1 Aug 2007 12:28:40 +0000 (12:28 +0000)]
Bug fix in ReorderAndExpandTreeTR(): Write empty entries for untransported
primaries.

16 years agomacros for reading laser test data
alla [Wed, 1 Aug 2007 12:02:07 +0000 (12:02 +0000)]
macros for reading laser test data

16 years agocorrected error message about DRM trailer
alla [Wed, 1 Aug 2007 11:58:52 +0000 (11:58 +0000)]
corrected error message about DRM trailer

16 years agoSmall modifications by Raphaelle
cblume [Wed, 1 Aug 2007 11:48:02 +0000 (11:48 +0000)]
Small modifications by Raphaelle

16 years agoChange the default run validity range
cblume [Wed, 1 Aug 2007 09:37:19 +0000 (09:37 +0000)]
Change the default run validity range

16 years agoFill() replaced by FinishEvent()
morsch [Wed, 1 Aug 2007 08:28:42 +0000 (08:28 +0000)]
Fill() replaced by FinishEvent()

16 years agoClean-up (Gaute)
hristov [Wed, 1 Aug 2007 08:19:26 +0000 (08:19 +0000)]
Clean-up (Gaute)

16 years agoRenaming Fill() to FinishEvent()
morsch [Wed, 1 Aug 2007 07:49:31 +0000 (07:49 +0000)]
Renaming Fill() to FinishEvent()

16 years agofEventHandler->Fill() replaced by fEventHandler->FinishEvent();
morsch [Wed, 1 Aug 2007 07:48:29 +0000 (07:48 +0000)]
fEventHandler->Fill() replaced by fEventHandler->FinishEvent();

16 years agoAliMCEvent: Access to Transport MC Truth during analysis
morsch [Wed, 1 Aug 2007 07:22:54 +0000 (07:22 +0000)]
AliMCEvent: Access to Transport MC Truth during analysis

16 years agoEmploying AliTRDclusterizerV2
mploskon [Tue, 31 Jul 2007 19:27:01 +0000 (19:27 +0000)]
Employing AliTRDclusterizerV2

16 years agoSetRawVersion() and SetAddLabels() added
cblume [Tue, 31 Jul 2007 17:01:15 +0000 (17:01 +0000)]
SetRawVersion() and SetAddLabels() added

16 years agoCall to AliStack::Reset() replaced by AliStack::Clean().
morsch [Tue, 31 Jul 2007 16:20:56 +0000 (16:20 +0000)]
Call to AliStack::Reset() replaced by AliStack::Clean().

16 years agoSome clean-up and new method AliStack::Clean needed by AliGenMUONCocktail
morsch [Tue, 31 Jul 2007 16:14:58 +0000 (16:14 +0000)]
Some clean-up and new method AliStack::Clean needed by AliGenMUONCocktail
(Ivana Hrivnacova, AM)

16 years agoCleanup
cblume [Tue, 31 Jul 2007 16:01:13 +0000 (16:01 +0000)]
Cleanup

16 years agoChange default validity range
cblume [Tue, 31 Jul 2007 15:45:28 +0000 (15:45 +0000)]
Change default validity range

16 years agoChange default validity range
cblume [Tue, 31 Jul 2007 15:37:46 +0000 (15:37 +0000)]
Change default validity range

16 years agoAdding the AliESDTagCreator
panos [Tue, 31 Jul 2007 14:31:13 +0000 (14:31 +0000)]
Adding the AliESDTagCreator

16 years agoAdd a protection to avoid array boundary error in IntSpecGeant
cblume [Tue, 31 Jul 2007 12:39:34 +0000 (12:39 +0000)]
Add a protection to avoid array boundary error in IntSpecGeant

16 years agoSplitting the AliTagCreator class in two: AliTagCreator will be part of the base...
panos [Tue, 31 Jul 2007 12:23:05 +0000 (12:23 +0000)]
Splitting the AliTagCreator class in two: AliTagCreator will be part of the base lib - AliESDTagCreator will be part of the ESD lib - AliAODTagCreator will be part of the AOD lib. This is to avoid inner dependencies between esd and aod. The real rearrangement and the addition of the AliAODTagCreator class will be done once the base class is in the repository

16 years agoChange treatment of high and low momentum tracks in PID procedure
cblume [Tue, 31 Jul 2007 11:15:16 +0000 (11:15 +0000)]
Change treatment of high and low momentum tracks in PID procedure

16 years agoRemoval of the dependence on TPC (Haavard)
cvetan [Tue, 31 Jul 2007 10:35:00 +0000 (10:35 +0000)]
Removal of the dependence on TPC (Haavard)

16 years agoMissing header file
cvetan [Tue, 31 Jul 2007 10:32:10 +0000 (10:32 +0000)]
Missing header file

16 years agoBug fix in RefitInward
cblume [Tue, 31 Jul 2007 09:00:17 +0000 (09:00 +0000)]
Bug fix in RefitInward

16 years agoBug fixed in the $ field
zampolli [Tue, 31 Jul 2007 07:26:16 +0000 (07:26 +0000)]
Bug fixed in the $ field

16 years agoInstance of AliCDBManager added
zampolli [Tue, 31 Jul 2007 07:19:00 +0000 (07:19 +0000)]
Instance of AliCDBManager added

16 years agosome minor bugs fixed; updated according to new ESDs format
zampolli [Tue, 31 Jul 2007 07:18:07 +0000 (07:18 +0000)]
some minor bugs fixed; updated according to new ESDs format

16 years agoConfig for PDC'07 minimum bias runs.
morsch [Tue, 31 Jul 2007 06:15:12 +0000 (06:15 +0000)]
Config for PDC'07 minimum bias runs.

16 years agoUpdates (N. Bastid)
morsch [Tue, 31 Jul 2007 06:10:32 +0000 (06:10 +0000)]
Updates (N. Bastid)

16 years agoFixing coding violations and removing warnings from compilation.
szostak [Mon, 30 Jul 2007 19:13:58 +0000 (19:13 +0000)]
Fixing coding violations and removing warnings from compilation.

16 years agoA temporary track reference tree TreeTR is filled and than reordered
morsch [Mon, 30 Jul 2007 16:43:15 +0000 (16:43 +0000)]
A temporary track reference tree TreeTR is filled and than reordered
and expanded according to the sequence of particles in TreeK.

16 years agoBack to forward decl., one Bugfix
kleinb [Mon, 30 Jul 2007 15:07:52 +0000 (15:07 +0000)]
Back to forward decl., one Bugfix

16 years agominor bugfix to make doxygen happy
richterm [Mon, 30 Jul 2007 14:34:09 +0000 (14:34 +0000)]
minor bugfix to make doxygen happy

16 years agocorrect check for TPCCalib headers
richterm [Mon, 30 Jul 2007 14:33:24 +0000 (14:33 +0000)]
correct check for TPCCalib headers

16 years agocoding conventions
jgrosseo [Mon, 30 Jul 2007 14:25:59 +0000 (14:25 +0000)]
coding conventions
plotsMultiplicity macro can now compile

16 years agoimplemented function that determines the mult. where the trigger correction goes...
jgrosseo [Mon, 30 Jul 2007 14:24:05 +0000 (14:24 +0000)]
implemented function that determines the mult. where the trigger correction goes above 2

16 years agoTake the modified track reference tree into account
cblume [Mon, 30 Jul 2007 13:52:43 +0000 (13:52 +0000)]
Take the modified track reference tree into account

16 years agoNew fast cluster finder by Mateusz
cblume [Mon, 30 Jul 2007 13:11:35 +0000 (13:11 +0000)]
New fast cluster finder by Mateusz

16 years agobugfix: AliTPCCalibPulser.h dependency and protection corrected
richterm [Mon, 30 Jul 2007 11:51:41 +0000 (11:51 +0000)]
bugfix: AliTPCCalibPulser.h dependency and protection corrected

16 years agoUpdated preprocessor files by Raphaelle
cblume [Mon, 30 Jul 2007 08:01:06 +0000 (08:01 +0000)]
Updated preprocessor files by Raphaelle

16 years agoUpdated macro version by Alexandru
cblume [Mon, 30 Jul 2007 07:47:47 +0000 (07:47 +0000)]
Updated macro version by Alexandru

16 years agoImproved decoder.
phille [Sat, 28 Jul 2007 17:16:32 +0000 (17:16 +0000)]
Improved decoder.
1) It is no longer necessary
for the user to specify RCU firmware version or
number of trailer words as this is handeled by the decoder
transparently for the user.
2)Simulated data is decoded correctly even if the number of 40
bit altro words specified in the RCU trailer is incorrect.
3)Switch to decide wether or not to continue decoding if
the data is corrupted. By default the decoder will try to decode
corrupted data.
4)Documentation.

16 years agoGoing back to previous version.
morsch [Fri, 27 Jul 2007 22:19:10 +0000 (22:19 +0000)]
Going back to previous version.
Fwd declaration caused seg violation ?

16 years agoChanges for the ExB and tpc coordinate transformation (Marian, Magnus)
marian [Fri, 27 Jul 2007 16:51:04 +0000 (16:51 +0000)]
Changes for the ExB and tpc coordinate transformation (Marian, Magnus)

16 years agoAdded default (dummy) ExB correction to the database (Marian)
marian [Fri, 27 Jul 2007 16:42:46 +0000 (16:42 +0000)]
Added default (dummy) ExB correction to the database (Marian)

16 years agoNew classes for space point transformation (Marian)
marian [Fri, 27 Jul 2007 16:40:24 +0000 (16:40 +0000)]
New classes for space point transformation (Marian)

16 years agoTemporary disable AliTPCTransformation (Marian)
marian [Fri, 27 Jul 2007 16:37:50 +0000 (16:37 +0000)]
Temporary disable AliTPCTransformation (Marian)

16 years agoNew probability distributions
cblume [Fri, 27 Jul 2007 15:38:20 +0000 (15:38 +0000)]
New probability distributions

16 years agoGetRawReader() added
policheh [Fri, 27 Jul 2007 14:40:43 +0000 (14:40 +0000)]
GetRawReader() added

16 years agoOptimizations introduced; some new histos added
policheh [Fri, 27 Jul 2007 14:39:47 +0000 (14:39 +0000)]
Optimizations introduced; some new histos added

16 years agoCalibration Processor and TPC calibration components (Jochen)
richterm [Fri, 27 Jul 2007 14:08:06 +0000 (14:08 +0000)]
Calibration Processor and TPC calibration components (Jochen)

16 years agoAdding fClusterMap and fSharedMap of TPC clusters for the tracks
marian [Fri, 27 Jul 2007 14:04:08 +0000 (14:04 +0000)]
Adding fClusterMap and fSharedMap of TPC clusters for the tracks
(Adam Kisiel)

16 years agominor build system fix
richterm [Fri, 27 Jul 2007 13:55:51 +0000 (13:55 +0000)]
minor build system fix

16 years agoIntroducing and additional bitmap marking shared TPC clusters (A.Kisiel)
belikov [Fri, 27 Jul 2007 12:42:10 +0000 (12:42 +0000)]
Introducing and additional bitmap marking shared TPC clusters (A.Kisiel)

16 years agoThe fixes are related to the correct swapping of event,sub-event and equipment header...
cvetan [Fri, 27 Jul 2007 09:53:23 +0000 (09:53 +0000)]
The fixes are related to the correct swapping of event,sub-event and equipment headers on big-endian platforms. The swapping is driven by the magic word stored in the DATE event header (Marco+Cvetan)

16 years agoCleanup. Comments added.
rsilva [Fri, 27 Jul 2007 09:53:01 +0000 (09:53 +0000)]
Cleanup. Comments added.

16 years agoLoop over detectors instead of modules for SetTreeAddress.
morsch [Fri, 27 Jul 2007 09:27:50 +0000 (09:27 +0000)]
Loop over detectors instead of modules for SetTreeAddress.

16 years agoWrite all track references into the same branch.
morsch [Fri, 27 Jul 2007 08:15:22 +0000 (08:15 +0000)]
Write all track references into the same branch.

16 years agoWrite all track references into one branch of TreeTR.
morsch [Fri, 27 Jul 2007 08:10:52 +0000 (08:10 +0000)]
Write all track references into one branch of TreeTR.

16 years agoChanges in AliESDEvent fwd declarations.
morsch [Thu, 26 Jul 2007 17:10:36 +0000 (17:10 +0000)]
Changes in AliESDEvent fwd declarations.