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

/* $Id$ */

#include <TParticle.h>
class AliFastParticle : public TParticle {
 public:
    AliFastParticle(){;}
    virtual ~AliFastParticle(){;}
 protected:
    ClassDef(AliFastParticle,1) // Base class for fast particle
};

#endif 



 AliFastParticle.h:1
 AliFastParticle.h:2
 AliFastParticle.h:3
 AliFastParticle.h:4
 AliFastParticle.h:5
 AliFastParticle.h:6
 AliFastParticle.h:7
 AliFastParticle.h:8
 AliFastParticle.h:9
 AliFastParticle.h:10
 AliFastParticle.h:11
 AliFastParticle.h:12
 AliFastParticle.h:13
 AliFastParticle.h:14
 AliFastParticle.h:15
 AliFastParticle.h:16
 AliFastParticle.h:17
 AliFastParticle.h:18
 AliFastParticle.h:19
 AliFastParticle.h:20