Skip to content

Commit

Permalink
Hide include directive from ROOT5 interpreter (#456)
Browse files Browse the repository at this point in the history
Proposed fix for Issue #455

It is not clear to me from the tests I've done on issue #455 why
StBFChain/StBFChain.h is not located in the include path by root5 /
cint. Simplest fix is to hide the include directive from CINT.

Co-authored-by: Dmitri Smirnov <[email protected]>
  • Loading branch information
klendathu2k and plexoos authored Dec 20, 2022
1 parent b265064 commit e35ae1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions StarDb/AgMLGeometry/CreateGeometry.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#ifndef __CINT__
#include "StBFChain/StBFChain.h"
#endif

extern StBFChain* chain;

Expand Down

0 comments on commit e35ae1d

Please sign in to comment.