Opened 11 years ago
Closed 11 years ago
#36 closed defect (fixed)
Illegal branch names in fitResults when floating some masses and widths
Reported by: | Daniel Craik | Owned by: | Daniel Craik |
---|---|---|---|
Priority: | major | Milestone: | v3r0 |
Version: | Keywords: | ||
Cc: |
Description
When floating the masses and widths of resonances whose names contain *, the branch name is interpreted as a regular expression.
This gives Error in <TRegexp::Index>: Bad Regular Expression when running ResultsExtractor and Error in <TTreeFormula::Compile>: Invalid Syntax "*" when trying to draw the branch from a TBrowser.
The * (and any similar characters) should be filtered out either before the parameters are named or before the branches are named.
Change History (2)
comment:1 Changed 11 years ago by
Owner: | set to Daniel Craik |
---|---|
Status: | new → assigned |
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [134]) Fix bug where illegal characters were being propagated from resonance names into TBranch names. closes #36