Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Using the CVMFS na62fw Installation | ||||||||
Line: 27 to 27 | ||||||||
Running MC | ||||||||
Changed: | ||||||||
< < | Assuming you've set up your framework as above, and you are in ~/work/v0.9.1 , run the simulation with | |||||||
> > | Assuming you've set up your framework as above, and you are in ~/work/v0.9.1 , configure GTK with | |||||||
cd NA62MC/ chmod u+x config/GTK_RunCond.sh config/GTK_RunCond.sh 3809 | ||||||||
Added: | ||||||||
> > | then run the simulation with | |||||||
NA62MC macros/StandardRun.mac
This example will produce 1000 events in a file named pluto.root located in the current directory. To simulate other physics channels, create your own macro using the StandardRun.mac example. | ||||||||
Line: 45 to 48 | ||||||||
mv -v config/LKr.2015.conf config/LKr.2015.conf.orig
cat config/LKr.2015.conf.orig | sed 's|^DataType .*|DataType = mc|' | sed 's|^RefShapeFileName .*|RefShapeFileName= config/LKr-refshape_mc.dat|' | sed 's|^DigFilterFileName=.*|DigFilterFileName= config/LKr-digfcons_mc.dat|' > config/LKr.2015.conf
| ||||||||
Changed: | ||||||||
< < | Note that you can modify the reconstruction configuration by hand, simply by editing the files config/NA62Reconstruction.conf and config/LKr.2015.conf . | |||||||
> > | Note that you can modify the reconstruction configuration by hand, simply by editing the files config/NA62Reconstruction.conf and config/LKr.2015.conf (see differences here ). | |||||||
Then reconstruct the MC file produced in the previous step with | ||||||||
Line: 56 to 59 | ||||||||
Running AnalysisTo run the analysis, you will have to use the usual recipe for downloading NA62Analysis and setting up UserAnalysis. | ||||||||
Added: | ||||||||
> > |
|