]> git.uio.no Git - u/mrichter/AliRoot.git/blob - JETAN/AliJetProductionDataPDC2004.h
Added the include to cstdlib in several places to avoid compilation problems with...
[u/mrichter/AliRoot.git] / JETAN / AliJetProductionDataPDC2004.h
1 #ifndef ALIJETPRODUCTIONDATAPDC2004_H
2 #define ALIJETPRODUCTIONDATAPDC2004_H
3  
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5  * See cxx source for full Copyright notice                               */
6  
7  
8 //---------------------------------------------------------------------
9 // Service class for jet production data
10 // Physics Data Challenge 2004
11 // Author: Andreas Morsch
12 // andreas.morsch@cern.ch
13 //---------------------------------------------------------------------
14  
15 #include <AliJetProductionData.h>
16  
17 class AliJetProductionDataPDC2004 : public AliJetProductionData
18 {
19  public:
20    AliJetProductionDataPDC2004();
21   ~AliJetProductionDataPDC2004();
22  private:
23   ClassDef(AliJetProductionDataPDC2004, 1)
24 };
25  
26 #endif