Difference between revisions of "Not Working"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
[[File:GEMC_setup_2.9.2016.png]] | [[File:GEMC_setup_2.9.2016.png]] | ||
+ | Run tcsh, then source the setup | ||
+ | |||
+ | |||
+ | Inside | ||
+ | |||
+ | <pre>~/src/CLAS/GEMC/experiments/eg12/MolrBckGrd/DV/No_Solenoid/Energy_Range</pre> | ||
The gcard | The gcard | ||
[[File:DV_gcard.png]] | [[File:DV_gcard.png]] | ||
+ | |||
+ | |||
+ | Where the detectors are found 5 levels up at | ||
+ | |||
+ | <pre>~/src/CLAS/GEMC/experiments/clas12</pre> | ||
Line 12: | Line 23: | ||
<pre>gemc -USE_GUI=0 -N=100 eg12.gcard</pre> | <pre>gemc -USE_GUI=0 -N=100 eg12.gcard</pre> | ||
+ | |||
+ | Get error | ||
+ | |||
+ | [[File:GEMC_error.png]] | ||
+ | |||
+ | |||
+ | Using the eg12.ev file created, try to reconstruct with | ||
+ | |||
+ | <pre>~/src/CLAS/coatjava-2.0/bin/clas12-reconstruction -s DCHB:DCTB:FTOF:EC:EB -i eg12.ev -o eg12_rec.ev -config MAG::torus=1.0 -config MAG::solenoid=0.0 -config DCTB::kalman=true</pre> | ||
+ | |||
+ | |||
+ | |||
+ | Using ced for eg12_rec.ev file created | ||
+ | [[File:Screen_Shot_2016-02-10_at_11.02.04_AM.png]] |
Revision as of 18:03, 10 February 2016
The setup file
Run tcsh, then source the setup
Inside
~/src/CLAS/GEMC/experiments/eg12/MolrBckGrd/DV/No_Solenoid/Energy_Range
The gcard
Where the detectors are found 5 levels up at
~/src/CLAS/GEMC/experiments/clas12
Run command for GEMC
gemc -USE_GUI=0 -N=100 eg12.gcard
Get error
Using the eg12.ev file created, try to reconstruct with
~/src/CLAS/coatjava-2.0/bin/clas12-reconstruction -s DCHB:DCTB:FTOF:EC:EB -i eg12.ev -o eg12_rec.ev -config MAG::torus=1.0 -config MAG::solenoid=0.0 -config DCTB::kalman=true