AliPhysics  7c37cfa (7c37cfa)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliFlowEventStar.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 /*****************************************************************
6  AliFlowEventStar: Event container for flow analysis of star data
7 
8  origin: Mikolaj Krzewicki (mikolaj.krzewicki@cern.ch)
9 *****************************************************************/
10 
11 #ifndef ALIFLOWEVENTSTAR_H
12 #define ALIFLOWEVENTSTAR_H
13 
14 #include "AliFlowEventSimple.h"
15 
16 class AliStarEvent;
17 class AliStarTrackCuts;
18 
20 
21  public:
23  AliFlowEventStar( const AliFlowEventStar& event );
24  AliFlowEventStar( const AliStarEvent* event,
25  const AliStarTrackCuts* rpCuts=NULL,
26  const AliStarTrackCuts* poiCuts=NULL);
28  virtual ~AliFlowEventStar() {}
29 
30  ClassDef(AliFlowEventStar,1)
31 };
32 
33 #endif
34 
35 
AliFlowEventStar & operator=(const AliFlowEventStar &event)
virtual ~AliFlowEventStar()