return 0;
}
-const char* AliHLTAgentUtil::GetTopConfigurations(AliRunLoader* runloader) const
+const char* AliHLTAgentUtil::GetLocalRecConfigurations(AliRunLoader* runloader) const
{
// see header file for class documentation
return NULL;
* @param runloader AliRoot runloader
* @return number of configurations, neg. error code if failed
*/
- const char* GetTopConfigurations(AliRunLoader* runloader=NULL) const;
+ const char* GetLocalRecConfigurations(AliRunLoader* runloader=NULL) const;
/**
* Component libraries which the configurations of this agent depend on.
const char* GetComponentID();
AliHLTComponentDataType GetOutputDataType();
- int GetOutputDataTypes(vector<AliHLTComponentDataType>& /*tgtList*/);
+ int GetOutputDataTypes(vector<AliHLTComponentDataType>& tgtList);
void GetOutputDataSize( unsigned long& constBase, double& inputMultiplier );
AliHLTComponent* Spawn();
}
} else {
AliErrorStream() << "component not initialized" << endl;
+ iResult=-EFAULT;
}
return iResult;
}
*/
TTree* GetTree();
- /** max output block size, estimate during DoInit */
+ /** max output block size, estimated during DoInit */
Int_t fMaxSize; //!transient
/** loader string */
-version-info $(LIBRARY_VERSION)
# automatic generation of data and time of library build
-COMPILE_INFO = HLTBaseCompileInfo.cxx
+COMPILE_INFO = AliHLTUtilCompileInfo.cxx
# set the file name for the generated root dictionary
DICTCPP = AliHLTUtil-DICT.cxx
@echo '//automatically generated compilation info' > $@
@echo '//!!! DO NOT EDIT THIS FILE !!!' >> $@
@echo '//add changes in Makefile.am' >> $@
- @echo 'void $(MODULE)CompileInfo( char*& date, char*& time)' >> $@
+ @echo 'extern "C" void CompileInfo( char*& date, char*& time)' >> $@
@echo '{date=__DATE__; time=__TIME__; return;}' >> $@