Skip to content

Commit

Permalink
bfc.C: Call Load() function unconditionally (#488)
Browse files Browse the repository at this point in the history
See discussion in #452
#452 (review)
  • Loading branch information
plexoos authored Feb 1, 2023
1 parent a4a7dba commit 03d2850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StRoot/macros/bfc.C
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ void bfc(Int_t First, Int_t Last,
// "-" sign before requiest means that this option is disallowed
// Chain = "gstar" run GEANT on flight with 10 muons in range |eta| < 1 amd pT = 1GeV/c (default)
// Dynamically link some shared libs
if (gClassTable->GetID("StBFChain") < 0) Load(Chain);
Load(Chain);
chain = new StBFChain(); cout << "Create chain " << chain->GetName() << endl;
TString tChain(Chain);
chain->cd();
Expand Down

0 comments on commit 03d2850

Please sign in to comment.