# Category proc-biasmng History

See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
which **must** added in reverse chronological order (newest at the top).
It must **not** be used as a substitute for writing good git commit messages!

-------------------------------------------------------------------------------

## 2024-07-18 Gabriele Cosmo (proc-biasmng-V11-02-00)
- Fixed reported Coverity defects, to use 'const G4String&' for avoiding
  implicit copies.
- Some code cleanup.

## 2022-11-23 Gabriele Cosmo (proc-biasmng-V11-00-01)
- Fixed compilation warnings for implicit type conversions on macOS/XCode 14.1.

## 2021-12-10 Ben Morgan (proc-biasmng-V11-00-00)
- Change to new Markdown History format

---

# History entries prior to 11.0

April 16th, 2021 B. Morgan
- Migrate build to modular CMake API
- tag : : proc-biasmng-V10-07-00

Nov 3rd, 2016, M. Verderi
- remove obsolete BAC_DenyInteraction value in G4BiasingAppliedCase
  enum and clean up of obsolete (and commeted out) portion of codes
  related to this case.
- tag :  : proc-biasmng-V10-02-02

May 30th, 2016, M. Verderi
- check for unbounded while loop in G4ProcessPlacer.cc
- tag :  : proc-biasmng-V10-02-01

January 19th, 2016, M. Verderi
- fix coveriy warnings in src/G4VBiasingOperator.cc
- tag : proc-biasmng-V10-02-00

November 6th, 2015, M. Verderi
- adaptation to using G4VAuxiliaryTrackInformation:
  o Removal of classes:
       - G4BiasingTrackData
       - G4BiasingTrackDataStore
  o Removal of methods:
      G4VBiasingOperator::GetBirthOperation(const G4Track* track )
	                ::RememberSecondaries(...)
                        ::ForgetTrack(...)
- tag : proc-biasmng-V10-01-00

November 10th, 2014 M. Verderi
- Fix G4BiasingOperatorStateNotifier::Notify(...) to detect
  start of run.
- tag : proc-biasmng-V10-00-01

November 7th, 2014 M. Verderi
- G4VBiasingOperation : suppression of DenyProcessPostStepDoIt(...)
  as redondant and special case of ApplyFinalStateBiasing(...).
  tag : proc-biasmng-V10-00-00


November 22nd, 2013  A.Howard
- Moved G4VProcessPlacer and G4ProcessPlacer from importance

October 10th, 2013  A.Howard
- Subdirectory and history file created.


