Commit 8a9f477
authored
[root6] Modify StRoot/StBFChain/BFC.C for ROOT6/cling (#423)
StRoot/StBFChain/BFC.C is loaded and executed through the ROOT
interpreter in StBFChain::Setup.
ROOT 6 / cling complains about redefinitions when we run the bfc macro.
Minimal solution is to protect the table implementation for "Bfc" from
being compiled by the cling interpreter (just like it is protected from
compilation by the CINT interpreter).
Likely solves the same problem which Victor was addressing on the Star6
branch.
https://github.com/star-bnl/star-sw/blame/Star6/StRoot/StBFChain/BFC.C#L61 parent fd02555 commit 8a9f477
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments