openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
ROOT
Settings
|
Report Duplicate
15
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 2,671 of 2,673
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
- Modify TAttText::Modify to compute the text magnitude. This is still required when drawing rotated text.
Rene Brun
More...
over 24 years ago
Add member fStereoFlag in TPadOpenGLView.h class TPadOpenGLView modified.
Rene Brun
More...
over 24 years ago
- Add option STEREO_GL in the OpenGL interface (Valery Fine) class TGLKernel modified. class TRootGLViewer modified. Add member fStereoFlag in TPadOpenGLView.h class TPadOpenGLView modified.
Rene Brun
More...
over 24 years ago
- Set the maximum dimension for array params in TTreeFormula::EvalInstance to the parameter kMAXFOUND already used in TFormula.
Rene Brun
More...
over 24 years ago
- Add symbols #perp, #parallel and #odot in TLatex New function TLatex::DrawCircle TLatex::DrawParenthesss rewritten
Rene Brun
More...
over 24 years ago
- Modify TH1::Rebin to support the case where the number of bins is not a multiple of the grouped bins. In this case the upper edge of the rebinned histogram is recomputed. Last bin(s) are added to the overflow bin and the statistics are reset. (thanks Gerco Underwater for the suggestion).
Rene Brun
More...
over 24 years ago
when getting an empty line check for Gl_eof(). If an eof found terminate. This is the case when there is no more input while reading from a pipe of from a file via stdin
Fons Rademakers
More...
over 24 years ago
when not reading from a tty and read()==-1 set gl_eof flag. Export this flag via Gl_eof()
Fons Rademakers
More...
over 24 years ago
added path of libttf.a to X11TTFLIBEXTRA
Fons Rademakers
More...
over 24 years ago
Introduce same options as they were in the CMZ file
Rene Brun
More...
over 24 years ago
Add -anso to the CXXFLAGS directive
Rene Brun
More...
over 24 years ago
Add -DIRIX64 in the CXXFLAGS
Rene Brun
More...
over 24 years ago
Remove -OPT:Olimit=0 in the KCC directive
Rene Brun
More...
over 24 years ago
Remove option -o in LDFLAGS Add -I/usr/include/CC.sgi to include path of CXXFLAGS and CINTCXXFLAGS
Rene Brun
More...
over 24 years ago
- Add possibility to specify a User fitting function in TGraph::Fit: By default the fitting function GraphFitChisquare is used. To specify a User defined fitting function, specify option "U" and call the following functions: TVirtualFitter::Fitter(mygraph)->SetFCN(MyFittingFunction) where MyFittingFunction is of type: extern void MyFittingFunction(Int_t &npar, Double_t *gin, Double_t &f, Double_t *u, Int_t flag);
Rene Brun
More...
over 24 years ago
Add new comments in TH1::Fit to explain how to change the Fitting Function
Rene Brun
More...
over 24 years ago
- The current cint (5.14.40) does allow for a space to be between a namespace and a scope operator (for example: std ::cout).
Rene Brun
More...
over 24 years ago
- Introduce support for 2 and 3 dimensional fits in TTree::UnbinnedFit. Reset the internal Chisquare stored in the fitted function.
Rene Brun
More...
over 24 years ago
mention that TFile::Open() is preferred way of opening files
Fons Rademakers
More...
over 24 years ago
increased size of variable lastUpdate, this fixes memory exhaustion during deletion
Fons Rademakers
More...
over 24 years ago
Modify TTree::SetBasketSize and SetBranchStatus to take into account branch names with dimensions like ring[48]. Branch names containing [] were omitted due to the special meaning of these characters in teh regular expressions.
Rene Brun
More...
over 24 years ago
Protection added to TBranch::DropBaskets
Rene Brun
More...
over 24 years ago
- New options in TStyle::Setxxx fonctions setting axis parameters. For example, one can do : gStyle->SetLabelFont(72,"xyz") to set the font for the 3 axes x,y,z
Rene Brun
More...
over 24 years ago
change GetName() to fTree->GetName() when TProof IsActive Problem reported by Peter Malzacher.
Rene Brun
More...
over 24 years ago
new version of CINT 5.14.40
Fons Rademakers
More...
over 24 years ago
increased MAXDIRS to 256
Fons Rademakers
More...
over 24 years ago
// 29 May - Add the following note in the TPave, TPaveLabel and TPaveText constructors: IMPORTANT NOTE: Because TPave objects (and objects deriving from TPave) have their master coordinate system in NDC, one cannot use the TBox functions SetX1,SetY1,SetX2,SetY2 to change the corner coordinates. One should use instead SetX1NDC, SetY1NDC, SetX2NDC, SetY2NDC.
Rene Brun
More...
over 24 years ago
- Activate function rndm in TFormula::Eval and TTreeFormula::EvalInstance. One can do: TF1 f1("f1","sin(x)+0.1*rndm",0,4) f1.Draw(); ntuple.Draw("px+rndm","rndm<0.1");
Rene Brun
More...
over 24 years ago
Mods in rootcint by philippe to generate correct code for the case char *fName; roorcint 2.24/05 was crashing on hpuxaCC
Rene Brun
More...
over 24 years ago
- Add a new member char fType[20] in class Event of test program mainEvent.
Rene Brun
More...
over 24 years ago
←
1
2
…
2665
2666
2667
2668
2669
2670
2671
2672
2673
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree