Doesn't know how to use expert mode

Asked by Jakob Lundström

Hi,

Sorry if this is a stupid question, but I don't understand how to run an analysis in expert mode I don't know how to start the SampleAnalyzer correctly.

(I am trying to use perturbative combinatorics to reconstruct a top.)

Regards
Jakob Lundström

Question information

Language:
English Edit question
Status:
Solved
For:
MadAnalysis 5 Edit question
Assignee:
No assignee Edit question
Solved by:
Jack Y. Araz
Solved:
Last query:
Last reply:
Revision history for this message
Best Jack Y. Araz (jackaraz) said :
#1

Hi Jakob

Please go to the ANALYSIS_NAME/Build folder and run following command (assuming you wrote the analysis code)

> source setup.sh
> make clean all
> ./MadAnalysis5job ../Input/_data_sample_name.list

where _data_sample_name.list is the file that contains all your sample paths.

Cheers
Jack

Revision history for this message
Jakob Lundström (jakoblundst) said :
#2

Thanks Jack Y. Araz, that solved my question.