Line data Source code
1 : /**************************************************************************
2 : * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3 : * *
4 : * Author: The ALICE Off-line Project. *
5 : * Contributors are mentioned in the code where appropriate. *
6 : * *
7 : * Permission to use, copy, modify and distribute this software and its *
8 : * documentation strictly for non-commercial purposes is hereby granted *
9 : * without fee, provided that the above copyright notice appears in all *
10 : * copies and that both the copyright notice and this permission notice *
11 : * appear in the supporting documentation. The authors make no claims *
12 : * about the suitability of this software for any purpose. It is *
13 : * provided "as is" without express or implied warranty. *
14 : **************************************************************************/
15 :
16 : /* $Id$ */
17 :
18 : // Header for EPOS v3.111 generated event.
19 : //
20 : // Author: Natalia Zhigareva <Natalia.Zhigareva@cern.ch>
21 :
22 : #include "AliGenEpos3EventHeader.h"
23 :
24 176 : ClassImp(AliGenEpos3EventHeader)
25 :
26 0 : AliGenEpos3EventHeader::AliGenEpos3EventHeader():
27 0 : fIversn(0),
28 0 : fLaproj(0),
29 0 : fMaproj(0),
30 0 : fLatarg(0),
31 0 : fMatarg(0),
32 0 : fEngy(0.),
33 0 : fNfull(0),
34 0 : fNfreeze(0),
35 0 : fBim(0)
36 :
37 0 : {
38 : // default constructor
39 0 : }
40 :
41 0 : AliGenEpos3EventHeader::AliGenEpos3EventHeader(const char*name):
42 0 : AliGenEventHeader(name),
43 0 : fIversn(0),
44 0 : fLaproj(0),
45 0 : fMaproj(0),
46 0 : fLatarg(0),
47 0 : fMatarg(0),
48 0 : fEngy(0.),
49 0 : fNfull(0),
50 0 : fNfreeze(0),
51 0 : fBim(0)
52 0 : {
53 : //constructor
54 0 : }
55 : // end
|