Skip to content
Snippets Groups Projects
Commit 3ff541ea authored by Jihee Kim's avatar Jihee Kim
Browse files

Changed theta angle.

parent 9f6bc3e0
Branches
No related tags found
1 merge request!8Change in the number of events
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -22,7 +22,7 @@ void zdc_photons(){
// Random number pulled from the env variable
std::mt19937 gen( std::stoi(std::getenv("SEED")) );
std::uniform_real_distribution<double> uniform_theta(0.0,2.0*TMath::DegToRad()); // 2[degree]
std::uniform_real_distribution<double> uniform_theta(0.0,0.1*TMath::DegToRad()); // 0.1[degree]
std::uniform_real_distribution<double> uniform_phi(0.0,2.0*TMath::Pi()); // 360[degree]
for (events_parsed = 0; events_parsed < 500; events_parsed++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment