X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PHOS%2FAliPHOSReconstructioner.cxx;h=b9f5c24c8ba9106dd68f77bfd7502512abd4a74a;hb=90cceaf6d2e2e6b2e735135cb2d6562308e10ed7;hp=86855cd6084a2f7cb43144dcfbcb40b94095d68a;hpb=5933ca6137a763c0c6240438494dd3013d84b801;p=u%2Fmrichter%2FAliRoot.git diff --git a/PHOS/AliPHOSReconstructioner.cxx b/PHOS/AliPHOSReconstructioner.cxx index 86855cd6084..b9f5c24c8ba 100644 --- a/PHOS/AliPHOSReconstructioner.cxx +++ b/PHOS/AliPHOSReconstructioner.cxx @@ -166,9 +166,9 @@ TTask("AliPHOSReconstructioner",evFoldName) fIsInitialized = kTRUE ; } //____________________________________________________________________________ -void AliPHOSReconstructioner::Exec(Option_t *option) +void AliPHOSReconstructioner::Exec(Option_t) { - //chesk, if the names of branches, which should be made conicide with already + //check, if the names of branches, which should be made conicide with already //existing if(!fIsInitialized) Init() ; @@ -212,7 +212,7 @@ AliPHOSReconstructioner::~AliPHOSReconstructioner() // Delete data members if any } -void AliPHOSReconstructioner::Print(Option_t * option)const { +void AliPHOSReconstructioner::Print()const { // Print reconstructioner data TString message ;