]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
hard-coded enum access (AddTask compatibility)
authordgangadh <dgangadh@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Jan 2013 10:34:20 +0000 (10:34 +0000)
committerdgangadh <dgangadh@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Jan 2013 10:34:20 +0000 (10:34 +0000)
PWGCF/FEMTOSCOPY/Chaoticity/AliChaoticity.cxx
PWGCF/FEMTOSCOPY/Chaoticity/AliChaoticity.h

index 6edb2dedd736384fe03f06c89b325069827fa0bb..cfcd610f611ab4c6bb0c7034a7940dd983a16e76 100644 (file)
@@ -3424,8 +3424,8 @@ void AliChaoticity::GetQosl(Float_t track1[], Float_t track2[], Float_t& qout, F
 }
 //________________________________________________________________________
 //void AliChaoticity::SetWeightArrays(Bool_t legoCase, TH3F ***histos){
-//void AliChaoticity::SetWeightArrays(Bool_t legoCase, TH3F *histos[3][10]){
-void AliChaoticity::SetWeightArrays(Bool_t legoCase, TH3F *histos[AliChaoticity::kKbinsT][AliChaoticity::kCentBins]){
+void AliChaoticity::SetWeightArrays(Bool_t legoCase, TH3F *histos[3][10]){
+//void AliChaoticity::SetWeightArrays(Bool_t legoCase, TH3F *histos[AliChaoticity::kKbinsT][AliChaoticity::kCentBins]){
   for(Int_t mb=0; mb<fMbins; mb++){
     for(Int_t edB=0; edB<kEDbins; edB++){
       for(Int_t tKbin=0; tKbin<kKbinsT; tKbin++){
index 6c6307666980d9d92fd82ced791162ddf20b8274..876fd511f40cd4f14591c9788dbe1040f2a4b22d 100644 (file)
@@ -72,8 +72,8 @@ class AliChaoticity : public AliAnalysisTaskSE {
   Int_t GetNumRValues() const {return AliChaoticity::kRVALUES;}
   Int_t GetNumCentBins() const {return AliChaoticity::kCentBins;}
   //void SetWeightArrays(Bool_t legoCase=kTRUE, TH3F ***histos=0x0);
-  //void SetWeightArrays(Bool_t legoCase=kTRUE, TH3F *histos[3][10]=0x0);
-  void SetWeightArrays(Bool_t legoCase=kTRUE, TH3F *histos[AliChaoticity::kKbinsT][AliChaoticity::kCentBins]=0x0);
+  void SetWeightArrays(Bool_t legoCase=kTRUE, TH3F *histos[3][10]=0x0);
+  //void SetWeightArrays(Bool_t legoCase=kTRUE, TH3F *histos[AliChaoticity::kKbinsT][AliChaoticity::kCentBins]=0x0);
   void SetMomResCorrections(Bool_t legoCase=kTRUE, TH2D *temp2D=0x0);
   void SetFSICorrelations(Bool_t legoCase=kTRUE, TH2D *temp2DGaus[2]=0x0, TH2D *temp2DTherm[6]=0x0, TH3D *temp3Dos[6]=0x0, TH3D *temp3Dss[6]=0x0);
   //