]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/RESONANCES/macros/lego_train/AddPIDResponseInputHandler.C
Migration of PWG2/RESONANCES -> PWGLF/RESONANCES
[u/mrichter/AliRoot.git] / PWGLF / RESONANCES / macros / lego_train / AddPIDResponseInputHandler.C
diff --git a/PWGLF/RESONANCES/macros/lego_train/AddPIDResponseInputHandler.C b/PWGLF/RESONANCES/macros/lego_train/AddPIDResponseInputHandler.C
new file mode 100644 (file)
index 0000000..3760b03
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef __CINT__
+#include <AliPIDResponseInputHandler.h>
+#endif
+
+void AddPIDResponseInputHandler(AliMultiInputEventHandler *multiInputHandler)
+{
+   if (multiInputHandler) {
+      AliPIDResponseInputHandler *pidResponseIH = new AliPIDResponseInputHandler();
+      multiInputHandler->AddInputEventHandler(pidResponseIH);
+   }
+}