git clone https://github.com/czczc/RED35.git
cd RED35
(on the cluster where you do the simulation and reconstruction)
- git flow feature pull origin chaoz_ctree
- re-compile lbnecode
- produce a MC/reco root file
- lar -c ctree35t.fcl [MC/reco root file]
This will generate a "sample.root" file for the event display. You can then scp this file to your local data/ directory.
cd scripts
root -b -q -l loadClasses.C
(under the scripts/ directory)
root -l run2d.C
(under the scripts/ directory)
root -l run3d.C
(If You Have RAKE Installed)
rake
rake 2d
rake 3d