AliAnaPi0: Added option to fill mass histograms with different cuts
AliCaloPID: PHOS shower shape selection updated, matching of tracks checking method moved from AliAnaPartCorrBase to this class
Few COVERITY bad reports corrected.
- add decoding of GTU tracks
- add methods to set arrays for storage of tracklets, GTU tracks and markers
- add storing of HC active markers (if activated)
- update AliTRDtrackletMCM to carry 3 labels and assign them in AliTRDmcmSim
- bugfix in AliTRDtrackletMCM::GetLocalZ(), was wrong for stack 2
- retrieve layer-specific position LUT (as given in TRAPconfig)
AliAnaPi0: remove print, AliCaloUtils: in case of usage of MC reader, need to get the PHOS module number via the TParticle and not the created VCluster
Correct MCReader: do not fill created AODCaloClusters to AODEvent
AliAnaPhoton: Use cell cut only for data, not for MC data
All: Remove declaration, usage of AliAODCaloClusters and move to AliVClusters
AliCaloTrackESD/AODReader: Clean up a bit the classes, move the track status initizalization to the AliCaloTrackReader
Declare as virtual in AliCaloTrackReader some setters only used in AliCaloTrackMCReader
Fixed few minor coverity issues. Output files are opened the first time with the option RECREATE and only after with UPDATE. Outputs in memory are nor written in proof mode to a file anymore.
marian [Thu, 2 Sep 2010 11:17:12 +0000 (11:17 +0000)]
Removed old files with old QA output (AliTPCdataQA object). Added new file
with validity for all runs with reference histograms.
Will request port to close bug 69379.
marian [Thu, 2 Sep 2010 11:16:04 +0000 (11:16 +0000)]
Removed old files with old QA output (AliTPCdataQA object). Added new file
with validity for all runs with reference histograms.
Will request port to close bug 69379.
* changed Configuration with new jet branch for gen
* New function UsePhysicsSelection(Bool_t):
Allows to ignore the physics selection (argument kFALSE), by default the physics selection is used. Since our task expects the physics selection running we were not able to switch it off so far.
* new histograms:
- mean cross section (fh1Xsec) and sum of number of trials (fh1Trials) (both for weight of pt hard bins)
- pt hard
* new function Notify() (copy from AliAnalysisTaskJetSpectrum):
- is automatically called by analysis manager
- fills fh1Xsec and fh1Trials
* change of (default) binning of some histograms, especially pt range (please check if new range is fine, I also modified ranges of IJ and DJ histograms)
* made the track and jet type constants ( enum{kTrackUndef=0, ...} ) public
(Since the constants were private in previous implementions they were not known in the AddTask. I do not understand why this problem did not occur earlier.)
Adding corruption component used for testing processing component behaviour under data corruption.
Used to have various custom ways of performing such tests. Now the corruption component can be used to test all components in the same way.
hristov [Tue, 31 Aug 2010 13:26:40 +0000 (13:26 +0000)]
Changes for report #71958: ZDC: changes needs code update in STEER
The timing information provided by the ZDC TDCs has been demontrated to be very important when analyzing proton-proton data. Therefore we added this info (32 int) to the ESD.
zampolli [Tue, 31 Aug 2010 12:24:49 +0000 (12:24 +0000)]
Requesting LHC Clock Phase BPTX values to be between time_created and DAQ_time_end instead of
DAQ_time_start and DAQ_time_end (see bug. #70989 at https://savannah.cern.ch/bugs/index.php?70989).