[root] / trunk / hist / hist / src Repository:
ViewVC logotype

Index of /trunk/hist/hist/src

Files shown:60
Directory revision: 49317 (of 49365)
Sticky Revision:


File Rev. Age Author Last log entry
 Parent Directory        
HFitImpl.cxx  48328  2 years  moneta  fix a bug in using option "W" for TGraphErrors (see mail in RootTalk) (bug was i...
HFitInterface.cxx  46970  2 years  moneta  fix a problem in fitting a TGraphAsymErrors with errors in the coordinate see ht...
Haxis.cxx  35367  4 years  brun  Fix forward_null. coverity CID 11808
TAxis.cxx  48297  2 years  moneta  fix compiler warning
TBackCompFitter.cxx  48043  2 years  rdm  change gCint -> gCling (and not the generic gInterpreter as we'll stay for a whi...
TBinomialEfficiencyFitter.cxx  47641  2 years  moneta  Fix integration classes to use both a relative or n absolute accuracy as request...
TConfidenceLevel.cxx  44507  2 years  axel  Remove using namespace std; from Riostream.h, which has huge consequences for ...
TEfficiency.cxx  48325  2 years  moneta  fix for Coverity
TEfficiencyHelper.h  36767  4 years  moneta  add new method TEfficiency::FeldmanCousins which computes the binomial interval...
TF1.cxx  48252  2 years  moneta  from Gabriel: remove CINT function pointer (fCintFunc)
TF12.cxx  44507  2 years  axel  Remove using namespace std; from Riostream.h, which has huge consequences for ...
TF1Helper.cxx  47671  2 years  moneta  fix use of tolerance in IntegralError
TF1Helper.h  47671  2 years  moneta  fix use of tolerance in IntegralError
TF2.cxx  47952  2 years  rdm  More CINT removal cleanups: - configure: remove enable_cling and hascling as we ...
TF3.cxx  47952  2 years  rdm  More CINT removal cleanups: - configure: remove enable_cling and hascling as we ...
TFitResult.cxx  31604  5 years  moneta  - fix a problem returning the covariance matrix when fit failed. Now all minimiz...
TFitResultPtr.cxx  37863  4 years  pcanal  fix minor typo
TFormula.cxx  48992  21 months  rdm  From Lifeng Sun: The attached patchset fixes a bunch of typo in the source: 0001...
TFormulaMathInterface.cxx  22694  6 years  rdm  move hist, histpainter, spectrum and spectrumpainter in the hist package.
TFormulaPrimitive.cxx  48992  21 months  rdm  From Lifeng Sun: The attached patchset fixes a bunch of typo in the source: 0001...
TFractionFitter.cxx  48409  23 months  moneta  from Gabriel: Fixed coverity issues: 48371, 48513, 47921, 48345, 47920, 48348...
TGraph.cxx  49221  21 months  moneta  fix a memory leak in the assignment operator see https://sft.its.cern.ch/jira/br...
TGraph2D.cxx  48282  2 years  moneta  clean up the parsing of the fit option in TH1::Fit and TGraph::Fit add new opti...
TGraph2DErrors.cxx  37646  4 years  rdm  From Mattias Ellert: remove extra End_Html, fixes issue #76556.
TGraphAsymmErrors.cxx  45822  2 years  moneta  add new specialized Merge function for TGraphErrors and TGraphAsymmErrors see h...
TGraphBentErrors.cxx  44507  2 years  axel  Remove using namespace std; from Riostream.h, which has huge consequences for ...
TGraphDelaunay.cxx  35043  4 years  couet  - Some initializations were missing in the ctors (coverity)
TGraphErrors.cxx  45822  2 years  moneta  add new specialized Merge function for TGraphErrors and TGraphAsymmErrors see h...
TGraphSmooth.cxx  44507  2 years  axel  Remove using namespace std; from Riostream.h, which has huge consequences for ...
TGraphTime.cxx  31667  5 years  brun  Add a new function to produce an animated gif file from a TGraphTime. void TGrap...
TH1.cxx  49240  21 months  moneta  fix bug when calling Sumw2(false) on an histogram without sumw2
TH1K.cxx  44507  2 years  axel  Remove using namespace std; from Riostream.h, which has huge consequences for ...
TH2.cxx  49317  21 months  moneta  fix a bug in using option "d" in projection, when there is not an existing pad ...
TH2Poly.cxx  49254  21 months  couet  fix doc
TH3.cxx  49317  21 months  moneta  fix a bug in using option "d" in projection, when there is not an existing pad ...
THLimitsFinder.cxx  39671  3 years  couet  Improve Optimize help
THStack.cxx  49284  21 months  moneta  fix in THStack for variable histograms
THn.cxx  46439  2 years  axel  Fix an issue with fSumw2 not being told how many bins there are when going via d...
THnBase.cxx  46380  2 years  moneta  - when calling TH*:Fill with a weight different than 1, automatically call Sumw2...
THnSparse.cxx  46382  2 years  moneta  when calling Sumw2() on THnsparse or THn copy the current bin content in the arr...
TKDE.cxx  43845  2 years  moneta  fix an unitialized variable
TLimit.cxx  48992  21 months  rdm  From Lifeng Sun: The attached patchset fixes a bunch of typo in the source: 0001...
TLimitDataSource.cxx  35935  4 years  brun  use snprintf
TMultiDimFit.cxx  44507  2 years  axel  Remove using namespace std; from Riostream.h, which has huge consequences for ...
TMultiGraph.cxx  49062  21 months  couet  Tiny doc update
TPolyMarker.cxx  44507  2 years  axel  Remove using namespace std; from Riostream.h, which has huge consequences for ...
TPrincipal.cxx  44507  2 years  axel  Remove using namespace std; from Riostream.h, which has huge consequences for ...
TProfile.cxx  49133  21 months  moneta  add a flag in Sumw2() to delete error array structure
TProfile2D.cxx  49133  21 months  moneta  add a flag in Sumw2() to delete error array structure
TProfile3D.cxx  49133  21 months  moneta  add a flag in Sumw2() to delete error array structure
TProfileHelper.h  49240  21 months  moneta  fix bug when calling Sumw2(false) on an histogram without sumw2
TSVDUnfold.cxx  48992  21 months  rdm  From Lifeng Sun: The attached patchset fixes a bunch of typo in the source: 0001...
TSpline.cxx  44507  2 years  axel  Remove using namespace std; from Riostream.h, which has huge consequences for ...
TUnfold.cxx  48420  23 months  moneta  from Gabriel: - Fixed Coverity Issues 48902 - 48905 - speedup in ...
TUnfoldBinning.cxx  48420  23 months  moneta  from Gabriel: - Fixed Coverity Issues 48902 - 48905 - speedup in ...
TUnfoldDensity.cxx  48409  23 months  moneta  from Gabriel: Fixed coverity issues: 48371, 48513, 47921, 48345, 47920, 48348...
TUnfoldSys.cxx  47094  2 years  moneta  from S. Schmitt: new version of TUnfold (version 17)
TVirtualGraphPainter.cxx  24084  6 years  brun  From Olivier and me: Split the TGraph classes to move the graphics code to sepa...
TVirtualHistPainter.cxx  41387  3 years  pcanal  Add missing protection in TVirtualHistPainter::HistPainter
WrappedTF1.cxx  39454  3 years  moneta  fix initialization in ctor (coverity)

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9