AliPhysics  cbd2963 (cbd2963)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliAnalysisTaskLYZEventPlane.h
Go to the documentation of this file.
1 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
2 * See cxx source for full Copyright notice */
3 /* $Id$ */
4 
5 #ifndef ALIANALYSISTASKLYZEVENTPLANE_H
6 #define ALIANALYSISTASKLYZEVENTPLANE_H
7 
8 // AliAnalysisTaskLYZEventPlane:
9 // analysis task for
10 // Lee Yang Zeros Event Plane
11 // Author:
12 // Naomi van der Kolk (kolk@nikhef.nl)
13 
14 class AliFlowEventSimple;
17 class TFile;
18 class TList;
19 
20 #include "TString.h"
21 #include "AliAnalysisTaskSE.h"
22 
24  public:
26  AliAnalysisTaskLYZEventPlane(const char *name);
28 
29  virtual void UserCreateOutputObjects();
30  virtual void UserExec(Option_t *option);
31  virtual void Terminate(Option_t *);
32 
33  private:
34 
37 
38  AliFlowEventSimple* fEvent; // input event
39  AliFlowLYZEventPlane* fLyzEp; //LYZ EP object
40  AliFlowAnalysisWithLYZEventPlane* fLyz; //LYZ EP analysis object
41  TList* fListHistos; //collection of output hists
42  TFile* fSecondRunFile; //output from the second LYZ loop
43 
44  ClassDef(AliAnalysisTaskLYZEventPlane, 1); // example of analysis
45 };
46 
47 #endif
48 
ClassDef(AliAnalysisTaskLYZEventPlane, 1)
AliFlowAnalysisWithLYZEventPlane * fLyz
virtual void UserExec(Option_t *option)
AliAnalysisTaskLYZEventPlane & operator=(const AliAnalysisTaskLYZEventPlane &aAnalysis)
const char Option_t
Definition: External.C:48