Skip to content
Snippets Groups Projects
Commit 828b1613 authored by deserevi's avatar deserevi
Browse files

* Update Gaspard documentation concerning NPAnalysis

* Change RunToTreat.txt file to treat by default the ROOT output file from
  NPSimulation
parent 59b26a71
No related branches found
No related tags found
No related merge requests found
TTreeName
SimulatedTree
RootFileName
% ../../Outputs/Simulation/mySimul.root
../../Outputs/Simulation/132Sndp_3p3_10MeVA_T0_B1_E0_S05mm.root
../../Outputs/Simulation/mySimul.root
% ../../Outputs/Simulation/132Sndp_3p3_10MeVA_T0_B1_E0_S05mm.root
% ../../Outputs/Simulation/134Snpt_1h9_10MeVA_T1_B1_E0_S05mm.root
......@@ -240,10 +240,35 @@ directory. For the moment the main feature is the reconstruction of the excitati
energy.
\subsubsection{Running the analysis}
******* to be documented *********
To run NPAnalysis the following command line should be executed:
\begin{verbatim}
./Analysis xxx.reaction yyy.detector RunToTreat.txt
\end{verbatim}
where xxx.reaction is the input file describing the event generator used in
NPSimulation and yyy.detector is the input file describing the detector geometry
used in NPSimulation. All these input files are based on keywords and can be found
in the \$NPTool/Inputs subdirectories. The RunToTreat.txt file contains the
name of the files (either from NPSimulation or from real experiment) which should
be analysed. The name of the tree should also be specified. An example
of such a file is given here:
\begin{verbatim}
TTreeName
SimulatedTree
RootFileName
% ../../Outputs/Simulation/mySimul.root
../../Outputs/Simulation/132Sndp_3p3_10MeVA_T0_B1_E0_S05mm.root
% ../../Outputs/Simulation/134Snpt_1h9_10MeVA_T1_B1_E0_S05mm.root
\end{verbatim}
\subsubsection{Results of the analysis}
The results of the anaysis are stored in a ROOT file in the \$NPTool/Output/Analysis
directory. For the moment the main feature available is the reconstructionof the
excitation energy.
\subsubsection{Results the analysis}
******* to be documented *********
\subsubsection{Structure of the analysis}
******* to be documented *********
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment