]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/sim/AliHLTOUTComponent.h
coding rules and class documentation
[u/mrichter/AliRoot.git] / HLT / sim / AliHLTOUTComponent.h
index 0afee6c039904cfe62473c6ef1fc2fde6dc63c0b..5cc470569c818dd97e0bcd328c4a0fb0c14a10dd 100644 (file)
@@ -7,11 +7,11 @@
 //* ALICE Experiment at CERN, All rights reserved.                         *
 //* See cxx source for full Copyright notice                               *
 
-//  @file   AliHLTOUTComponent.h
-//  @author Matthias Richter
-//  @date   
-//  @brief  The HLTOUT data sink component similar to HLTOUT nodes.
-//  @note   Used in the AliRoot environment only.
+/// @file   AliHLTOUTComponent.h
+/// @author Matthias Richter
+/// @date   
+/// @brief  The HLTOUT data sink component similar to HLTOUT nodes.
+/// @note   Used in the AliRoot environment only.
 
 #include "AliHLTOfflineDataSink.h"
 
@@ -257,6 +257,9 @@ class AliHLTOUTComponent : public AliHLTOfflineDataSink  {
   /// type of the component
   EType fType; //! type of the component
 
-  ClassDef(AliHLTOUTComponent, 4)
+  /// counter for round robin usage of HLTOUT links
+  int fRoundRobinCounter; //! counter for round robin usage of HLTOUT links
+
+  ClassDef(AliHLTOUTComponent, 0)
 };
 #endif