Skip to content

cipriangal/remoll

 
 

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

12 GeV Moller Simulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 73.8%
  • C 20.2%
  • CMake 3.3%
  • Python 2.6%
  • Objective-C 0.1%