You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`rootls` now follows the same logic of `TFile::ls()` to print the key cycle number and its tag when listing contents of a file with the `-l` option (PR [#7878](https://github.com/root-project/root/pull/7878)):
Copy file name to clipboardExpand all lines: README/ReleaseNotes/v632/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ a bug.
163
163
164
164
Added correct treatment of extended term in asymptotically correct method for uncertainty determination in the presence of weights.
165
165
This improvement will allow for extended unbinned maximum likelihood fits to use the asymptotically correct method when using the `RooFit::AsymptoticError()` command argument in [RooAbsPdf::fitTo()](https://root.cern.ch/doc/master/classRooAbsPdf.html#ab0721374836c343a710f5ff92a326ff5).
166
-
See also this [writeup on extended weighted fits](https://root.cern/files/extended_weighted_fits.pdf) that is also linked from the reference guide.
166
+
See also this [writeup on extended weighted fits](https://root-test.web.cern.ch/files/extended_weighted_fits.pdf) that is also linked from the reference guide.
167
167
The [pull request](https://github.com/root-project/root/pull/14751) that introduced this feature might also be a good reference.
At the end of expression one can add several parameters with the syntax:
319
319
@@ -330,7 +330,7 @@ Following parameters are supported:
330
330
- "drawopt" - drawing option for produced histogram
331
331
- "graph" - draw into TGraph object
332
332
333
-
Example - [opt=event.fTracks[].fTriggerBits;entries:1000;first:200;maxrange:25](https://root.cern/js/latest/?file=https://root.cern/files/event/event_0.root&item=EventTree&opt=event.fTracks[].fTriggerBits;entries:1000;first:200;maxrange:25)
333
+
Example - [opt=event.fTracks[].fTriggerBits;entries:1000;first:200;maxrange:25](https://root.cern/js/latest/?file=https://root-test.web.cern.ch/files/event/event_0.root&item=EventTree&opt=event.fTracks[].fTriggerBits;entries:1000;first:200;maxrange:25)
334
334
335
335
336
336
## Geometry viewer
@@ -406,7 +406,7 @@ Another way to configure visibility flags is usage of ROOT macros, which typical
Copy file name to clipboardExpand all lines: documentation/tmva/UsersGuide/UsingTMVAQuickStart.tex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ \subsection{Running the example}
75
75
76
76
The macros automatically fetch the data file from
77
77
the web using the corresponding \code{TFile} constructor, \eg,
78
-
\code{TFile::Open("http://root.cern/files/tmva_class_example.root")} (\code{tmva_reg_example.root} for regression). The example %ToDo: insert this code into our example execs and macros.
78
+
\code{TFile::Open("http://root-test.web.cern.ch/files/tmva_class_example.root")} (\code{tmva_reg_example.root} for regression). The example %ToDo: insert this code into our example execs and macros.
79
79
ROOT macros can be run directly in the \TmvaTutorialDir directory,
Copy file name to clipboardExpand all lines: io/doc/v528/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ <h4>TFile::MakeProject</h4>
187
187
</ul>
188
188
<h4>Misc.</h4>
189
189
<ul>
190
-
<li><tt>TFile::Open</tt> now does variable expansion so that you can include the protocol in the variable (for example: <prestyle="border:gray 1px solid;padding:0.5em 2em;background:#ffe">export H1="http://root.cern/files/h1"
190
+
<li><tt>TFile::Open</tt> now does variable expansion so that you can include the protocol in the variable (for example: <prestyle="border:gray 1px solid;padding:0.5em 2em;background:#ffe">export H1="http://root-test.web.cern.ch/files/h1"
191
191
...
192
192
TFile::Open("$H1/dstarmb.root");</pre></li>
193
193
<li>Added warning if the file does contain any StreamerInfo objects and was written with a different version of ROOT.</li>
0 commit comments