Bug #5157
Erroneous complaint about unused module.
Occurs In:
Scope:
Internal
Experiment:
Mu2e
SSI Package:
art
Description
I noticed in art output:
The following module labels are not assigned to any path: 'fullOutput', g4status'
While "fullOutput" is indeed not used in the job, "g4status"
is run. The fcl file in question is in Mu2e offline CVS,
tag v4_0_9, filename JobConfig/TDR/MothersToHits.fcl
The relevant piece of code:
g4StatusFilter : [g4run, "!g4status", compressPVFull ] trigger_paths : [detPath, crvPath, g4StatusFilter]Also note the unpaired single quote in the warning message.
Andrei
Associated revisions
History
#1 Updated by Christopher Green about 7 years ago
- Description updated (diff)
- Category set to Navigation
- Status changed from New to Assigned
- Assignee set to Christopher Green
- Estimated time set to 2.00 h
- Experiment Mu2e added
- Experiment deleted (
-) - SSI Package art added
- SSI Package deleted (
)
#2 Updated by Christopher Green about 7 years ago
- Target version set to 493
- % Done changed from 0 to 100
Fix with d39cacf.
#3 Updated by Christopher Green about 7 years ago
- Status changed from Assigned to Resolved
#4 Updated by Christopher Green about 7 years ago
- Category changed from Navigation to Application
#5 Updated by Lynn Garren about 7 years ago
- Status changed from Resolved to Closed
#6 Updated by Christopher Green almost 7 years ago
- Target version changed from 493 to 1.09.00
#7 Updated by Christopher Green almost 7 years ago
- Subject changed from wrong complaint to Erroneous complaint about unused module.
Test and fix for issue #5157.