A software tool to simulate and reconstruct events in a muon detector telescope (e.g. Auger BATATA) using GEANT4 + AugerOffline. It is distributed for research use only under the GNU General Public License v3.0.
If you use this software for your research, please acknowledge it in your papers by citing the following references:
S. Riggi et al., "Reconstruction of muon tracks in a buried plastic scintillator muon telescope (BATATA)", Nucl. Instr. and Meth. A 688 (2012) 22–31
or consider including me (S. Riggi, INAF - Osservatorio Astrofisico di Catania, Via S. Sofia 78, I-95123, Catania, Italy
)
as a co-author on your publications.
Software is no longer maintained.
Install the project mandatory dependencies:
- AugerOffline (and relative dependencies)
- ROOT [https://root.cern.ch/]
- GEANT4 [https://geant4.web.cern.ch/]
Make sure you have set the following environment variables to the external library installation dirs
- ROOTSYS: set to ROOT installation path
- AUGEROFFLINEROOT: set to AugerOffline installation path
NB: Modify Makefile CPPFLAGS and LDFLAGS in case the dependency tools cannot be found.
To build the project:
- Clone this repository into your local $SOURCE_DIR
git clone https://github.com/PierreAugerObservatory/G4MuonCounterSimulator.git $SOURCE_DIR
- In the project directory type:
make
Binaries will be placed in the bin/ directory and libraries in the lib/ directory.
userAugerOffline -b [path-to-xml-configfile]]