X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=HLT%2Fsim%2FAliHLTOUTComponent.h;h=5cc470569c818dd97e0bcd328c4a0fb0c14a10dd;hb=8bc2b4574800ba27e90db27169ada8c2ee6ef5c5;hp=0afee6c039904cfe62473c6ef1fc2fde6dc63c0b;hpb=6a904136cfc5e530147590304780bf591b637cda;p=u%2Fmrichter%2FAliRoot.git diff --git a/HLT/sim/AliHLTOUTComponent.h b/HLT/sim/AliHLTOUTComponent.h index 0afee6c0399..5cc470569c8 100644 --- a/HLT/sim/AliHLTOUTComponent.h +++ b/HLT/sim/AliHLTOUTComponent.h @@ -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