]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGLF/SPECTRA/ChargedHadrons/dNdPt/macros/AddTask_dNdPt_PbPbAOD.C
change nconst axis binning
[u/mrichter/AliRoot.git] / PWGLF / SPECTRA / ChargedHadrons / dNdPt / macros / AddTask_dNdPt_PbPbAOD.C
CommitLineData
9db7eb94 1AlidNdPtAnalysisPbPbAOD *AddTask_dNdPt_PbPbAOD( UInt_t uTriggerMask = AliVEvent::kMB | AliVEvent::kCentral | AliVEvent::kSemiCentral ,
bc80e684 2 Double_t dNCrossedRowsTPC = 100,
a0036e80 3 Int_t iFilterBit = AliAODTrack::kTrkGlobal,
bc80e684 4 char *contName = "dNdPtPbPbAOD",
5 Double_t dNClustersTPC = 0,
ba9a71a2 6 Bool_t bDoCutTPCLength = kTRUE,
7 Double_t dPrefactorLengthInTPC = 0.85
bc80e684 8 )
2c99eb3b 9{
f856053f 10 // Creates, configures and attaches to the train a cascades check task.
11 // Get the pointer to the existing analysis manager via the static access method.
12 //==============================================================================
13 AliAnalysisManager *mgr = AliAnalysisManager::GetAnalysisManager();
14 if (!mgr) {
15 ::Error("AddTask_dNdPt_PbPbAOD", "No analysis manager to connect to.");
16 return NULL;
17 }
2c99eb3b 18
f856053f 19 // Check the analysis type using the event handlers connected to the analysis manager.
20 //==============================================================================
21 if (!mgr->GetInputEventHandler()) {
22 ::Error("AddTask_dNdPt_PbPbAOD", "This task requires an input event handler");
23 return NULL;
24 }
25 TString type = mgr->GetInputEventHandler()->GetDataType(); // can be "ESD" or "AOD"
26
27 // Create and configure the task
28 AlidNdPtAnalysisPbPbAOD *task = new AlidNdPtAnalysisPbPbAOD("dNdPtPbPbAOD");
9db7eb94 29 // UInt_t triggerMask = AliVEvent::kMB;
30 // triggerMask |= AliVEvent::kCentral;
31 // triggerMask |= AliVEvent::kSemiCentral;
f856053f 32
33 task->SelectCollisionCandidates(uTriggerMask);
34
0d3e3f7e 35 task->SetEventplaneSelector("Q");
36
f856053f 37 task->SetCutMinNCrossedRowsTPC(dNCrossedRowsTPC);
bc80e684 38 task->SetCutMinNClustersTPC(dNClustersTPC);
39 task->SetCutLengthInTPCPtDependent(bDoCutTPCLength);
ba9a71a2 40 task->SetPrefactorLengthInTPCPtDependent(dPrefactorLengthInTPC);
ea3cfeda 41 //task->SetCutLengthInTPCPtDependent();
ba9a71a2 42 //
ea3cfeda
PL
43// task->EnableRelativeCuts();
44// task->SetCutPercMinNClustersTPC(1.0);
45// task->SetCutPercMinNCrossedRowsTPC(1.0);
46
47 Double_t binsPtCheck[] = {0., 0.05, 0.1, 0.15, 0.2, 0.25, 0.3, 0.35, 0.4, 0.45, 0.5, 0.55, 0.6, 0.65, 0.7, 0.75, 0.8, 0.85, 0.9, 0.95, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2.0, 2.2, 2.4, 2.6, 3.0, 4.0, 5.0, 10.0, 13.0, 15.0, 20.0, 25.0, 30.0, 40.0, 50.0, 70.0, 100.0, 150.0, 200.0};
48 Int_t nBinPtCheck = sizeof(binsPtCheck)/sizeof(Double_t);
49 task->SetBinsPtCheck(nBinPtCheck, binsPtCheck);
bc2a9da9 50
1444967d 51// Double_t binsPhi[] = {0 ,0.10472 ,0.20944 ,0.314159 ,0.418879 ,0.523599 ,0.628319 ,0.733038 ,0.837758 ,0.942478 ,1.0472 ,1.15192 ,1.25664 ,1.36136 ,1.46608 ,1.5708 ,1.67552 ,1.78024 ,1.88496 ,1.98968 ,2.0944 ,2.19911 ,2.30383 ,2.40855 ,2.51327 ,2.61799 ,2.72271 ,2.82743 ,2.93215 ,3.03687 ,3.14159 ,3.24631 ,3.35103 ,3.45575 ,3.56047 ,3.66519 ,3.76991 ,3.87463 ,3.97935 ,4.08407 ,4.18879 ,4.29351 ,4.39823 ,4.50295 ,4.60767 ,4.71239 ,4.81711 ,4.92183 ,5.02655 ,5.13127 ,5.23599 ,5.34071 ,5.44543 ,5.55015 ,5.65487 ,5.75959 ,5.86431 ,5.96903 ,6.07375 ,6.17847 ,6.28319};
52
d14caaf4 53// Double_t binsPhi[] = {-1.*TMath::Pi(), -2.97625, -2.8109, -2.64555, -2.4802, -2.31486, -2.14951, -1.98416, -1.81882, -1.65347, -1.48812, -1.32278, -1.15743, -0.992082, -0.826735, -0.661388, -0.496041, -0.330694, -0.165347, 0, 0.165347, 0.330694, 0.496041, 0.661388, 0.826735, 0.992082, 1.15743, 1.32278, 1.48812, 1.65347, 1.81882, 1.98416, 2.14951, 2.31486, 2.4802, 2.64555, 2.8109, 2.97625, TMath::Pi()};
54
fe9918c1 55// Double_t binsPhi[] = {-1.*TMath::Pi(), -0.75*TMath::Pi(), -0.5*TMath::Pi(), -0.25*TMath::Pi(), 0, 0.25*TMath::Pi(), 0.5*TMath::Pi(), 0.75*TMath::Pi(), TMath::Pi()};
56 Double_t binsPhi[] = {-1.*TMath::Pi(), -7./8.*TMath::Pi(), -6./8.*TMath::Pi(), -5./8.*TMath::Pi(), -4./8.*TMath::Pi(), -3./8.*TMath::Pi(), -2./8.*TMath::Pi(), -1./8.*TMath::Pi(),
57 0, 1./8.*TMath::Pi(), 2./8.*TMath::Pi(), 3./8.*TMath::Pi(), 4./8.*TMath::Pi(), 5./8.*TMath::Pi(), 6./8.*TMath::Pi(), 7./8.*TMath::Pi(), 1.*TMath::Pi()};
1444967d 58
bc2a9da9
PL
59 Int_t nBinPhi = sizeof(binsPhi)/sizeof(Double_t);
60 task->SetBinsPhi(nBinPhi, binsPhi);
a0036e80 61
62 task->SetFilterBit(iFilterBit);
bc2a9da9 63
f856053f 64 ::Info("AddTask_dNdPt_PbPbAOD",Form("CrossedRowCut set to %.0f", task->GetCutMinNCrossedRowsTPC()));
a0036e80 65 ::Info("AddTask_dNdPt_PbPbAOD",Form("FilterBit set to %d", task->GetFilterBit()));
f856053f 66
67 mgr->AddTask(task);
68
9db7eb94 69 AliAnalysisDataContainer *coutput = mgr->CreateContainer(Form("%s", contName), TList::Class(), AliAnalysisManager::kOutputContainer, Form("%s:dNdPtHistos", mgr->GetCommonFileName()));
70
71 mgr->ConnectInput( task, 0, mgr->GetCommonInputContainer());
72 mgr->ConnectOutput(task, 1, coutput);
73
74 return task;
2c99eb3b 75}