From 0a18ba02129fb1a507a85c71fcb8a8bf52ad031a Mon Sep 17 00:00:00 2001 From: ivana Date: Tue, 18 Dec 2007 11:36:16 +0000 Subject: [PATCH] - New parameters to fill ESD MUON clusters with additional informations (including pads) for a given fraction of events - You can use the method SaveFullClusterInESD(kTRUE, xx ) to save these info for xx% of events (default is 10%) (Philippe P.) --- MUON/AliMUONRecoParam.cxx | 7 ++++++- MUON/AliMUONRecoParam.h | 11 +++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/MUON/AliMUONRecoParam.cxx b/MUON/AliMUONRecoParam.cxx index 25b28d3912c..a567ad90c59 100644 --- a/MUON/AliMUONRecoParam.cxx +++ b/MUON/AliMUONRecoParam.cxx @@ -48,13 +48,15 @@ AliMUONRecoParam::AliMUONRecoParam() fSigmaCutForImprovement(0.), fSigmaCutForTrigger(0.), fMaxNormChi2MatchTrigger(0.), + fPercentOfFullClusterInESD(10.), fCombinedClusterTrackReco(kFALSE), fTrackAllTracks(kFALSE), fRecoverTracks(kFALSE), fMakeTrackCandidatesFast(kFALSE), fComplementTracks(kFALSE), fImproveTracks(kFALSE), - fUseSmoother(kFALSE) + fUseSmoother(kFALSE), + fSaveFullClusterInESD(kTRUE) { /// Constructor SetNameTitle("MUON","MUON"); @@ -154,6 +156,9 @@ void AliMUONRecoParam::Print(Option_t *option) const if (fCombinedClusterTrackReco) cout<<"Combined cluster/track reconstruction: ON"<