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

index e256dc4046296b7c8c33c80680aff0716d50f4c7..7594deb6da7dfe0bbc89c0d7d7429a43ca3c2f25 100644 (file)
@@ -327,7 +327,7 @@ void AliHFENonPhotonicElectron::Init()
 }
 
 //_____________________________________________________________________________________________
-void AliHFENonPhotonicElectron::InitRun(const AliVEvent *inputEvent,AliPIDResponse *pidResponse)
+void AliHFENonPhotonicElectron::InitRun(const AliVEvent *inputEvent,const AliPIDResponse *pidResponse)
 {
   //
   // Init run
index e43df6ea6077f6091a4bfc5513cd0ff68d183aac..641d19e310db82cb96a7957ea855b558cae8e264 100644 (file)
@@ -79,7 +79,7 @@ class AliHFENonPhotonicElectron : public TNamed {
   THnSparseF *GetLSignAngleHisto() const { return fLSignAngle; };
 
   void     Init                                ();
-  void     InitRun                     (const AliVEvent *inputEvent,AliPIDResponse *pidResponse);
+  void     InitRun                     (const AliVEvent *inputEvent,const 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);