]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCZeroSuppressionComponent.h
minor update of documentation
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCZeroSuppressionComponent.h
index 5765492ef2d1e09be97a330e428a51076b729927..6d7790311de9ee81331d9714f4e6fd544f9dc9ca 100755 (executable)
@@ -53,17 +53,17 @@ class AliHLTTPCZeroSuppressionComponent : public AliHLTProcessor
        // Public functions to implement AliHLTComponent's interface.
        // These functions are required for the registration process
 
-  /** interface function, see @ref AliHLTComponent for description */
+  /** interface function, see AliHLTComponent for description */
   const char* GetComponentID();
-  /** interface function, see @ref AliHLTComponent for description */
+  /** interface function, see AliHLTComponent for description */
   void GetInputDataTypes( vector<AliHLTComponentDataType>& list);
-  /** interface function, see @ref AliHLTComponent for description */
+  /** interface function, see AliHLTComponent for description */
   AliHLTComponentDataType GetOutputDataType();
-  /** interface function, see @ref AliHLTComponent for description */
+  /** interface function, see AliHLTComponent for description */
   int GetOutputDataTypes(AliHLTComponentDataTypeList& tgtList);
-  /** interface function, see @ref AliHLTComponent for description */
+  /** interface function, see AliHLTComponent for description */
   virtual void GetOutputDataSize( unsigned long& constBase, double& inputMultiplier );
-  /** interface function, see @ref AliHLTComponent for description */
+  /** interface function, see AliHLTComponent for description */
   AliHLTComponent* Spawn();
 
       Int_t DeInitializePadArray();
@@ -152,6 +152,12 @@ class AliHLTTPCZeroSuppressionComponent : public AliHLTProcessor
       /** Flag to switch on active pads selection */
       Bool_t fGetActivePads;                                           //! transient
 
+      /** Flag to switch off data being sent to output */
+      Bool_t fSkipSendingZSData;
+
+      /** Flag to switch off hw list being sent to output */
+      Bool_t fSendHWList;
+
       /** Vector of active pad hardware addresses */
       vector<AliHLTUInt16_t> fHwAddressList;                  //! transient