]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
activation howto for the MC publisher
authorjthaeder <jthaeder@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 12 Dec 2009 14:42:06 +0000 (14:42 +0000)
committerjthaeder <jthaeder@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 12 Dec 2009 14:42:06 +0000 (14:42 +0000)
HLT/exa/UseMC.txt [new file with mode: 0644]

diff --git a/HLT/exa/UseMC.txt b/HLT/exa/UseMC.txt
new file mode 100644 (file)
index 0000000..addb2a2
--- /dev/null
@@ -0,0 +1,26 @@
+*** How to use the AliHLTMCGeneratorComponent ***
+*************************************************
+
+Index: BASE/util/AliHLTAgentUtil.cxx
+===================================================================
+
+-//#include "AliHLTMCGeneratorComponent.h"
++#include "AliHLTMCGeneratorComponent.h"
+
+-  //  pHandler->AddComponent(new AliHLTMCGeneratorComponent);
++  pHandler->AddComponent(new AliHLTMCGeneratorComponent);
+
+Index: libAliHLTUtil.pkg
+===================================================================
++              AliHLTMCGeneratorComponent.h \
+-#             AliHLTMCGeneratorComponent.h
+
+-EINCLUDE := HLT/BASE HLT/BASE/util STEER RAW 
+-#PYTHIA6
++EINCLUDE := HLT/BASE HLT/BASE/util STEER RAW PYTHIA6
+-LIBRARY_DEP := -lHLTbase -lSTEER -lSTEERBase -lRAWDatabase 
+-#-llhapdf -lEGPythia6 -lpythia6 -lAliPythia6
++LIBRARY_DEP := -lHLTbase -lSTEER -lSTEERBase -lRAWDatabase -llhapdf -lEGPythia6 -lpythia6 -lAliPythia6
+