Skip to content
This repository has been archived by the owner on Aug 2, 2018. It is now read-only.
/ dose_track Public archive

temporary repo for Cameron's work adding in some rudimentary tracking to the remoll radiation simulation

Notifications You must be signed in to change notification settings

sbujlab/dose_track

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

12 GeV Moller simulation

Seamus Riordan
[email protected]
January 7, 2014

Repository information is here:
https://github.com/JeffersonLab/remoll

Mailing list for repository updates is 

[email protected]

subscribe at

https://mailman.jlab.org/mailman/listinfo/12gevmoller_sim

---------------------------------------------------


Packages to build this:

>=Geant4.9.6
cmake > 2.6
root
python
git (optional)
boost (optional)

---------------------------------------------------

Instructions:

To build, create the directory you would like to 
build in, say build

mkdir build
cd build
cmake <path to remoll>
make

Field maps can be found here:

http://hallaweb.jlab.org/12GeV/Moller/downloads/remoll/

An example macro will be found in 

macros/

You need to load libremollroot.so if you want to access 
the classes written out to the ROOT files.  Building
remoll will create a rootlogon.C which will do this
automatically.

Visualization

Visualization macros are found in vis/

To run, execute

./remoll 

which should bring up a graphical command interface

To see the geometry you have to say:

/run/initialize

then 

/control/execute macros/vis.mac


---------------------------------------------------

Troubleshooting:

if you get errors about missing gitinfo.hh try

cmake <path to remoll>
make


About

temporary repo for Cameron's work adding in some rudimentary tracking to the remoll radiation simulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published