377 Commits

Author SHA1 Message Date
278d25abe1 Added bash script to run the GUI. 2009-08-11 07:40:08 +00:00
930402e460 PerlQt3 GUI interface for trimsp7l. Requires trimsp7l binary and PerlQt3 modules. 2009-08-10 14:10:22 +00:00
d05e77dbe5 23.6.2009 - Kamil Sedlak
The implementation of "muIniTime" has been finalised (i.e. the time,
   when the initial muons are generated).  This variable is now stored
   in the root tree.  The documentation of the musrSim has been updated 
   accordingly.  Simple test of the upgraded program was done, 
   the implementation seems to be OK.
2009-06-23 12:50:35 +00:00
464ce6f895 2009-06-22 Kamil Sedlak
- introduced modifications done by Pavel Bakule at ISIS:
       a)  the time when the initial muon is generated can be
           set according to a gaussian or flat distribution.
           (all muons were generated at time 0 before this change).
       b)  a new volume "cylpart" has been added.
   The code can be compiled, but no tests of the newly implemented
   features have been done.  In future, the information about the
   time of the muon generation should be added to the root output
   tree.
2009-06-22 16:39:50 +00:00
46e13dc4a0 2009-06-08 Kamil Sedlak
Bug correction in "G4UserLimit":
DETAILS OF THE BUG:
Call of "G4UserLimits" was inactive in the musrSim
(using the comand "/musr/command SetUserLimits log_target 0.01")
was ignored by the simulation.  
  I found out, that in addition to the call of "G4UserLimits",
the "G4StepLimiter" and/or "G4UserSpecialCuts" has to be called
for a given particle (particles) that needs to be limitted.  These processes
were not implemented.
  I corrected the musrSim code in the svn repository.  From now on,
"G4StepLimiter"  should function fine, IF CALLED TOGETHER WITH SOMETHING
LIKE:
/musr/command process addProcess        e-    G4StepLimiter      -1 -1 4
/musr/command process addProcess        e+    G4StepLimiter      -1 -1 4
/musr/command process addProcess        mu+   G4StepLimiter      -1 -1 5
  More details can be found in:
http://hypernews.slac.stanford.edu/HyperNews/geant4/get/eventtrackmanage/702/1.html
  and
http://geant4.web.cern.ch/geant4/UserDocumentation/UsersGuides/ForApplicationDeveloper/html/ch05s07.html
2009-06-08 13:57:10 +00:00
b70e4ddbc7 Kamil Sedlak 2009-06-05
Added possibility to use mu- (or other particles) as the primary particles
  in the G4ParticleGun  (this option can be switched on by 
  /gun/primaryparticle ).
2009-06-05 13:08:02 +00:00
e6083ec894 2009-05-26 Kamil Sedlak
Added more information to the documentation files ( doc/musrSim.tex ).
2009-05-26 15:56:15 +00:00
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
a160d4d869 Kamil Sedlak 2009-05-22
Few tiny modifications:
  1) added doc/run file for easier processing of the musrSim.tex file
  2) updated documentation (musrSim.pdf)
  3) removed one of two definitions of "lightblue" in musrDetectorConstruction.cc
  4) added the volume "G4Para" in musrDetectorConstruction.cc
  5) corrected small bug for "2DBOperaXY" type of field in musrTabulatedElementField.cc
2009-05-22 13:58:50 +00:00
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
bad45f99d1 Added GPL. 2009-03-20 13:24:31 +00:00
shiroka
3141b47fe7 Quick Femlab user guides and specific notes 2009-03-13 10:59:27 +00:00
shiroka
fddf78875e Parameters in simulation macros and root output variables 2009-03-13 10:51:50 +00:00
21cd19edea Added missing analysis.h file. 2009-03-09 13:28:33 +00:00
shiroka
00953dad14 2009-01-23 13:21:59 +00:00
shiroka
93658abba3 Quick Unix reference card 2009-01-08 14:23:33 +00:00
shiroka
5bb34f431e Instruction on running spin_rot simulation 2009-01-08 14:18:32 +00:00
shiroka
1473ace000 Extended B-maps from Opera output 2009-01-08 14:17:37 +00:00
shiroka
ce0aed354e Template for running batch jobs. 2009-01-08 14:16:41 +00:00
shiroka
38e0151aef Final version of field_import.m 2009-01-08 14:15:16 +00:00
shiroka
76c7f4062e Implementation of Spin Rotator. 2008-12-22 17:53:30 +00:00
4c7938ed6d Added analysis.C root macro for analyzing geant4 output files. 2008-12-19 09:53:10 +00:00
shiroka
4972622c04 Explained the random option choice 2008-11-12 08:41:45 +00:00
shiroka
bc0c6aee58 Added ATree option to calculate mass and volume 2008-11-12 08:40:49 +00:00
5705835d11 Remove ke_offset in PrimaryGeneratorAction since it causes confusion
and inconsistencies. Instead, add another homogeneous accelerating
electric field in front of TD foil.
Update TD and MCP2 positions.
2008-11-07 15:18:39 +00:00
94797630f1 Fix in lem4ScintSD.cc to get initial parameters in root tree. 2008-11-05 18:37:24 +00:00
shiroka
8db7bd141b Uncommented ROOTINC flag. 2008-10-29 16:46:17 +00:00
shiroka
91c052bedd Added two missing header files. 2008-10-29 16:37:52 +00:00
shiroka
218125408c 2008-06-16 15:52:46 +00:00
shiroka
7abe51e0bd 2008-06-16 15:50:43 +00:00
shiroka
a1877318c5 2008-06-16 15:46:37 +00:00
shiroka
8892871e3b 2008-06-16 15:44:54 +00:00
shiroka
bc711011d5 2008-06-16 15:40:44 +00:00
shiroka
d3b9d2fe32 2008-06-16 15:13:34 +00:00
shiroka
f15710acf9 2008-06-16 14:09:16 +00:00
shiroka
e09fc2f057 2008-06-16 14:05:29 +00:00
shiroka
b8cb746e20 2008-06-16 14:01:53 +00:00
shiroka
a248dd6e04 2008-06-16 13:43:53 +00:00
93e78a2062 Added position offset for positron counters. 2008-05-20 15:45:34 +00:00
b466f067ff Added comment. 2008-05-19 17:05:32 +00:00
46918b9763 Added polarization in +/-z direction in gukine.F; uncommented at the moment. 2008-05-09 14:10:58 +00:00
shiroka
dcf7deb909 Improved/corrected header descriptions in map files 2008-03-20 16:39:52 +00:00
shiroka
458e965c4a Added field maps. 2008-03-20 09:50:27 +00:00
shiroka
9413aef4bd New code by Toni goes to LEMuSR. 2008-03-20 09:26:43 +00:00
shiroka
1ca5ef0575 Moved Tao's code to TaoLEMuSR. 2008-03-20 09:23:20 +00:00
nieuwenhuys
58c48f9e21 SpinGlassSimulations added (and removed junk) 2007-09-26 06:51:50 +00:00
nieuwenhuys
69c3497bee spinglass (and the like) simulations 2007-09-25 14:27:20 +00:00
nemu
2f12e62cf5 fixed typo 2007-09-20 11:04:05 +00:00
nemu
a45e92076e fixed typo 2007-09-20 11:02:12 +00:00
nemu
64e68b06bd fixed wrong input file 2007-09-20 10:59:51 +00:00