]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PYTHIA6/AliPythiaBase.cxx
Possibility of rapidity cut on trigger particle
[u/mrichter/AliRoot.git] / PYTHIA6 / AliPythiaBase.cxx
1
2 /**************************************************************************
3  * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  *                                                                        *
5  * Author: The ALICE Off-line Project.                                    *
6  * Contributors are mentioned in the code where appropriate.              *
7  *                                                                        *
8  * Permission to use, copy, modify and distribute this software and its   *
9  * documentation strictly for non-commercial purposes is hereby granted   *
10  * without fee, provided that the above copyright notice appears in all   *
11  * copies and that both the copyright notice and this permission notice   *
12  * appear in the supporting documentation. The authors make no claims     *
13  * about the suitability of this software for any purpose. It is          *
14  * provided "as is" without express or implied warranty.                  *
15  **************************************************************************/
16
17 /* $Id$ */
18
19 #include "AliPythiaBase.h"
20
21 ClassImp(AliPythiaBase)
22
23 AliPythiaBase::AliPythiaBase()
24 {
25     // Default constructor
26 }
27
28
29