ROOT logo
/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
* See cxx source for full Copyright notice */
/* $Id$ */

/*****************************************************************
  AliFlowEventStar: Event container for flow analysis of star data
                                     
  origin:   Mikolaj Krzewicki  (mikolaj.krzewicki@cern.ch)
*****************************************************************/

#ifndef ALIFLOWEVENTSTAR_H
#define ALIFLOWEVENTSTAR_H

#include "AliFlowEventSimple.h"

class AliStarEvent;
class AliStarTrackCuts;

class AliFlowEventStar: public AliFlowEventSimple {

 public:
  AliFlowEventStar();
  AliFlowEventStar( const AliFlowEventStar& event );
  AliFlowEventStar( const AliStarEvent* event,
                    const AliStarTrackCuts* rpCuts=NULL,
                    const AliStarTrackCuts* poiCuts=NULL);
  AliFlowEventStar& operator=( const AliFlowEventStar& event );
  virtual  ~AliFlowEventStar() {}

  ClassDef(AliFlowEventStar,1)
};

#endif


 AliFlowEventStar.h:1
 AliFlowEventStar.h:2
 AliFlowEventStar.h:3
 AliFlowEventStar.h:4
 AliFlowEventStar.h:5
 AliFlowEventStar.h:6
 AliFlowEventStar.h:7
 AliFlowEventStar.h:8
 AliFlowEventStar.h:9
 AliFlowEventStar.h:10
 AliFlowEventStar.h:11
 AliFlowEventStar.h:12
 AliFlowEventStar.h:13
 AliFlowEventStar.h:14
 AliFlowEventStar.h:15
 AliFlowEventStar.h:16
 AliFlowEventStar.h:17
 AliFlowEventStar.h:18
 AliFlowEventStar.h:19
 AliFlowEventStar.h:20
 AliFlowEventStar.h:21
 AliFlowEventStar.h:22
 AliFlowEventStar.h:23
 AliFlowEventStar.h:24
 AliFlowEventStar.h:25
 AliFlowEventStar.h:26
 AliFlowEventStar.h:27
 AliFlowEventStar.h:28
 AliFlowEventStar.h:29
 AliFlowEventStar.h:30
 AliFlowEventStar.h:31
 AliFlowEventStar.h:32
 AliFlowEventStar.h:33
 AliFlowEventStar.h:34
 AliFlowEventStar.h:35