]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Small change
authorrbailhac <rbailhac@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 24 Oct 2012 17:13:00 +0000 (17:13 +0000)
committerrbailhac <rbailhac@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 24 Oct 2012 17:13:00 +0000 (17:13 +0000)
PWGHF/hfe/AliHFENonPhotonicElectron.cxx
PWGHF/hfe/AliHFENonPhotonicElectron.h

index 7594deb6da7dfe0bbc89c0d7d7429a43ca3c2f25..e256dc4046296b7c8c33c80680aff0716d50f4c7 100644 (file)
@@ -327,7 +327,7 @@ void AliHFENonPhotonicElectron::Init()
 }
 
 //_____________________________________________________________________________________________
 }
 
 //_____________________________________________________________________________________________
-void AliHFENonPhotonicElectron::InitRun(const AliVEvent *inputEvent,const AliPIDResponse *pidResponse)
+void AliHFENonPhotonicElectron::InitRun(const AliVEvent *inputEvent,AliPIDResponse *pidResponse)
 {
   //
   // Init run
 {
   //
   // Init run
index 6731ccc1d2d50066905313ac51e4811586674a4b..e43df6ea6077f6091a4bfc5513cd0ff68d183aac 100644 (file)
@@ -79,7 +79,7 @@ class AliHFENonPhotonicElectron : public TNamed {
   THnSparseF *GetLSignAngleHisto() const { return fLSignAngle; };
 
   void     Init                                ();
   THnSparseF *GetLSignAngleHisto() const { return fLSignAngle; };
 
   void     Init                                ();
-  void     InitRun                     (const AliVEvent *inputEvent,const  AliPIDResponse *pidResponse);
+  void     InitRun                     (const AliVEvent *inputEvent,AliPIDResponse *pidResponse);
   Int_t    FillPoolAssociatedTracks    (AliVEvent *inputEvent,Int_t binct=-1);
   Int_t    LookAtNonHFE                        (Int_t iTrack1, AliVTrack *track1, AliVEvent *vEvent ,Double_t weight=1.,Int_t binct=-1,Double_t deltaphi=-1,Int_t source=-1,Int_t indexmother=-1);
 
   Int_t    FillPoolAssociatedTracks    (AliVEvent *inputEvent,Int_t binct=-1);
   Int_t    LookAtNonHFE                        (Int_t iTrack1, AliVTrack *track1, AliVEvent *vEvent ,Double_t weight=1.,Int_t binct=-1,Double_t deltaphi=-1,Int_t source=-1,Int_t indexmother=-1);