]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
bugfix: removing calls to old AliGRPObject functions, check of libAliHLTPHOS temporar...
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 16 Apr 2010 08:06:58 +0000 (08:06 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 16 Apr 2010 08:06:58 +0000 (08:06 +0000)
HLT/BASE/interface/test/testAliHLTExternalInterface.C

index cfa4c205c5fb1d9eb7bffb52eafcb35e0d3d0d0c..47d6b927e6a1d365a02cf6c749ba328ec8b1599c 100644 (file)
@@ -76,8 +76,6 @@ int CreateGRP() {
   float cmsEnergy=14000;
   grpObj->SetBeamEnergy(cmsEnergy/0.120); // LHC convention
   grpObj->SetBeamType("p-p");
-  grpObj->SetLHCLuminosity(0,(AliGRPObject::Stats)0);
-  grpObj->SetBeamIntensity(0,(AliGRPObject::Stats)0);
   grpObj->SetL3Current(30000,(AliGRPObject::Stats)0);
   grpObj->SetDipoleCurrent(0,(AliGRPObject::Stats)0);  
   grpObj->SetL3Polarity(1);  
@@ -158,15 +156,15 @@ int main(int /*argc*/, const char** /*argv*/)
 #endif //HLT_MUON
 
 #ifdef HLT_PHOS
-  module="PHOS";
-  libraryPath="../../../";
-  libraryPath+=module;
-  libraryPath+="/.libs/libAliHLT";
-  libraryPath+=module;
-  libraryPath+=".so";
-  if ((iResult=fctLoadLibrary(libraryPath.c_str()))<0) {
-    return iResult;
-  }
+  // module="PHOS";
+  // libraryPath="../../../";
+  // libraryPath+=module;
+  // libraryPath+="/.libs/libAliHLT";
+  // libraryPath+=module;
+  // libraryPath+=".so";
+  // if ((iResult=fctLoadLibrary(libraryPath.c_str()))<0) {
+  //   return iResult;
+  // }
 #endif //HLT_PHOS
 
 #ifdef HLT_TRD