star-bnl / star-sw

Core software for STAR experiment
26 stars 63 forks source link

Add Fwd tracks to StMuDST #538

Closed jdbrice closed 10 months ago

jdbrice commented 1 year ago
jdbrice commented 1 year ago

Testing (generate MuDSt with StMuFwdTrackCollection) can be done with:

setup 64b
starver dev
starver dev config/v0.2.3-rhel7-root5.34.38-64b
module load zlib-1.2.12

ln -s  StRoot/StFwdTrackMaker/macro/sim/ sim
./sim/run_batch_fast TEST 10 true >& TEST.LOG

this will create sim.MuDST.root with a StMuFwdTrack Collection filled

jdbrice commented 1 year ago

I see that my base branch did not include the RHICf changes to MuDst. I'll fix this and push a new commit - the should fix also the build failures

jdbrice commented 1 year ago

OK with commit aef975e everything should be consistent with the main branch (RHICf updates included) - Note I found a few small inconsistencies in the RHICf updates that I fixed - probably nothing practically important but wanted to note.

So it should be ready for review at this point. I have also tested the MuDST I/O to ensure that it works (I can read StMuFwdTracks back from disk)