Skip to content
Snippets Groups Projects
Commit 846aa120 authored by e644's avatar e644
Browse files

* Adding clearer output of angle for Exogam

parent dc97fb17
No related branches found
No related tags found
No related merge requests found
......@@ -567,7 +567,8 @@ void TExogamPhysics::AddClover(string AngleFile)
Angles.push_back(angle); // Theta (k = 0) Phi (k = 1)
//cout << angle << endl;
cout << NumberOfClover << " " << Angles[0] << endl;
if(Angles.size()==2)
cout << "Clover " << NumberOfClover << ": Theta=" << Angles[0] << " Phi=" << Angles[1]<< endl;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment