Wiki » History » Revision 18
« Previous |
Revision 18/142
(diff)
| Next »
Tunnell, Christopher, 28 January 2011 16:57
MAUS: MICE Analysis User Software¶
MAUS is a tool meant to simulate and analyze data from accelerators with numerous detectors. The purpose of MAUS is to provide an elegant yet easy way for users to understand their accelerator and detectors: all one does is specify operations upon either single particles or all the particles. Technically, it uses a data-flow paradigm from MapReduce whilst using pipeline programming within the 'map' steps. It is inspired by by SNO's SNOMAN simulation by Nick West et. al and also by Braidwood's Reactor Analysis Tools (RAT) simulation by S. Seibert, C. Tunnell, et. al.. Attempts at implementing such a framework in Python have proved useful at ATLAS within the TUCS framework by C. Tunnell when they've allowed calling native C++ code in the ROOT and Geant4 libraries.
- Installing MAUS and [[Examples||examples of using MAUS]]
- The Data Structure
- Code Documentation
Updated by Tunnell, Christopher over 12 years ago · 18 revisions