FPFSoftware / FPFSoftware/FPFSim
GetDeltaMomentum() and GetDeltaEnergy() are obsolete
- Langage dominant
- C++
- Étoiles
- 2
- Forks
- 1
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Localisez l’implémentation de FASER2TrackerSD et trouvez ses appels à GetDeltaMomentum() et GetDeltaEnergy(). Vérifiez les alternatives prises en charge par Geant4 pour ces méthodes obsolètes, puis vérifiez que les avertissements n’apparaissent plus lors de l’exécution du tracker.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- cpp
- Domaine
- tooling
- Type d'issue
- Refactorisation
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 42/100