From: kleinb Date: Thu, 8 Jul 2010 09:17:50 +0000 (+0000) Subject: fixed warnings X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=bffdedda7f47abb2617eb1e205a612fa19e120c8;p=u%2Fmrichter%2FAliRoot.git fixed warnings --- diff --git a/JETAN/AliJetBkg.cxx b/JETAN/AliJetBkg.cxx index 12a69df5733..3ca4147e939 100644 --- a/JETAN/AliJetBkg.cxx +++ b/JETAN/AliJetBkg.cxx @@ -130,9 +130,9 @@ Double_t& meanarea){ //____________________________________________________________________ void AliJetBkg::CalcRhob(Double_t& median,Double_t& -sigma,Double_t& -meanarea,vector inputParticles,Double_t -rParamBkg,TString method){ + sigma,Double_t& + meanarea,vector inputParticles,Double_t + rParamBkg,TString method){ //calculate rho using the fastjet method AliFastJetHeaderV1 *header = (AliFastJetHeaderV1*)fHeader; @@ -167,6 +167,7 @@ rParamBkg,TString method){ //comment+= TString(areaDef.description()); comment+= ". Strategy adopted by FastJet: "; comment+= TString(clust_seq.strategy_string()); + comment+= Form("Method: %s",method.Data()); header->SetComment(comment); if(debug){ cout << "--------------------------------------------------------" << endl; @@ -249,6 +250,7 @@ rParamBkg,TString method){ //comment+= TString(areaDef.description()); comment+= ". Strategy adopted by FastJet: "; comment+= TString(clust_seq.strategy_string()); + comment+= Form("Method: %s",method.Data()); header->SetComment(comment); if(debug){ cout << "--------------------------------------------------------" << endl;