15
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
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. More... over 24 years ago
Add member fStereoFlag in TPadOpenGLView.h class TPadOpenGLView modified. 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. More... over 24 years ago
- Set the maximum dimension for array params in TTreeFormula::EvalInstance to the parameter kMAXFOUND already used in TFormula. More... over 24 years ago
- Add symbols #perp, #parallel and #odot in TLatex New function TLatex::DrawCircle TLatex::DrawParenthesss rewritten 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). 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 More... over 24 years ago
when not reading from a tty and read()==-1 set gl_eof flag. Export this flag via Gl_eof() More... over 24 years ago
added path of libttf.a to X11TTFLIBEXTRA More... over 24 years ago
Introduce same options as they were in the CMZ file More... over 24 years ago
Add -anso to the CXXFLAGS directive More... over 24 years ago
Add -DIRIX64 in the CXXFLAGS More... over 24 years ago
Remove -OPT:Olimit=0 in the KCC directive More... over 24 years ago
Remove option -o in LDFLAGS Add -I/usr/include/CC.sgi to include path of CXXFLAGS and CINTCXXFLAGS 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); More... over 24 years ago
Add new comments in TH1::Fit to explain how to change the Fitting Function 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). 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. More... over 24 years ago
mention that TFile::Open() is preferred way of opening files More... over 24 years ago
increased size of variable lastUpdate, this fixes memory exhaustion during deletion 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. More... over 24 years ago
Protection added to TBranch::DropBaskets 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 More... over 24 years ago
change GetName() to fTree->GetName() when TProof IsActive Problem reported by Peter Malzacher. More... over 24 years ago
new version of CINT 5.14.40 More... over 24 years ago
increased MAXDIRS to 256 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. 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"); 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 More... over 24 years ago
- Add a new member char fType[20] in class Event of test program mainEvent. More... over 24 years ago