9.5.2012 Kamil Sedlak

Several smaller improvements, should not have impact on the simulation.
This commit is contained in:
2012-05-09 12:02:43 +00:00
parent a3027f95bf
commit 6220698f22
13 changed files with 162 additions and 30 deletions

View File

@ -953,6 +953,12 @@ in order to simulate optical photons:
of the optical detection device as e.g.\ G-APD, and
``OPSA\_CFD\_\emph{eventID}\_\emph{detID}\_\emph{n}'', which shows
the signal from OPSAshape after the constant fraction discriminator.
There are two special cases:\\
\emph{eventID} = -1 ... OPSA histograms for all events will be summed into
a signle histogram.\\
\emph{eventID} = -2 ... OPSA histograms will be created for all events
(all histograms saved individually).
\item{\bf pulseShapeArray \emph{pulseShapeFileName}}\\
\emph{pulseShapeFileName} is the name of the file that contains response
function (pulse shape) of a single cell (single photon) detected by
@ -1067,6 +1073,9 @@ in order to simulate optical photons:
caused by the decay positron. This command would be
harmful in most physics studies.
\item{\bf /musr/command killAllElectrons true}\\
See ``/musr/command killAllPositrons true'' for the explanation.
\item{\bf /musr/command killAllGammas true}\\
See ``/musr/command killAllPositrons true'' for the explanation.
@ -1098,6 +1107,17 @@ in order to simulate optical photons:
possible to set different \emph{timeSeparation} for a slow
and fast scintillator detectors of the instrument.
\item{\bf /musr/command maximumNrOfStepsPerTrack \emph{n}}\\
Maximum number of steps allowed for a single track.
If the number of steps per track exceeds \emph{n}, the track is killed,
and the simulation proceeds with the next track.
\item{\bf /musr/command maximumTimePerEvent \emph{time}}\\
Maximum time (in seconds) allowed for the simulation of a single event.
If this time is exceeded, the event is killed and the simulation
of the next event starts. The default value is 60 seconds.
The variable \emph{time} is integer!
\item{\bf /musr/command maximumRunTimeAllowed \emph{timeMax}}\\
If a musrSim job is run on a pc farm with a time limit on the job execution,
and the job exceeds the time limit, the simulation will be killed.