MCTruthClassifier PDG ID values should be int rather than long int.

PDG ID values are always int, so there is no reason to store them locally as long int. In fact this complicates using the TruthUtils helper functions, so switching them to always be stored as int within this class.

(Commit taken from !78426 (merged))

Merge request reports

Loading