FPFSoftware / FPFSoftware/FPFSim
GetDeltaMomentum() and GetDeltaEnergy() are obsolete
- Vorherrschende Sprache
- C++
- Sterne
- 2
- Forks
- 1
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
The calls to `GetDeltaMomentum()` and `GetDeltaEnergy()` in `FASER2TrackerSD` are issuing warnings:
```
-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : Warning
issued by : G4Step::GetDeltaMomentum()
This method is obsolete and will be removed soon
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------
-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : Warning
issued by : G4Step::GetDeltaEnergy()
This method is obsolete and will be removed soon
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------
```
It's not urgent, but we should find an alternative implementation.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.