Skip to content
/ RED35 Public
forked from czczc/RED35

ROOT-based Event Display for LBNE 35t

Notifications You must be signed in to change notification settings

xligit/RED35

This branch is 24 commits behind czczc/RED35:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2e7ab1e · Mar 19, 2015

History

13 Commits
Mar 12, 2015
Feb 10, 2015
Mar 13, 2015
Feb 10, 2015
Mar 19, 2015
Feb 10, 2015
Feb 11, 2015
Feb 10, 2015

Repository files navigation

ROOT-based Event Display for LBNE-35t

Instructions

Dowload the Event Viewer

git clone https://github.com/czczc/RED35.git
cd RED35

Prepare Data

(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.

Build the Application

cd scripts
root -b -q -l loadClasses.C

2D Event Display

(under the scripts/ directory)
root -l run2d.C

3D Event Display

(under the scripts/ directory)
root -l run3d.C

(If You Have RAKE Installed)

Build the Application

rake

2D Event Display

rake 2d

3D Event Display

rake 3d

About

ROOT-based Event Display for LBNE 35t

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.0%
  • C 2.5%
  • Ruby 0.5%