![]() |
ATLAS Offline Software
|
Does G4PrimaryParticle really have no Get(Total/Kinetic)Energy methods?
This could be so much more efficient! And with so much less code duplication...
Settings which are not FxFx-specific should be identical to the LHEF showering of MG5_aMC@NLO events. This should probably be enforced in some way
Remove ihrd and ihvy parameters beginning with Herwig 7.1.0 since the hard process will be deduced automatically
check segment finding efficiency with Y pos = strip number.
Base errors on error propagation in parabola.
Check errors against residuals.
Check for saturation and increase errors.
Check for large amps and increase errors.
Avoid use of unprotected std::cout: stringstream + MsgStream would be better
I get the feeling VerboseOutput is being abused here...
Looks like misuse of the verbose output flag
Isn't this if (m_VerboseOutput... redundant?
Isn't this if (m_VerboseOutput... redundant?
Is there no better way to detect unspecified masses than == 0? Final state photons should be 0
Replace with new GenBase functionality
Actually use back(), for the most recent event, or throw an exception if more than one event found?
Replace with new GenBase const_event() functionality
Clean up / improve / apply to all decaying species
Persuade generator authors to set proper generated masses in HepMC, then really require mass = 0
double for the charge? Would an int be sufficient?