Difference between revisions of "Using MCEEP"

From Hall A Wiki
Jump to: navigation, search
(Running MCEEP)
(Running MCEEP)
Line 26: Line 26:
 
   $RunMCEEP
 
   $RunMCEEP
  
* enter an input file (.inp) from the input directory, e.g.
+
* Answer the questions, as for example in [[Example of a MCEEP run]]. Start by entering an input file (.inp) from the input directory, e.g.
  
 
   $InputMCEEP/v3_9
 
   $InputMCEEP/v3_9
Line 33: Line 33:
  
 
   ELASTIC, BOUND STATE, CONTINUUM or ACCEPTANCE
 
   ELASTIC, BOUND STATE, CONTINUUM or ACCEPTANCE
 +
 +
* After MCEEP will finish running, multiple output files will appear in the output directory, among them an NTuple file
 +
 +
  output/v3_9_output/v3_9.ntu
 +
 +
* Conversion to ROOT format is then achieved by
 +
 +
  m2root v3_9.ntu
 +
 +
 +
=== comments ===
  
 
* If elastic scattering is chosen, MCEEP will prompt the user to select scattering from the p, d, 3H, 3He, 4He or 12.
 
* If elastic scattering is chosen, MCEEP will prompt the user to select scattering from the p, d, 3H, 3He, 4He or 12.
Line 42: Line 53:
 
* For the bound state or continuum options, MCEEP will prompt the user to choose from various models.
 
* For the bound state or continuum options, MCEEP will prompt the user to choose from various models.
  
* [[Example of a MCEEP run]]
 
 
* After MCEEP will finish running, multiple output files will appear in the output directory, among them an NTuple file
 
 
  output/v3_9_output/v3_9.ntu
 
  
 
  
  

Revision as of 12:05, 26 February 2015

MCEEP Resources

Running MCEEP

  • login to the farm
 ssh ifarm
  • a simple command will take you to the MCEEP directory (/work/halla/e07006/disk1/Erez/MCEEP/mceep)
 $GoMCEEP

(envinrinmentals are set in ~/.cshrc)

  • create a new output directory for the run you want to take, and go inside it, e.g.
 mkdir output/v3_9_output
 cd output/v3_9_output
  • a simple run command will run the simulation
 $RunMCEEP
  • Answer the questions, as for example in Example of a MCEEP run. Start by entering an input file (.inp) from the input directory, e.g.
 $InputMCEEP/v3_9
  • choose a procedure
 ELASTIC, BOUND STATE, CONTINUUM or ACCEPTANCE
  • After MCEEP will finish running, multiple output files will appear in the output directory, among them an NTuple file
 output/v3_9_output/v3_9.ntu
  • Conversion to ROOT format is then achieved by
 m2root v3_9.ntu


comments

  • If elastic scattering is chosen, MCEEP will prompt the user to select scattering from the p, d, 3H, 3He, 4He or 12.
  • Also, for elastic scattering in general, the user has the option of enforcing the acceptance of the hadron arm or simulating single-arm elastic scattering where the hadron kinematics are ignored.
  • If elastic scattering is chosen, MCEEP requests no further input.
  • For the bound state or continuum options, MCEEP will prompt the user to choose from various models.



[back He3/H3 e,e'p experiment]

[back to Hall A wiki]