From 2bcdbef3f3120e08e8332088214a038e25a1ad30 Mon Sep 17 00:00:00 2001 From: morsch Date: Tue, 28 Sep 2004 11:11:27 +0000 Subject: [PATCH] Missing ! added. --- PYTHIA6/AliGenPythia.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PYTHIA6/AliGenPythia.h b/PYTHIA6/AliGenPythia.h index 9058258918f..36f923294d4 100644 --- a/PYTHIA6/AliGenPythia.h +++ b/PYTHIA6/AliGenPythia.h @@ -189,7 +189,7 @@ class AliGenPythia : public AliGenMC CountMode_t fCountMode; // Options for counting when the event will be finished. AliGenPythiaEventHeader* fHeader; //! Event header AliRunLoader* fRL; //! Run Loader - const Text_t* fFileName; //Name of file to read from + const Text_t* fFileName; //! Name of file to read from // fCountMode = kCountAll --> All particles that end up in the // stack are counted -- 2.43.5