Bug #8191
undue complaints from RootOutput
Description
Hello,
In art v1_13_01 I get printouts
%MSG-i FastCloning: RootOutput:dsout@Construction 27-Mar-2015 14:45:15 CDT ModuleConstruction
Fast cloning user configuration: true
%MSG
%MSG-w FastCloning: RootOutput:dsout@Construction 27-Mar-2015 14:45:15 CDT ModuleConstruction
Fast cloning deactivated due to presence of event selection configuration.
%MSG
The statement about "user configuration" is not correct: my fcl file does not say anything about
FastCloning. There is no reason to give warnings here. The fragment in question is
dsout : {
module_type : RootOutput
SelectEvents: { SelectEvents: ["trigdsregion"] }
outputCommands: [ "drop *_*",
"keep mu2e::GenParticles_*_*_*",
"keep mu2e::GenEventCount_*_*_*",
"keep mu2e::StatusG4_*_*_*",
"keep dsRegionFilter*",
"keep _compressPVdsRegion_*"
]
fileName : "data_g4s1_dsregion.art"
}
Andrei
Related issues
History
#1 Updated by Christopher Green almost 6 years ago
- Category set to I/O
- Status changed from New to Accepted
- Estimated time set to 0.25 h
- SSI Package art added
- SSI Package deleted (
)
We can certainly remove the possibly-confusing word, "user" from the message, but we believe that printing this message unconditionally is the behavior that was requested as part of issue #6402.
#2 Updated by Christopher Green almost 6 years ago
- Related to Feature #6402: Add verbosity on fast cloning status in RootOutput module added
#3 Updated by Christopher Green almost 6 years ago
- Status changed from Accepted to Resolved
- Assignee set to Christopher Green
- Target version set to 1.14.00
- % Done changed from 0 to 100
#4 Updated by Christopher Green almost 6 years ago
- Target version changed from 1.14.00 to 1.13.02
#5 Updated by Christopher Green over 5 years ago
- Status changed from Resolved to Closed
Resolve issue #8191.