Submittinga text entry box, a website url, or a file upload
Available
10 Oct 2022 at 0:00 - 30 Nov 2022 at 23:59
This assignment was locked 30 Nov 2022 at 23:59.
The submission should include three compilable macros, described in the elliptic flow document:
a macro called MyClasses.C that defines two classes MyEvent and MyTrack
a macro called EG_v2_tree.C which has a function called void rootfunctiongenerate(Int_t nEvents, Int_t nTracks, Double_t sigmaTracks, Double_t v2, Double_t sigmaV2) . This function should produce a histogram ROOT tree output using the classes define in the first macro
finally, a macro called Analyze_v2_tree.C that reads in the data from the TTree and calculates v2{2} using the Q-vector method and writes the result to the standard output