From 5b62b42f0c4f45c6d13e83b905cb3d3dab3f603f Mon Sep 17 00:00:00 2001 From: Juraj Smiesko Date: Tue, 15 Oct 2024 14:51:36 +0200 Subject: [PATCH] Formatting --- standalone/src/DelphesPythia8Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/src/DelphesPythia8Common.h b/standalone/src/DelphesPythia8Common.h index 79c15c8..662cc54 100644 --- a/standalone/src/DelphesPythia8Common.h +++ b/standalone/src/DelphesPythia8Common.h @@ -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;