]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
14 years agoDestroy method in case we decide to switch to the QA-manager singleton in AliReconstr...
cvetan [Tue, 9 Jun 2009 10:31:05 +0000 (10:31 +0000)]
Destroy method in case we decide to switch to the QA-manager singleton in AliReconstruction

14 years agoset specific storage for the GRP entry to the local directory folowing the policy...
richterm [Tue, 9 Jun 2009 10:12:13 +0000 (10:12 +0000)]
set specific storage for the GRP entry to the local directory folowing the policy of the normal simulation

14 years agobugfix: move access of AliTPCcalibDB to DoInit. Otherwise the instance
richterm [Tue, 9 Jun 2009 10:03:43 +0000 (10:03 +0000)]
bugfix: move access of AliTPCcalibDB to DoInit. Otherwise the instance
is created before the OCDB is set up in the online system

14 years agoFixed warnings (Markus)
dainese [Tue, 9 Jun 2009 08:35:26 +0000 (08:35 +0000)]
Fixed warnings (Markus)

14 years agoFixed warnings, coding conventions, updates (Ionut, Ludmila)
hristov [Tue, 9 Jun 2009 08:28:15 +0000 (08:28 +0000)]
Fixed warnings, coding conventions, updates (Ionut, Ludmila)

14 years agoCorrecting the comment
belikov [Tue, 9 Jun 2009 08:28:09 +0000 (08:28 +0000)]
Correcting the comment

14 years agoMaking the numerical protections against 0 magnetic field work correctly (thanks...
belikov [Tue, 9 Jun 2009 08:04:12 +0000 (08:04 +0000)]
Making the numerical protections against 0 magnetic field work correctly (thanks to Ruben)

14 years agoAdd macro for the LRC (Andrey Ivanov)
pchrist [Tue, 9 Jun 2009 07:56:42 +0000 (07:56 +0000)]
Add macro for the LRC (Andrey Ivanov)

14 years agoAdded a check for the existence of OCDB entries used by AliTPCTransform. These are...
kaamodt [Mon, 8 Jun 2009 21:20:33 +0000 (21:20 +0000)]
Added a check for the existence of OCDB entries used by AliTPCTransform. These are TPC/Calib/PadTime0 and TPC/Calib/Partameters, and are used for t0 and drift corrections.

Updated documentation.

14 years agoFirst set of modifications to handle in SDD DAs the information about ADC sampling...
prino [Mon, 8 Jun 2009 16:47:38 +0000 (16:47 +0000)]
First set of modifications to handle in SDD DAs the information about ADC sampling frequency (F. Prino)

14 years agoFrom Davide Caffarri: fix coding convention violations and some other minor corrections.
mtadel [Mon, 8 Jun 2009 16:37:54 +0000 (16:37 +0000)]
From Davide Caffarri: fix coding convention violations and some other minor corrections.

14 years agoBackward compatibility (thanks to Ruben for spotting the problem)
cvetan [Mon, 8 Jun 2009 16:26:25 +0000 (16:26 +0000)]
Backward compatibility (thanks to Ruben for spotting the problem)

14 years ago1. Adding possibility to mask the transforamtion in Dump procedure
marian [Mon, 8 Jun 2009 16:13:24 +0000 (16:13 +0000)]
1. Adding possibility to mask the transforamtion in Dump procedure
2. Monitoring of the RMSy and RMSz in QA plots

(Marian)

14 years agoAliTPCTransformation.h AliTPCTransformation.cxx
marian [Mon, 8 Jun 2009 16:10:56 +0000 (16:10 +0000)]
AliTPCTransformation.h AliTPCTransformation.cxx
Adding new formula - Z rotation
+
Using of parameters in transformations -Lx,Ly,Rz
+  // param[0]= n  - cos(n *alpha)
+  // param[1]= n  - sin(n *alpha)
+  // param[2]     - indication - 0 - the same for IROC OROC 1 - opposite

(Marian)

14 years agoGetBZ (using in real tracking) was returning hardwired 5kGauss for +30kA etc. Changed...
shahoian [Mon, 8 Jun 2009 15:38:34 +0000 (15:38 +0000)]
GetBZ (using in real tracking) was returning hardwired 5kGauss for +30kA etc. Changed to fitted Bz value at xyz=0,0,0

14 years agoPutting some order on usage of the sign of B field in reconstruction.
belikov [Mon, 8 Jun 2009 15:30:13 +0000 (15:30 +0000)]
Putting some order on usage of the sign of B field in reconstruction.

14 years agoAdded possibility to resume merging (automatic).
agheata [Mon, 8 Jun 2009 15:28:43 +0000 (15:28 +0000)]
Added possibility to resume merging (automatic).
Added possibility to specify the number of runs to be processed per master job via SetNrunsPerMaster().

14 years agonew round of documentation
abercuci [Mon, 8 Jun 2009 15:26:30 +0000 (15:26 +0000)]
new round of documentation
- cluster position reconstruction
- cluster error parameterization

14 years agoIn AliMUONTrackReconstructorK:
ivana [Mon, 8 Jun 2009 15:20:16 +0000 (15:20 +0000)]
In AliMUONTrackReconstructorK:
  - Correct computation of local chi2 at first cluster.
In AliMUONQADataMakerRec:
  - change computation of local chi2 (X,Y) at cluster.
  - add histo of local chi2 (~0.5*(chi2_X+chi2_Y)) at cluster (this is what
    is used to select clusters during the track improvement at the end of
    the tracking procedure).
  - add histo of ThetaX and ThetaY angles of the reconstructed track (not
    corrected for MCS in absorber)
  - move summary histograms in the no-expert list
(Philippe P.)

14 years agoAny path structure in alien is now supported (Andrea R)
dainese [Mon, 8 Jun 2009 15:12:06 +0000 (15:12 +0000)]
Any path structure in alien is now supported (Andrea R)

14 years agoIn AliMUONPedestal.cxx:
ivana [Mon, 8 Jun 2009 15:07:24 +0000 (15:07 +0000)]
In AliMUONPedestal.cxx:
Adding missing newline at the end of file

14 years agonew ratio plots to compare
snelling [Mon, 8 Jun 2009 14:38:58 +0000 (14:38 +0000)]
new ratio plots to compare

14 years agoAlways return kTRUE as the reconstruction status of the smeared MC primary vertex...
belikov [Mon, 8 Jun 2009 14:15:52 +0000 (14:15 +0000)]
Always return kTRUE as the reconstruction status of the smeared MC primary vertex (F.Prino)

14 years agomatching new names
snelling [Mon, 8 Jun 2009 14:13:05 +0000 (14:13 +0000)]
matching new names

14 years agoSet title of vertex created with AliITSVertexerFast (to be used to check the vertex...
prino [Mon, 8 Jun 2009 14:03:25 +0000 (14:03 +0000)]
Set title of vertex created with AliITSVertexerFast (to be used to check the vertex status)

14 years agoUse Riostream.h instead of iostream.h
hristov [Mon, 8 Jun 2009 11:37:35 +0000 (11:37 +0000)]
Use Riostream.h instead of iostream.h

14 years agoUpdating dEdx treatment during tracking (F.Prino)
masera [Mon, 8 Jun 2009 11:02:38 +0000 (11:02 +0000)]
Updating dEdx treatment during tracking (F.Prino)

14 years agochanged axis titles in QA plots
alla [Mon, 8 Jun 2009 09:24:45 +0000 (09:24 +0000)]
changed axis titles in QA plots

14 years agoUpdated list of files
hristov [Mon, 8 Jun 2009 05:16:25 +0000 (05:16 +0000)]
Updated list of files

15 years agoNew analysis added, Neutral meson invariant mass measurement: pi0, eta, omega,
gconesab [Sun, 7 Jun 2009 20:36:43 +0000 (20:36 +0000)]
New analysis added, Neutral meson invariant mass measurement: pi0, eta, omega,
and temporal class for Calorimeters QA analysis, to be moved to QA frame.

15 years agoAliTOFFEEReader modified in order to deal also with TOFFEElight data. The methods...
rpreghen [Sun, 7 Jun 2009 12:55:15 +0000 (12:55 +0000)]
AliTOFFEEReader modified in order to deal also with TOFFEElight data. The methods LoadFEElightConfigand ParseFEElightConfig provide the same functionalities as LoadFEEConfig and ParseFEEConfig, but shall be used when dealing with a TOFFEElight object. An input TOFFEElight file has been added as well in order to carry out test. The file has been created on the basis of a TOFFEE (see complete file name) file, reading and parsing it with AliTOFFEEReader, then creating the TOFFEElight file using the CreateFEElightConfig function.

15 years ago better picture for the documentation
abercuci [Sun, 7 Jun 2009 12:17:31 +0000 (12:17 +0000)]
 better picture for the documentation
--This line, and thos  below, will be ignored--

M    clusterSigmaMethod.gif

15 years ago- developed calibration algorithms
abercuci [Sun, 7 Jun 2009 12:15:46 +0000 (12:15 +0000)]
- developed calibration algorithms
- documentation

15 years ago- adjusted error parameterization
abercuci [Sun, 7 Jun 2009 12:14:18 +0000 (12:14 +0000)]
- adjusted error parameterization
- default to LUT r-phi method
- documentation

15 years agodefine roads dynamically when attaching clusters based on
abercuci [Sun, 7 Jun 2009 11:41:50 +0000 (11:41 +0000)]
define roads dynamically when attaching clusters based on
- variance of the Kalman track for barrel tracking
- variance of Riemann fit for stand alone tracking
- variance of the *standard* TRD cluster corrected for tilt

15 years agoadded TOFFEElight configuration file. TOFFEElight is a new data structure passed...
rpreghen [Sun, 7 Jun 2009 11:21:36 +0000 (11:21 +0000)]
added TOFFEElight configuration file. TOFFEElight is a new data structure passed by the TOF FEE configuration DB (DCS side) to the TOF preprocessor (SHUTTLE). The aim of this new data structure is to summarize in a compact and portable way the TOFFEE data. TOFFEE data are just the dump of the FEE configuration DB, therefore the data structure is strongly related to the DB structure. Any change in the DB structure would require a change in the routines which read the TOFFEE. Using the TOFFEElight we do not read the TOFFEE anymore in the TOF preprocessor, but we only read the TOFFEElight. TOFFEElight is constructed directly by the TOF FEE configuration manager parsing the TOFFEE. Any change in the TOF FEE DB structure must not be visible in a TOFFEElight object which must always preserve its structure if no more data are needed. In this way the TOF preprocessor is completely independent from the TOF FEE DB structure.

15 years agoFixing logic bugs for removing duplicate tracks.
aszostak [Sun, 7 Jun 2009 01:28:32 +0000 (01:28 +0000)]
Fixing logic bugs for removing duplicate tracks.

15 years agodisable HLTOUT handler for component statistics due to bug https://savannah.cern...
richterm [Sun, 7 Jun 2009 00:09:30 +0000 (00:09 +0000)]
disable HLTOUT handler for component statistics due to bug https://savannah.cern.ch/bugs/?51359

15 years agoupdate by Gaute:
richterm [Sun, 7 Jun 2009 00:08:41 +0000 (00:08 +0000)]
update by Gaute:
- adding new data struct for transport of ITS clusters within HLT
- ITSClusterFinderSPD is now using the new data format as output
- adding histogramming component which rebuilds AliITSRecPoint objects
  from the proprietary data and creates histograms

15 years agoAdjust matching rules for queued output buffers which have not been used
richterm [Sat, 6 Jun 2009 23:38:06 +0000 (23:38 +0000)]
Adjust matching rules for queued output buffers which have not been used
during the last events. A better buffer handling is in preparation. This
fix should reduce a slight increase in memory consumtion if requested buffer
sizes vary a lot for the individual events. A statistics info has been added
at the end of AliHLTSystem::Run (requires 'frameworklog=0xfc')

15 years agoDisable writing of individual ESD files for the different origins. It was
richterm [Sat, 6 Jun 2009 23:18:43 +0000 (23:18 +0000)]
Disable writing of individual ESD files for the different origins. It was
the first attempt and has been a debugging feature after proper implementation
of ESD merging. Writing of individual files has now been identified to cause
increasing memory consumption and slow down of reconstruction.

15 years agoChecking for and removing track duplicates.
aszostak [Sat, 6 Jun 2009 22:54:35 +0000 (22:54 +0000)]
Checking for and removing track duplicates.

15 years agoadded detailed documentaion on cluster error parameterization
abercuci [Sat, 6 Jun 2009 22:21:42 +0000 (22:21 +0000)]
added detailed documentaion on cluster error parameterization

15 years agoBug fix to correctly fill in the cluster resolution in the ESD.
aszostak [Sat, 6 Jun 2009 21:12:54 +0000 (21:12 +0000)]
Bug fix to correctly fill in the cluster resolution in the ESD.

15 years agocluster position calibration plots
abercuci [Sat, 6 Jun 2009 20:53:42 +0000 (20:53 +0000)]
cluster position calibration plots

15 years agoHeader is created and passed to gAlice
morsch [Sat, 6 Jun 2009 15:53:43 +0000 (15:53 +0000)]
Header is created and passed to gAlice

15 years agocorrect calculation of cluster error for Riemann fit
abercuci [Sat, 6 Jun 2009 14:45:58 +0000 (14:45 +0000)]
correct calculation of cluster error for Riemann fit

15 years agoA new function for tracking in the B field arbitrarily oriented in space.
belikov [Sat, 6 Jun 2009 14:05:56 +0000 (14:05 +0000)]
A new function for tracking in the B field arbitrarily oriented in space.

15 years agoFirst version of the HLT ITS tracker
sgorbuno [Sat, 6 Jun 2009 13:08:35 +0000 (13:08 +0000)]
First version of the HLT ITS tracker

15 years agoFixing a compilation warning
belikov [Fri, 5 Jun 2009 23:21:57 +0000 (23:21 +0000)]
Fixing a compilation warning

15 years agoUpdate Kink Analysis from Evi Ganoti
bhippoly [Fri, 5 Jun 2009 22:38:32 +0000 (22:38 +0000)]
Update Kink Analysis from Evi Ganoti

15 years agoRemoving warnings pointed out by FC. Thanks
hdalsgaa [Fri, 5 Jun 2009 18:36:46 +0000 (18:36 +0000)]
Removing warnings pointed out by FC. Thanks

15 years agoMake ACORDE modules transparent.
mtadel [Fri, 5 Jun 2009 17:39:05 +0000 (17:39 +0000)]
Make ACORDE modules transparent.

15 years agoredefinition of the exception to the rule of incremental versioning for the specific...
rgrosso [Fri, 5 Jun 2009 16:40:54 +0000 (16:40 +0000)]
redefinition of the exception to the rule of incremental versioning for the specific case of GRP entries with version explicitly set

15 years agoUse of PID info (ESD combined PID and/or MC PID) for Inv Mass histos (A.Maire)
bhippoly [Fri, 5 Jun 2009 16:33:30 +0000 (16:33 +0000)]
Use of PID info (ESD combined PID and/or MC PID) for Inv Mass histos (A.Maire)
Priors for Xi (0,0,2,0,1) and for Omega(0,0,1,1,1).

15 years agoRevert changes made in revision 32751
kharlov [Fri, 5 Jun 2009 15:59:59 +0000 (15:59 +0000)]
Revert changes made in revision 32751

15 years agoFixing output block type return values and documentation.
aszostak [Fri, 5 Jun 2009 15:16:55 +0000 (15:16 +0000)]
Fixing output block type return values and documentation.

15 years agosdigits reading macro cleaned up
basanta [Fri, 5 Jun 2009 15:13:39 +0000 (15:13 +0000)]
sdigits reading macro cleaned up

15 years agorestructure error calculation :
abercuci [Fri, 5 Jun 2009 14:57:27 +0000 (14:57 +0000)]
restructure error calculation :
  - move all cluster error parameterization to AliTRDcluster
  - re-implement leading cluster method for radial calculation of pad
    row cross tracklets
  - implement pull plots for cluster calibration
fix minor errors in performance tasks
update documentation

15 years agoRemoving warnings.
aszostak [Fri, 5 Jun 2009 14:52:48 +0000 (14:52 +0000)]
Removing warnings.

15 years agoremove obsolete protection
abercuci [Fri, 5 Jun 2009 14:42:50 +0000 (14:42 +0000)]
remove obsolete protection

15 years agoRevert previous commit on AliMUONTrigger
vulpescu [Fri, 5 Jun 2009 14:41:55 +0000 (14:41 +0000)]
Revert previous commit on AliMUONTrigger

15 years agoMore unnecessary log output
akisiel [Fri, 5 Jun 2009 14:41:17 +0000 (14:41 +0000)]
More unnecessary log output

15 years agoSuppress unnecessary log output
akisiel [Fri, 5 Jun 2009 14:40:03 +0000 (14:40 +0000)]
Suppress unnecessary log output

15 years agoAdd AliFemtoCorrFctn to CINT
akisiel [Fri, 5 Jun 2009 14:39:19 +0000 (14:39 +0000)]
Add AliFemtoCorrFctn to CINT

15 years agoAdd protections for CINT
akisiel [Fri, 5 Jun 2009 14:36:32 +0000 (14:36 +0000)]
Add protections for CINT

15 years agoUpdate runBatch.C for the new AddTask.C macro
akisiel [Fri, 5 Jun 2009 14:35:57 +0000 (14:35 +0000)]
Update runBatch.C for the new AddTask.C macro

15 years agoCorrected method name semantics. Corrected TRD trigger input creation. Correct descri...
cvetan [Fri, 5 Jun 2009 14:20:54 +0000 (14:20 +0000)]
Corrected method name semantics. Corrected TRD trigger input creation. Correct description of the AssignInputs method.

15 years agoRemove compiler warnings in AliMUONTrigger
vulpescu [Fri, 5 Jun 2009 14:19:16 +0000 (14:19 +0000)]
Remove compiler warnings in AliMUONTrigger

15 years agoRemoving compiler warnings from AliMUONGain, AliMUONPedestal.
ivana [Fri, 5 Jun 2009 14:10:14 +0000 (14:10 +0000)]
Removing compiler warnings from  AliMUONGain, AliMUONPedestal.
(Jean-Luc)

15 years agoRemoving compiler warnings from AliMUONRawStreamTriggerHP.cxx.
ivana [Fri, 5 Jun 2009 14:09:48 +0000 (14:09 +0000)]
Removing compiler warnings from AliMUONRawStreamTriggerHP.cxx.
(Artur)

15 years agoCompilation warning in CreateInputs is fixed
kharlov [Fri, 5 Jun 2009 14:09:14 +0000 (14:09 +0000)]
Compilation warning in CreateInputs is fixed

15 years agoWarning removal
marian [Fri, 5 Jun 2009 13:52:32 +0000 (13:52 +0000)]
Warning removal

15 years agoFixing compiler warnings
ivana [Fri, 5 Jun 2009 13:36:49 +0000 (13:36 +0000)]
Fixing compiler warnings

15 years agoWarnings corrected.
morsch [Fri, 5 Jun 2009 13:25:41 +0000 (13:25 +0000)]
Warnings corrected.

15 years agobugfix: propagate CF output to ESD converter in order to fill the MC information
richterm [Fri, 5 Jun 2009 12:48:09 +0000 (12:48 +0000)]
bugfix: propagate CF output to ESD converter in order to fill the MC information

15 years agocompilation warning corrected
richterm [Fri, 5 Jun 2009 12:00:13 +0000 (12:00 +0000)]
compilation warning corrected

15 years agoExtension to L0 and L1 trigger classes
cblume [Fri, 5 Jun 2009 11:16:33 +0000 (11:16 +0000)]
Extension to L0 and L1 trigger classes

15 years ago- added the offline transform function that takes care of the pad and cluster correct...
kkanaki [Fri, 5 Jun 2009 10:46:39 +0000 (10:46 +0000)]
- added the offline transform function that takes care of the pad and cluster corrections from the OCDB
- included the testing macro for the translation component from HW to SW clusters

15 years agofix bug in considering t0 correction for cluster local drift length
abercuci [Fri, 5 Jun 2009 10:46:25 +0000 (10:46 +0000)]
fix bug in considering t0 correction for cluster local drift length
estimation.

15 years ago AliFlowCommonHistLYZ1 => AliFlowCommonHistLYZ1SUM
snelling [Fri, 5 Jun 2009 10:40:32 +0000 (10:40 +0000)]
 AliFlowCommonHistLYZ1 => AliFlowCommonHistLYZ1SUM

15 years agobugfix: following the implementation of AliMagF, the abs value
richterm [Fri, 5 Jun 2009 10:05:20 +0000 (10:05 +0000)]
bugfix: following the implementation of AliMagF, the abs value
of AliMagF::SolenoidField has to be taken

15 years agoMajor change in the setup of HLT simulation:
richterm [Fri, 5 Jun 2009 10:00:49 +0000 (10:00 +0000)]
Major change in the setup of HLT simulation:
making CA tracking and merging the default TPC online reconstruction.

In order to also propagate the MC information, the reconstruction
needs to run from digits, which is at the moment done when no
raw data is simulated (AliSimulation::SetWriteRawData not used).
Note: the online reconstruction is chosen at the level of
AliSimulation, not AliReconstruction. It is planned to simulate
both the HLT chain running on digits and simulated raw data.

15 years agoprotect against presample clusters in cosmics
abercuci [Fri, 5 Jun 2009 09:23:34 +0000 (09:23 +0000)]
protect against presample clusters in cosmics

15 years agoAliTPCcalibDB::GetGoofieSensors
marian [Fri, 5 Jun 2009 09:16:47 +0000 (09:16 +0000)]
AliTPCcalibDB::GetGoofieSensors

GetGoofieSensors were deletd by mistake.

15 years agoAdded workarounds for bugs #51285 and #51281: if the AliMagF instance
richterm [Fri, 5 Jun 2009 08:46:06 +0000 (08:46 +0000)]
Added workarounds for bugs #51285 and #51281: if the AliMagF instance
is not available, the GRP/Data is used to create the entries for
component initialization. The SolenoidBz entry is unloaded from cache
in order to make the latest version available for components.

Preparing to fix #48360 by setting local storage for transient HLT
OCDB entries

15 years agoBug fix
marian [Fri, 5 Jun 2009 07:57:52 +0000 (07:57 +0000)]
Bug fix
Data member correctly initialized in constructor
+
Possibility to cache gain for many runs

(Alexander)

15 years agoQuick fix so that TRD can implement properly the separation of L0 and L1 trigger...
cvetan [Thu, 4 Jun 2009 23:12:41 +0000 (23:12 +0000)]
Quick fix so that TRD can implement properly the separation of L0 and L1 trigger processors.

15 years agoFixes in order to have the merged QA data file as an output from PROOF-based reco...
cvetan [Thu, 4 Jun 2009 22:15:36 +0000 (22:15 +0000)]
Fixes in order to have the merged QA data file as an output from PROOF-based reco. 1. Extension of the method to merge the QA files to custom output filename. 2. Adding the merged QA file to the selector output list. 3. Do not remove the raw-data QA task in case the reco is run within PROOF. One additional fix needed for the trunk - correct destructor of the mag field that is sent via the selector input list.

15 years agoAdding Cascade performance task to PWG2spectra
bhippoly [Thu, 4 Jun 2009 18:44:30 +0000 (18:44 +0000)]
Adding Cascade performance task to PWG2spectra

15 years agoCRITICAL COMMIT for RSN package:
pulvir [Thu, 4 Jun 2009 17:35:46 +0000 (17:35 +0000)]
CRITICAL COMMIT for RSN package:
- modified structure of AliRsnFunction:
--- output is THnSparseD instead of TH*D, with the possibility to have as many axes as one wants
--- AliRsnHistoDef becomes obsolete and will be removed from package when dependencies will be fixed
--- output histogram axis are defined by AliRsnFunctionAxis objects
--- RsnConfig.C macro has been updated with the new package version

15 years agofixed the behaviour of these classes
pulvir [Thu, 4 Jun 2009 17:33:09 +0000 (17:33 +0000)]
fixed the behaviour of these classes

15 years agoChanges to obey modified coding convention RC6 (R. Shaoyan)
masera [Thu, 4 Jun 2009 17:08:05 +0000 (17:08 +0000)]
Changes to obey modified coding convention RC6 (R. Shaoyan)

15 years agoNew macro for checking Cascade reconstruction (A.Maire)
bhippoly [Thu, 4 Jun 2009 16:53:17 +0000 (16:53 +0000)]
New macro for checking Cascade reconstruction (A.Maire)

15 years agooptimize range for LeeYangZeroes to find zero
snelling [Thu, 4 Jun 2009 16:04:07 +0000 (16:04 +0000)]
optimize range for LeeYangZeroes to find zero

15 years agoAliESDtrack flags update during the TOF matching procedure. Now, (1) when a TPC/TRD...
decaro [Thu, 4 Jun 2009 14:26:08 +0000 (14:26 +0000)]
AliESDtrack flags update during the TOF matching procedure. Now, (1) when a TPC/TRD reconstructed track has been successfully propagated to the inner TOF radius (rho=372cm), AliESDtrack::kTOFin flag has been added; (2) when a reconstructed track has been matched with a TOF cluster, AliESDtrack::kTOFout flag has been added. This procedure does not take into account the particle decay probability in between the outer TRD/TPC and the inner TOF sufraces.

15 years agosmall bug fix when returning zero
snelling [Thu, 4 Jun 2009 13:55:31 +0000 (13:55 +0000)]
small bug fix when returning zero

15 years agoMods in QuadraticRoots
kharlov [Thu, 4 Jun 2009 13:42:37 +0000 (13:42 +0000)]
Mods in QuadraticRoots

15 years agocorrect the implementation of deleting tracker containers
abercuci [Thu, 4 Jun 2009 13:33:34 +0000 (13:33 +0000)]
correct the implementation of deleting tracker containers

15 years agoadd total removal of containers for usage in HLT
abercuci [Thu, 4 Jun 2009 13:16:32 +0000 (13:16 +0000)]
add total removal of containers for usage in HLT