10 Commits
Author SHA1 Message Date
wollra_j 5c2088844f Build with -Wextra and -Wpedantic and clean-up warnings 2026-08-18 16:37:52 +02:00
wollra_j 3209bce1f9 Refactor to use std::string and C++ style I/O
In that course, also re-arrange the detector construction to have
separate functions for the command parsing.
2026-08-13 13:57:39 +02:00
wollra_j b3dee9cde4 musrDetectorConstruction: partial clean-up 2026-08-12 14:24:23 +02:00
wollra_j 46ae44c633 Replace raw pointers with std::unique_ptr
Replace some low hanging fruit raw pointers with std::unique_ptr to not
have to care about manual memory management.
2026-08-12 14:24:23 +02:00
wollra_j c6c2a28492 Add option to output detector as GDML 2026-06-30 16:08:58 +02:00
Thomas Prokscha ba04c8dc77 Added Landau energy loss distribution at carbon foil of LEM apparatus 2016-08-11 23:10:48 +02:00
sedlak 0e5bdb63f9 31.8.2011 Kamil Sedlak
New geometry called "polycone" implemented in musrSim.
This required also an implementation of command
"/musr/command arrayDef arrayName N x1 x2 ... xN"
See the updated documentation musrSim.pdf.
2011-08-31 11:19:09 +00:00
sedlak 4bfcc6aa29 21.1.2011 Kamil Sedlak
This version contains many changes!
1) Optical photon simulation is now possible - some work still may need to be done
   (e.g. the manual is not updated yet), but it should basically work already now.
2) Changes in the musrSimAna - correction of some bugs (mainly in the coincidence
    of coincidence and veto detectors) and some other improvements
2011-01-21 15:20:22 +00:00
sedlak 1e050e6976 2008-05-26 Kamil Sedlak
- a copyright information added to all relevant *.cc and *.hh files
   - the file "COPYING" added to the main directory of the musrSim
2009-05-26 09:49:42 +00:00
sedlak fcd5eea567 Kamil Sedlak 2009-05-18
This is the first version of the muSR simulation code (musrSim)
based on the merged codes of Kamil Sedlak and Toni Shiroka.
It should be a running version of the simulation code, however 
it has not been very well tested, therefore it will probably
need some further development.
2009-05-18 09:59:52 +00:00