FCCSW modifications
From Charm-Tau Detector
Revision as of 09:54, 12 January 2018 by V.S.Vorobev (Talk | contribs)
This page summarizes changes of the FCC software
Code style
Support of the HepMC3 package
HepMCToEDMConverter
- No
HepMC::Units::conversion_factor
in HepMC3
HepMC2 code (before):
const double hepmc2EdmLength = HepMC::Units::conversion_factor(event->length_unit(), gen::hepmcdefault::length) * gen::hepmc2edm::length;
HepMC3 code (after):
const double hepmc2EdmLength = gen::hepmc2edm::length;