FPFSoftware / FPFSoftware/FPFSim

GetDeltaMomentum() and GetDeltaEnergy() are obsolete

Open
#15 1 comment 1 reaction 0 assignees View on GitHub
bug
Dominant language
C++
Stars
2
Forks
1
PR merge metrics
No merged PRs in 30d

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.