]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliPreprocessor.cxx
new functions, mc analysis can be performed also for pi0 and k0. eta of seed can...
[u/mrichter/AliRoot.git] / STEER / AliPreprocessor.cxx
index 0ba065bddf7b26c63f818663b0594d249d865806..49c7a2c3cac4ec2cbd02bd275f250d9a63778200 100644 (file)
@@ -509,3 +509,21 @@ TList* AliPreprocessor::GetForeignFileSources(const char* detector, Int_t system
        return fShuttle->GetFileSources(system, detector, id);
 }
 
+//______________________________________________________________________________________________
+void AliPreprocessor::SendToML(const char* value)
+{
+       //
+       // Sending to ML the information coming from the current detector
+       //
+
+       return fShuttle->SendMLFromDet(value);
+}
+//______________________________________________________________________________________________
+TString* AliPreprocessor::GetLTUConfig(const char* det)
+{
+  // LTU config from logbook_detector table from DAQ logbook for detector det
+  //
+  // The call is delegated to AliShuttleInterface
+
+  return fShuttle->GetLTUConfig(det);
+}