Skip to content

Exercise B: The Closure Test

christian2nguyen edited this page Jun 3, 2021 · 34 revisions

Exercise B: The Closure Test

Why do we need a closure test?

Step 1a

Create a text file with the Paths of the MC root files - Practice your vim and terminal command skills I do something like ls <path> > filenameMC.txt then add the full path to each line using visual mode in vim.

Step 1b

Step 1c

Step 2

This is the step you show to the whole collaboration to show that your analysis closes. You could skip straight to this step and maybe even succeed if you're lucky. But you'd have a lot of debugging to do if you failed. Most analyses do fail step 2 the first time they try to run it.

Your Task

Solution