| Line | Branch | Exec | Source |
|---|---|---|---|
| 1 | #include "na64util/ROOT-sighandlers.hh" | ||
| 2 | |||
| 3 | #if defined(ROOT_FOUND) && ROOT_FOUND | ||
| 4 | #include <TSystem.h> | ||
| 5 | |||
| 6 | void | ||
| 7 | 1 | disable_ROOT_sighandlers() { | |
| 8 | 1 | gSystem->ResetSignals(); | |
| 9 | 1 | } | |
| 10 | #endif | ||
| 11 |
| Directory: | ./ |
|---|---|
| File: | src/util/ROOT-sighandlers.cc |
| Date: | 2025-09-01 06:19:01 |
| Exec | Total | Coverage | |
|---|---|---|---|
| Lines: | 3 | 3 | 100.0% |
| Functions: | 1 | 1 | 100.0% |
| Branches: | 0 | 0 | -% |
| Line | Branch | Exec | Source |
|---|---|---|---|
| 1 | #include "na64util/ROOT-sighandlers.hh" | ||
| 2 | |||
| 3 | #if defined(ROOT_FOUND) && ROOT_FOUND | ||
| 4 | #include <TSystem.h> | ||
| 5 | |||
| 6 | void | ||
| 7 | 1 | disable_ROOT_sighandlers() { | |
| 8 | 1 | gSystem->ResetSignals(); | |
| 9 | 1 | } | |
| 10 | #endif | ||
| 11 |