Monte Carlo code

From GlueXWiki
Revision as of 12:12, 16 January 2013 by Dugger (Talk | contribs)

Jump to: navigation, search

Mami MC code

Prerequisites

To install and run the Monte Carlo you will need to have installed:

  • ROOT
  • GEANT

For the GEANT code you will need to modify the analysis.gmk file to include the lines

  • CPPFLAGS +=$(shell root-config --cflags)
  • ROOTLIBS = $(shell root-config --nonew --libs)
  • EXTRALIBS += $(ROOTLIBS)