morsch [Mon, 10 May 2010 15:58:03 +0000 (15:58 +0000)]
I've updated the STEER/AliAODDimuon.cxx class, adding the definition of the azimuthal phi angle in Collins-Soper and Helicity and
correcting a small bug in the CosTheta helicity evaluation.
Roberta Arnaldi
dsilverm [Mon, 10 May 2010 13:11:16 +0000 (13:11 +0000)]
PeakFinder update - from Per Thomas: private vs public methods (AliCaloPeakVectors); coding violations fixes (AliCaloRawAnalyzerPeakFinder, AliCaloRawAnalyzerComparison); deleting unused class (AliCaloRawAnalyzerPeakFinderV2)
abercuci [Mon, 10 May 2010 12:54:41 +0000 (12:54 +0000)]
restructured the class AliTRDv0Info
- filling of the V0 list relevant for TRD in AliTRDinfoGen
- open posibility to set V0 cuts in AliTRDinfoGen class
- connect V0 list to AliTRDcheckPID for performance monitoring
mfloris [Mon, 10 May 2010 12:35:38 +0000 (12:35 +0000)]
Few improvements:
- Using static constructor for TPC cuts
- Binomial (rather than poissonian) error on deadtime
- Fixing some warnings
- Removing some printout
- Adding pt distribution of tracks in the 2 samples used for rate normalization
phille [Mon, 10 May 2010 05:51:42 +0000 (05:51 +0000)]
Refactoring of handling of constants.
Constants used in array definitions etc.. is
defined in nested namespaces, instead of as class
memeber vraiables/constants.
This allows for porting of HLT/CALO constants
to offline without changing the interface to the
HLT.
marian [Sun, 9 May 2010 18:01:35 +0000 (18:01 +0000)]
M AliTPCcalibAlign.cxx - filtering the debug output
M AliTPCcalibCalib.cxx - speed up refitting - longer steps
M AliTPCcalibCosmic.cxx - filtering debug output
M AliTPCcalibTime.cxx - index out of range fix
M AliTPCCorrection.cxx - track extepolation to vertex
M AliTPCPreprocessorOffline.cxx - updated example
M AliTPCTracklet.cxx - fix 1/pt for track segement fitting.
marian [Sun, 9 May 2010 17:53:57 +0000 (17:53 +0000)]
M AliTPCkalmanAlign.cxx - class to process the results of alignment - using kalman filter approach
M AliTPCkalmanAlign.h
M TPCcalibLinkDef.h - using the new AliTPCkalmanAlign
M libTPCcalib.pkg -
ivana [Fri, 7 May 2010 15:54:34 +0000 (15:54 +0000)]
- Add information in the trigger chamber efficiency object in order to take into account correlation between bending and non bending plane efficiency.
- Clean-up the OCDB object by removing accessory methods for efficiency calculation/display.
- Create new class (AliMUONTriggerChamberEfficiency) to handle the efficiency map stored in OCDB.
(Diego)
hristov [Fri, 7 May 2010 15:22:20 +0000 (15:22 +0000)]
Fix for bug #67104 solving the following problems:
- Proper loading of reference tables and solving of a mapping problem (related to bug 66306 where the array now have the size as before but the mapping has changed to start from 0)
- TRD out from combined PID since we have only reference tables for electrons and pions
- Gain normalization factors to match the dEdx in simulation and real data to the gain values in the reference data coming from the testbeam
marian [Fri, 7 May 2010 12:38:11 +0000 (12:38 +0000)]
M AliTPCcalibDB.h - GetDistortion not inline function
M AliTPCcalibDB.cxx - Bug fix - proper path to the OCDB entry
M AliTPCCorrection.h - MakeDistortionMap out of residual histograms
M AliTPCCorrection.cxx
M AliTPCGGVoltError.cxx - Init transformation in Init and Update function
aszostak [Thu, 6 May 2010 23:27:50 +0000 (23:27 +0000)]
Protection against the zero magnetic field and cleanup in the corresponding component of fulltracker. If only MUON_TRK or MUON_TRG is only present do not attempt tracking, only send empty output blocks. (Indra)