Fork me on GitHub
Home
Download
Releases
Quick Tour
Workbook
New Ticket
Contact
Search:
Login
Preferences
Register
Wiki
Source
Tickets
Search
Context Navigation
Reverse Diff
Changes in
README.md
[7ce5d1c:69da136]
in git
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
File:
1 edited
README.md
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
README.md
r7ce5d1c
r69da136
89
89
90
90
```
91
TFile
*f = TFile
::Open("delphes_output.root");
92
f->Get("Delphes")
->Draw("Electron.PT");
91
TFile
::Open("delphes_output.root");
92
Delphes
->Draw("Electron.PT");
93
93
TBrowser browser;
94
94
```
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive