FPFSoftware / FPFSoftware/FPFSim
GetDeltaMomentum() and GetDeltaEnergy() are obsolete
- Lingua principale
- C++
- Stelle
- 2
- Fork
- 1
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.