Homework tutorial 15
- Due 10 Nov 2019 by 23:59
- Points 5
- Submitting a text entry box, a website url, or a file upload
- Available 24 Oct 2019 at 0:00 - 11 Nov 2019 at 23:59
The solution should include:
- 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 that this function should produce a histogram called hPhi that is drawn and shows the phi distribution read in from the file phi_dist.dat. The function should also calculate v2{2} using the Q-vector method and write the result to the standard output.