Bug #5157
Updated by Christopher Green over 7 years ago
I noticed in art output:<pre>The output:
The following module labels are not assigned to any path:
'fullOutput', g4status'</pre> 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:<pre> code
g4StatusFilter : [g4run, "!g4status", compressPVFull ]
trigger_paths : [detPath, crvPath, g4StatusFilter]</pre>Also g4StatusFilter]
Also note the unpaired single quote in the warning message.
Andrei
The following module labels are not assigned to any path:
'fullOutput', g4status'</pre> 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:<pre> code
g4StatusFilter : [g4run, "!g4status", compressPVFull ]
trigger_paths : [detPath, crvPath, g4StatusFilter]</pre>Also g4StatusFilter]
Also note the unpaired single quote in the warning message.
Andrei