Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 842 Bytes

File metadata and controls

41 lines (31 loc) · 842 Bytes
title Example 1a
keywords
tutorial
example
tags
tutorial
summary Geometry Verification with a Geantino Scan
sidebar tutorial_sidebar
permalink tutorials_example1a.html
folder tutorials

Continue with Example 1, and stay in fun4all_g4exampledetector/simple/macros directory

shell commands

source /cvmfs/eic.opensciencegrid.org/ecce/gcc-8.3/opt/fun4all/core/bin/ecce_setup.sh -n
source /cvmfs/eic.opensciencegrid.org/ecce/gcc-8.3/opt/fun4all/core/bin/setup_local.sh $HOME/myinstall
root.exe

root command to run 10000 geantinos

.x Fun4All_G4_Geantino.C(10000)

shell commands

root.exe HitNtuple.root

root commands

hitntup->Draw("x1:y1:z1");
hitntup->SetMarkerColor(2);
hitntup->Draw("x0:y0:z0","","same");

{% include links.html %}