Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Oct 15, 2024
1 parent b913c35 commit 5b62b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone/src/DelphesPythia8Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

void PrintXS(Pythia8::Pythia* pythia) {
// convert mb to pb
float xsec = pythia->info.sigmaGen() * 1.e09;
float xsec = pythia->info.sigmaGen() * 1.e09;
float xsec_err = pythia->info.sigmaErr() * 1.e09;

std::cout << "------------------------------------------------------------------------" << std::endl;
Expand Down

0 comments on commit 5b62b42

Please sign in to comment.