]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTCalibrationProcessor.h
deactivating generation of the default detector/ddl list in the FXS header
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTCalibrationProcessor.h
index 6a1fa60c4140e141c45194ac8f35da31e75b6b40..5987012dc3b42f9ee332b58f2880176942fc3ec5 100644 (file)
@@ -65,7 +65,7 @@ class AliHLTCalibrationProcessor : public AliHLTProcessor {
    *                   Will be filled automatically if not supplied by the component.
    * @return neg. error code if failed 
    */
-  Int_t PushToFXS(TObject* pObject, const char* pDetector, const char* pFileID, AliHLTEventDDL* pDDLList = NULL);
+  Int_t PushToFXS(TObject* pObject, const char* pDetector, const char* pFileID, AliHLTEventDDL* pDDLList);
 
   /**
    * Insert an object into the output. FXS header will be inserted before the root object.
@@ -79,7 +79,7 @@ class AliHLTCalibrationProcessor : public AliHLTProcessor {
    *                   Will be filled automatically if not supplied by the component.
    * @return neg. error code if failed 
    */
-   Int_t PushToFXS(void* pBuffer, int iSize, const char* pDetector, const char* pFileID, AliHLTEventDDL* pDDLList = NULL);
+   Int_t PushToFXS(void* pBuffer, int iSize, const char* pDetector, const char* pFileID, AliHLTEventDDL* pDDLList);
 
   /** Constants  */ 
   static const AliHLTUInt32_t fgkFXSProtocolHeaderSize;