rat-pac / ratpac-two

Open source edition of RAT-PAC
Other
11 stars 23 forks source link

More improvements to logging #82

Closed masmiley closed 1 year ago

masmiley commented 1 year ago

This is a follow up to PR #62 that continues to pull out uses of std::cout/cerr and G4cout/cerr in favor of the RAT Log functionality. There's still a few edge cases remaining due to particularities with Geant4 classes and operator overloading, but this PR covers most of what was left besides that and some cases where the ostream seemed to be actually passed around that I didn't want to reengineer.

masmiley commented 1 year ago

I don't understand why the supposed conflicts exist... How odd...