Homework tutorial 15
- Due 6 Nov 2020 by 23:59
- Points 5
- Submitting a text entry box, a website url, or a file upload
- Available 21 Oct 2020 at 0:00 - 7 Nov 2020 at 23:59
The compulsory solution should include at least:
- a macro called Analyze_v2.C (this macro should be compilable in ROOT without warnings: .L Analyze_v2.C ).
The macro must have a function called void analyze_v2_2particle() , and this function should produce a histogram called hPhi that is drawn and shows the phi distribution read in from the file phi_dist.dat. Please include a phi_dist.dat file with the submission!
For extra credit: The function should also calculate v2{2} using the Q-vector method and write the result to the standard output.