Fix unlink particles in commonparticles
I came across some bug that makes StdLooseD02KsHH
, StdLooseDplus
, StdTightDplus
not properly linked into the StandardParticles
package. This MR fixes this linkage problem. This poses no problem to physics as other lines seem to use these particles via DataOnDemand
, and none via direct import from StandardParticles
.