Difference between revisions of "Monte Carlo code"

From GlueXWiki
Jump to: navigation, search
Line 1: Line 1:
 
==Mami MC code==
 
==Mami MC code==
 +
The goal of this wiki is to give enough information so that someone could install, run, and modify the
 +
triplet polarimeter Monte Carlo. This is a work in progress
 
=== Prerequisites ===
 
=== Prerequisites ===
 
To install and run the Monte Carlo you will need to have installed:
 
To install and run the Monte Carlo you will need to have installed:

Revision as of 12:14, 16 January 2013

Mami MC code

The goal of this wiki is to give enough information so that someone could install, run, and modify the triplet polarimeter Monte Carlo. This is a work in progress

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)