]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fix wrong argument declaration
authorgconesab <gustavo.conesa.balbastre@cern.ch>
Wed, 29 Oct 2014 17:36:50 +0000 (18:36 +0100)
committergconesab <gustavo.conesa.balbastre@cern.ch>
Wed, 29 Oct 2014 17:36:50 +0000 (18:36 +0100)
PWGGA/CaloTrackCorrelations/AliAnaPhoton.cxx
PWGGA/CaloTrackCorrelations/AliAnaPhoton.h

index d6c8a580563d31c689e9f97d69367b2c3bf7769d..4b5716872fba43b9e426c18e96b00fc35f582275 100755 (executable)
@@ -636,7 +636,7 @@ void AliAnaPhoton::FillPileUpHistograms(AliVCluster* cluster, AliVCaloCells *cel
 
 //_______________________________________________________________________________
 void  AliAnaPhoton::FillShowerShapeHistograms(AliVCluster* cluster,
-                                              Int_t mcTag, Int_t maxCellFraction)
+                                              Int_t mcTag, Float_t maxCellFraction)
 {
   //Fill cluster Shower Shape histograms
   
index 61e2fe47e187901675978b218a746242751c995f..c858c46700d63f43f846bd879f87069608a87140 100755 (executable)
@@ -54,7 +54,7 @@ class AliAnaPhoton : public AliAnaCaloTrackCorrBaseClass {
   
   void         FillAcceptanceHistograms();
   
-  void         FillShowerShapeHistograms( AliVCluster* cluster, Int_t mcTag, Int_t maxCellEFraction) ;
+  void         FillShowerShapeHistograms( AliVCluster* cluster, Int_t mcTag, Float_t maxCellEFraction) ;
   
   void         SwitchOnFillShowerShapeHistograms()    { fFillSSHistograms      = kTRUE  ; }
   void         SwitchOffFillShowerShapeHistograms()   { fFillSSHistograms      = kFALSE ; }