Revision 448440db8128da01e1a604e244f1dd4498ed162a authored by Lorenzo Moneta on 06 February 2014, 10:34:51 UTC, committed by Lorenzo Moneta on 06 February 2014, 10:49:24 UTC
(RooStats::HistFactory::HistRef)
This should fix a bug reported by Swagato
Fix also memory leaks created by cloning histograms in histooworkspace
Add a histfactory test from Christian (stresshistFactory ) in $ROOTSYS/test
1 parent 6acd22c
Raw File
.gitattributes
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto

# Declare files that will always have CRLF line endings on checkout.
*.sln eol=crlf
*.dsp eol=crlf
*.dsw eol=crlf
*.bat eol=crlf
*.cs  eol=crlf
*.csproj eol=crlf
*.vsct  eol=crlf
*.resx  eol=crlf
*.vsixmanifest  eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.pdf binary
*.root binary
back to top