Why does TrigSim crash when I run on DST output?
TrigSim crashes when trying to create the thumbnail. The problem is that during the creation of the thumbnail one needs the full blown up CPS chunks. These are not available when running on the DST, because in the DST one stores the compressed CPS information which is also in the thumbnail. The full blown up CPS chunks are not recreated on the fly…. In any case if one wants to run trigsim on the DST one first needs to create the DST, so one may also change the RCP for CPSReco in addition to those for D0reco. The list of changes to be done before running D0reco is the following: In the d0reco/rcp/reco_write_data.rcp file one needs to enable writing out the DST, by changing the string Packages line, removing the execution of rdcdistill and uncommenting the RCP writedst line.