]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TTherminator/TTherminator.h
SetTune for Pythia8
[u/mrichter/AliRoot.git] / TTherminator / TTherminator.h
index 881564fb6f383b47b80d0741dd5b2cb20479286c..e944a693e455af1d7b0ea57d8d2a41dc93d280d1 100644 (file)
 #include "ParticleDB.h"
 #include "ParticleType.h"
 #include "DecayTable.h"
-#include "Event.h"
+#include "Therminator/Event.h"
 
 class TTherminator: public TGenerator {
  public:
   TTherminator();
   TTherminator(const TTherminator & therm);
+  TTherminator& operator=(const TTherminator & therm);
   virtual ~TTherminator();
   
   virtual void        ReadParameters();
@@ -61,6 +62,7 @@ class TTherminator: public TGenerator {
   Integrator *fCalka; // Integrator class
   Event      *fEvent; // The therminator event
   ParticleDB *fPartDB;// Particle properties database
+  TString     fInputDir; // Name of directory with SHARE input files
 
   ClassDef(TTherminator,1) // Hijing parametrisation generator
 };