X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PWG4%2FPartCorrBase%2FAliCalorimeterUtils.h;h=8bef611f962938d4d7c6051f6f16eea7bd1e11a1;hb=2be3914b97b259efe13dc11baedd7e5aaced2ae1;hp=c11564f286565b7e7e101fa41389894091957ce8;hpb=f32b5a7776fc6f103de0f6ead13d6c09d8a04010;p=u%2Fmrichter%2FAliRoot.git diff --git a/PWG4/PartCorrBase/AliCalorimeterUtils.h b/PWG4/PartCorrBase/AliCalorimeterUtils.h index c11564f2865..8bef611f962 100755 --- a/PWG4/PartCorrBase/AliCalorimeterUtils.h +++ b/PWG4/PartCorrBase/AliCalorimeterUtils.h @@ -160,14 +160,14 @@ class AliCalorimeterUtils : public TObject { Bool_t fEMCALGeoMatrixSet; // Check if the transformation matrix is set for EMCAL Bool_t fPHOSGeoMatrixSet ; // Check if the transformation matrix is set for PHOS Bool_t fRemoveBadChannels; // Check the channel status provided and remove clusters with bad channels - TObjArray * fEMCALBadChannelMap; //! Array of histograms with map of bad channels, EMCAL - TObjArray * fPHOSBadChannelMap; //! Array of histograms with map of bad channels, PHOS + TObjArray * fEMCALBadChannelMap; // Array of histograms with map of bad channels, EMCAL + TObjArray * fPHOSBadChannelMap; // Array of histograms with map of bad channels, PHOS Int_t fNCellsFromEMCALBorder; // Number of cells from EMCAL border the cell with maximum amplitude has to be. Int_t fNCellsFromPHOSBorder; // Number of cells from PHOS border the cell with maximum amplitude has to be. Bool_t fNoEMCALBorderAtEta0; // Do fiducial cut in EMCAL region eta = 0? Bool_t fRecalibration; // Switch on or off the recalibration - TObjArray * fEMCALRecalibrationFactors; //! Array of histograms with map of recalibration factors, EMCAL - TObjArray * fPHOSRecalibrationFactors; //! Array of histograms with map of recalibration factors, PHOS + TObjArray * fEMCALRecalibrationFactors; // Array of histograms with map of recalibration factors, EMCAL + TObjArray * fPHOSRecalibrationFactors; // Array of histograms with map of recalibration factors, PHOS ClassDef(AliCalorimeterUtils,2) } ;