]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliMCEventHandler.cxx
Cosmetics, init values provided in c'tor
[u/mrichter/AliRoot.git] / STEER / AliMCEventHandler.cxx
index 4c6ffc11298077e098032ae5c1fadb578e25b83f..c1d6660d905acd7e61f02c781631638d29b94e2b 100644 (file)
@@ -79,7 +79,8 @@ AliMCEventHandler::AliMCEventHandler(const char* name, const char* title) :
     fPathName(new TString("./")),
     fExtension(""),
     fFileNumber(0),
-    fEventsPerFile(0)
+    fEventsPerFile(0),
+    fReadTR(kTRUE)
 {
     // Constructor
 }