Skip to content

Commit

Permalink
remove StJPSiMaker dep from sim.C, keep feature branches separate
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbrice committed Dec 20, 2023
1 parent cf5dbe3 commit 1f512ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions StRoot/StFwdTrackMaker/macro/sim/sim.C
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ void sim( int n = 5, // nEvents to run
fwdAna->SetDebug();
chain->AddAfter("FcsTrkMatch", fwdAna);

StFwdJPsiMaker *fwdJPsi = new StFwdJPsiMaker();
fwdJPsi->SetDebug();
chain->AddAfter("FcsTrkMatch", fwdJPsi);

// Produce MuDst output
chain->AddAfter( "FcsTrkMatch", muDstMaker );
} else {
Expand Down

0 comments on commit 1f512ab

Please sign in to comment.