From d1a7b8df37701c0aecf0f835c865e5534f6f3e82 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin <dmitry.kalinkin@gmail.com> Date: Tue, 10 Oct 2023 18:01:15 -0400 Subject: [PATCH] .rootlogon.C: preload HepMC3 library --- .rootlogon.C | 1 + 1 file changed, 1 insertion(+) diff --git a/.rootlogon.C b/.rootlogon.C index 5ce62268..b63b6b05 100644 --- a/.rootlogon.C +++ b/.rootlogon.C @@ -3,6 +3,7 @@ gROOT->ProcessLine(".include include"); R__LOAD_LIBRARY(fmt) + R__LOAD_LIBRARY(HepMC3) // Setting for Graphs gROOT->SetStyle("Plain"); -- GitLab