]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix
authorrbailhac <rbailhac@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 4 Jul 2012 10:04:03 +0000 (10:04 +0000)
committerrbailhac <rbailhac@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 4 Jul 2012 10:04:03 +0000 (10:04 +0000)
PWGHF/hfe/macros/AddTaskHFEtpctofv2.C
PWGHF/hfe/macros/configs/PbPb/ConfigHFE_FLOW_TOFTPC.C

index dfd250e29963c7185635cacdaa72e4c207fd47c8..0a2610f805f199768e7c94f35ca727e3808844a4 100644 (file)
@@ -1,4 +1,4 @@
-AliAnalysisTask *AddTaskHFEtpctofv2(Int_t tpcCls=110, Double_t tpcClsr=50, Int_t tpcClspid=60, Double_t tpcsharedfraction=10, Int_t itsCls=4, Double_t chi2peritscl=36, Int_t pixellayer=2, Double_t dcaxy=100,Double_t dcaz=200, Double_t tofsig=30., Double_t tpceff=50., Int_t vzero=1, Double_t etarange=80,Int_t debuglevel=0, Bool_t algorithmMA=kFALSE, Bool_t massconstraint=kFALSE){
+AliAnalysisTask *AddTaskHFEtpctofv2(Int_t tpcCls=110, Double_t tpcClsr=50, Int_t tpcClspid=60, Double_t tpcsharedfraction=10, Int_t itsCls=4, Double_t chi2peritscl=36, Int_t pixellayer=2, Double_t dcaxy=100,Double_t dcaz=200, Double_t tofsig=30., Double_t tpceff=50., Int_t vzero=1,Int_t debuglevel=5,Double_t etarange=80,Bool_t algorithmMA=kFALSE, Bool_t massconstraint=kFALSE){
 
   //
   // Define TPC cut for 2011 data
@@ -91,7 +91,7 @@ AliAnalysisTask *AddTaskHFEtpctofv2(Int_t tpcCls=110, Double_t tpcClsr=50, Int_t
 
   task->SetHFEVZEROEventPlane(0x0);
   task->SelectCollisionCandidates(AliVEvent::kSemiCentral); 
-  AliLog::SetClassDebugLevel("AliAnalysisTaskHFEFlow",2);
+  AliLog::SetClassDebugLevel("AliAnalysisTaskHFEFlow",3);
   
   mgr->AddTask(task);
 
index 422003cd5518fa2a60cb53be2091ed1af7a2e81e..d4eac9d696b50dab3196d77d5b91aca239b90436 100644 (file)
@@ -64,7 +64,7 @@ Double_t Contamination_40_50(const Double_t *x, const Double_t *par)
 }
 
 
-AliAnalysisTaskHFEFlow* ConfigHFE_FLOW_TOFTPC(Bool_t useMC, TString appendix, Int_t tpcCls, Double_t tpcClsr,Int_t tpcClspid, Double_t tpcsharedfraction, Int_t itsCls, Double_t chi2peritscl, Int_t pixellayer, Double_t dcaxy, Double_t dcaz,  Double_t tofsig, Double_t *tpcdedx, Int_t vzero, Double_t etarange,Int_t debuglevel, Bool_t algorithmMA=kFALSE, Bool_t massconstraint=kFALSE)
+AliAnalysisTaskHFEFlow* ConfigHFE_FLOW_TOFTPC(Bool_t useMC, TString appendix, Int_t tpcCls, Double_t tpcClsr,Int_t tpcClspid, Double_t tpcsharedfraction, Int_t itsCls, Double_t chi2peritscl, Int_t pixellayer, Double_t dcaxy, Double_t dcaz,  Double_t tofsig, Double_t *tpcdedx, Int_t vzero,Int_t debuglevel, Double_t etarange,Bool_t algorithmMA=kFALSE, Bool_t massconstraint=kFALSE)
 {
   //
   // HFE flow task 
@@ -90,7 +90,7 @@ AliAnalysisTaskHFEFlow* ConfigHFE_FLOW_TOFTPC(Bool_t useMC, TString appendix, In
   printf("TPC min sigma cut 7: %f\n",tpcdedx[7]);
   printf("VZERO event plane %d\n",vzero);
   printf("Debug level %d\n",debuglevel);
-  printf("Etarange %f\n",etarange*0.1);
+  printf("Etarange %f\n",etarange*0.01);
   printf("AlgorithmMA %d\n",(Int_t)algorithmMA);
   printf("Mass constraint %d\n",(Int_t)massconstraint);
 
@@ -100,7 +100,7 @@ AliAnalysisTaskHFEFlow* ConfigHFE_FLOW_TOFTPC(Bool_t useMC, TString appendix, In
   // Cut HFE
   AliHFEcuts *hfecuts = new AliHFEcuts("hfeCuts","HFE Standard Cuts");
   hfecuts->CreateStandardCuts();
-  hfecuts->SetEtaRange(etarange*0.1);
+  hfecuts->SetEtaRange(etarange*0.01);
   hfecuts->SetMinNClustersTPC(tpcCls);
   hfecuts->SetMinNClustersTPCPID(tpcClspid);
   hfecuts->SetMinRatioTPCclusters(tpcClsr*0.01);