]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TTherminator/TTherminator.h
changed some histo ranges to save memory
[u/mrichter/AliRoot.git] / TTherminator / TTherminator.h
index 881564fb6f383b47b80d0741dd5b2cb20479286c..6701a5b4cc14bf303955b8e45c7572a2a7fa6641 100644 (file)
@@ -39,7 +39,7 @@
 #include "ParticleDB.h"
 #include "ParticleType.h"
 #include "DecayTable.h"
-#include "Event.h"
+#include "Therminator/Event.h"
 
 class TTherminator: public TGenerator {
  public:
@@ -61,6 +61,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
 };