]> git.uio.no Git - u/mrichter/AliRoot.git/blob - JETAN/jetan2004/AliJFMCJet.h
Changes in the ACORDE libraries to compile on Windows/Cygwin
[u/mrichter/AliRoot.git] / JETAN / jetan2004 / AliJFMCJet.h
1 // $Id$
2
3 #ifndef ALIJFMCJETH
4 #define ALIJFMCJETH
5
6 #include "AliJFJet.h"
7
8 class AliJFMCJet : public AliJFJet 
9 {
10  public:
11   AliJFMCJet(Int_t n=250);
12   virtual ~AliJFMCJet();
13
14   void AddParticle(TParticle *p);
15   void Update();
16   
17   void Debug();
18   void Clean();
19
20  protected:
21
22   ClassDef(AliJFMCJet,1) //AliJFMCJet class
23 };
24
25 #endif /*ALIJFMCJETH*/