-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: 6.18/04
-
Component/s: RooFit/RooStats
-
Labels:None
-
Environment:
All
Because of a broken assignment operator, the following leads to a crash:
root [0] map<string,RooRealVar> vars;
|
root [1] vars["D0_M"]=RooRealVar("D0_M", "D0_M", 1750,2050, "MeV");
|
root [2] .q
|