cut class prepared to remove cut duplication, wait for update of AliESDtrackCuts, added option to cut on number of points used for dEdx and option to calculate dca relative to SPD vertex
New functionality: provide the detector reconstructors with an access to the run and even info objects. To be used by ITS (for selection of active layers in the SA tracker), VZERO and ZDC (for choosing a proper behavior depending on the run type, beam type and energy)
ivana [Mon, 20 Jul 2009 15:30:25 +0000 (15:30 +0000)]
Correctly handling the "Calibration" events (when scalers are read for MTR
while nothing is done for MCH):
- Added (dummy) Calibration RecoParam in AliMUONRecoParam.
- Ensure that Digits/RecPoints/Tracks are not created for "Calibration" events.
This should solve the problem with missing directories in the QA.
(Diego)
Made a general review to fix as possible most coding conventions violations.
Reorganized section of macros:
- "macros/test" contain some test macros for stand-alone runs
useful for developers
- "macros/train" contain all required macros for train runs
- "macros/tutorial" will contain tutorial macros to learn to use package
Added a new AnalysisTask object: AliAnalysisTaskEffSE,
which makes use of AliCFContainers to make efficiency computations for corrections
using the internal structure of RSN package to define cuts of all selection steps
and to compute the values to be used for container filling.
orrection in order to get the cosmic event specie properly set. Only lowMult and highMult are using the stable_beams LHC state. A bugfix in the loop over fired triggers which was preventing the cosmic specie to be set.
Update in TRD visualization
- correct setting of HC id in trd_tracklets.C
- change sign of tracket deflection
- change colour of trackletMCM in visualization
- check before destruction of children
AliITStrackerSA.cxx: minor fix for cosmic reco + adding debug prints with AliLog. AliITSRecoParam.cxx: minor change (radius for propagation inside SPD inner layer changed from 3.7 to 3.5 cm)
PID LUT from TH2F
- Add Setter for PID LUT from 2-dim histogram
Bugfixes
- Fix access via ADC column
- Fix deflection sign in GTU TMU
Add PID calculation for GTU tracks
Updates for GTU simulation
- Debug output in TMU
- setting of correct HC id in gtuSim
Removal of AliTRDmcmTracklet
Bugfixes in visualization
- correct setting of HC id in trd_tracklets.C
- change sign of tracket deflection
- change colour of tracklet MCM in visualization
- check before destruction of children
Additional baseline, zs-reading and check for no. of timebins
- Additional baseline to be added/subtracted during reading/writing
- Read back the ZS mapping
- Check for no. of timebins
Included changes from gridikp
- Add GetPID(q0, q1)
- add NHits ... to trackletMCM
- add default PID LUT
- add possibility to change LUT
Adaptation to latest fitred.asm
- decimal places for ndrift
- calculation of y-offset, scaleY, scaleD from MCM position
- corrected sign of deflection
- changed position where deflection cut is applied
- changed calculation of min/max-deflection
Technical fix: run the vertex finder even in case the local reco for ITS is off. Does not affect default behavior of the reco - it is useful only in the very particular case when the reco-points file is already produced and one wants to replay only the vertexer and tracking (Andrea D.)
Added protection for empty data blocks (blocks where only the CDH is present) in the component.
Bugfix: Clustercandidates was not checked properly if they where used or not.
Correction of the offset settings in Rec and Sim QA for each EventSpecie. IsEQual changed to AreEqual to remove compilation warnings. Correction of the computation of the radius in FillRecPoint. Add GetEventSpecie in QASim (Melinda Siciliano)
MCEvent and MCEventHandler can be used as containers. This allows us to compose MC events from different sources.
Main use case: analysis of merged events.
AliAnaPhoton: Added histograms to correlate reconstructed and generated energy.
AliAnaParticleHadronCorrelation: Added histograms for UE studies with neutral triggers.