Copy a RooFit workspace to a new name.
+CopyWorkspaces {
+NewWS{
<original="OldWS">
}
}
This action supports some options to modify the workspace while copying.
saveSnasphot="somename", the initial configuration of the
workspace can be saved as a snapshot.removeNPs={"a","b",...}, addNPs={"a","b",...}removePOIs={"a","b",...}, addPOIs={"a","b",...}const/float
properties of parameters:
constPars={"a","b",...}floatPars={"a","b",...}setPars.a=1.,setPars.b=2.setParErrors.a=1.,setParErrors.b=1.clone=true flag.modelConfig option can be used to provide the name of the
RooStats::ModelConfig object. This is required when the
RooStats::ModelConfig in the workspace is not called
"ModelConfig". For workspaces without a ModelConfig object, this
field can be used to identify the top-level pdf.clearSnapshots=true will not copy any snapshots into
the in-memory representation into the workspace. Has no effect
when infile=true is used.