From 1699a6f97ccd6d672bb59d09797292f8f7158726 Mon Sep 17 00:00:00 2001 From: Konstantin Batkov Date: Fri, 14 Jun 2024 14:32:08 +0200 Subject: [PATCH] spectra printed in the PDF file --- mctools/fluka/examples/exfixed.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mctools/fluka/examples/exfixed.C b/mctools/fluka/examples/exfixed.C index 9d4b2e7..ba2bd00 100644 --- a/mctools/fluka/examples/exfixed.C +++ b/mctools/fluka/examples/exfixed.C @@ -96,5 +96,7 @@ void exfixed() gPad->SetLogy(); gPad->SetGrid(); + c2->Print("c1.pdf"); + c1->Print("c1.pdf]"); }