18 #include "Riostream.h"
26 #include "AliAnalysisManager.h"
54 cout<<
"AliAnalysisTaskLYZEventPlane::AliAnalysisTaskLYZEventPlane(const char *name)"<<endl;
58 DefineInput(0, AliFlowEventSimple::Class());
59 DefineInput(1, TList::Class());
61 DefineOutput(1, TList::Class());
75 cout<<
"AliAnalysisTaskLYZEventPlane::AliAnalysisTaskLYZEventPlane()"<<endl;
90 cout<<
"AliAnalysisTaskLYZEventPlane::CreateOutputObjects()"<<endl;
98 TList* pSecondRunList = (
TList*)GetInputData(1);
100 fLyzEp -> SetSecondRunList(pSecondRunList);
101 fLyz -> SetSecondRunList(pSecondRunList);
102 }
else { cout<<
"No Second run List!"<<endl; exit(0); }
111 else { cout<<
"ERROR: Could not retrieve histogram list"<<endl;}
128 cout <<
"Warning no input data!!!" << endl;}
146 }
else { cout <<
"histogram list pointer is empty" << endl;}
virtual ~AliAnalysisTaskLYZEventPlane()
virtual void UserCreateOutputObjects()
virtual void Make(AliFlowEventSimple *fEvent, AliFlowLYZEventPlane *fLYZEP)
AliFlowEventSimple * fEvent
AliFlowAnalysisWithLYZEventPlane * fLyz
TList * GetHistList() const
ClassImp(AliAnalysisTaskLYZEventPlane) AliAnalysisTaskLYZEventPlane
virtual void UserExec(Option_t *option)
AliAnalysisTaskLYZEventPlane()
AliFlowLYZEventPlane * fLyzEp
virtual void Terminate(Option_t *)