]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCRunStatistics.h
Cleaning up ClassDef. Should have the version == 0 for the algorithmic classes like...
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCRunStatistics.h
index 4c4a3bf61f8ed439f42a86e9b6d55dc197ddb1b9..1dd5411dc69da112192ac36c3f6d04f83bf44a33 100644 (file)
@@ -181,7 +181,7 @@ private:
   /** Average of ( number of clusters per track ), floored */
   ULong64_t fAvgClusterPerTrack;                                   // see above
 
-  ClassDef(AliHLTTPCRunStatistics, 0);
+  ClassDef(AliHLTTPCRunStatistics, 1);  // Run statistics specific for TPC.
 
 };
 #endif