19.5.2011 Kamil Sedlak
1) bug fix in musrAnalysis.cxx for rotation reference frame causing some memory leak 2) Implementing prompt peak variables and conditions (usefull only for investigations of the origin of the prompt peak). 3) Updating the documentation describing changes in point 2)
This commit is contained in:
Binary file not shown.
@ -290,6 +290,14 @@ All events should/have to be (?) saved in the Root tree
|
||||
Beginning of the pileup interval for the M-counter in $\mu$s.
|
||||
\item{\bf PILEUPWINDOWMAX=\emph{value}} \\
|
||||
End of the pileup interval for the M-counter in $\mu$s.
|
||||
\item{\bf PROMPTPEAKMIN=\emph{value}} \\
|
||||
Beginning of the prompt-peak interval in $\mu$s. This variable is used only for the condition
|
||||
``{\tt promptPeak}'', ``{\tt promptPeakF}'', etc.\ , and normally does not need to be specified. It becomes useful if
|
||||
the user wants to investigate, where the prompt-peak originates from (where do the muons,
|
||||
which give rise to the prompt peak, stop). The default value is -0.01\,$\mu$s.
|
||||
\item{\bf PROMPTPEAKMAX=\emph{value}} \\
|
||||
End of the prompt-peak interval in $\mu$s, the default value is 0.01\,$\mu$s. (See comments
|
||||
for {\tt PROMPTPEAKMIN}.)
|
||||
\item{\bf MUSRMODE=\emph{string}} \\
|
||||
Defines the mode of \musr\ experiment -- presently only ``D'', corresponding to
|
||||
the time differential mode is implemented.
|
||||
@ -400,6 +408,13 @@ All events should/have to be (?) saved in the Root tree
|
||||
\item[goodEvent\_D\_det\_AND\_pileupEvent] \ldots {\tt goodEvent\_D\_det} and {\tt pileupEvent}.
|
||||
\item[goodEvent\_L\_det\_AND\_pileupEvent] \ldots {\tt goodEvent\_L\_det} and {\tt pileupEvent}.
|
||||
\item[goodEvent\_R\_det\_AND\_pileupEvent] \ldots {\tt goodEvent\_R\_det} and {\tt pileupEvent}.
|
||||
\item[promptPeak] \ldots {\tt goodEvent\_det}, and {\tt PROMPTPEAKMIN < det\_time10 < PROMPTPEAKMAX}.
|
||||
\item[promptPeakF] \ldots like {\tt goodEvent\_F\_det} and {\tt promptPeak}.
|
||||
\item[promptPeakB] \ldots like {\tt goodEvent\_B\_det} and {\tt promptPeak}.
|
||||
\item[promptPeakU] \ldots like {\tt goodEvent\_U\_det} and {\tt promptPeak}.
|
||||
\item[promptPeakD] \ldots like {\tt goodEvent\_D\_det} and {\tt promptPeak}.
|
||||
\item[promptPeakL] \ldots like {\tt goodEvent\_L\_det} and {\tt promptPeak}.
|
||||
\item[promptPeakR] \ldots like {\tt goodEvent\_R\_det} and {\tt promptPeak}.
|
||||
\end{description}
|
||||
Additional conditions may be implemented on request.
|
||||
\item{\bf draw \emph{histogramName} \emph{conditionID} } \\
|
||||
|
Reference in New Issue
Block a user