Skip to content
Snippets Groups Projects
Commit 883d8196 authored by batyuk's avatar batyuk
Browse files

Added an interface to use data when doing det. simulation from the McDst-format.

parent 902eceea
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ MpdFreezoutGenerator.cxx
MpdEPOSGenerator.cxx
MpdDCMSMMGenerator.cxx
MpdPHQMDGenerator.cxx
MpdMcDstGenerator.cxx
)
if(PLUTO_FOUND)
set(SRCS ${SRCS} FairPlutoReactionGenerator.cxx MpdPlutoGenerator.cxx)
......
......@@ -31,6 +31,7 @@
#pragma link C++ class MpdEPOSGenerator+;
#pragma link C++ class MpdDCMSMMGenerator+;
#pragma link C++ class MpdPHQMDGenerator+;
#pragma link C++ class MpdMcDstGenerator+;
#pragma link C++ class map<TString, FairIon*>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment