Fork me on GitHub
Home
Download
Releases
Quick Tour
Workbook
New Ticket
Contact
Search:
Login
Preferences
Register
Wiki
Source
Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
7ce5d1c
in git for
README.md
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
Timestamp:
Aug 23, 2019, 4:34:37 PM (
5 years
ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile
,
Timing
,
master
Children:
414db83
Parents:
a5ff49f
Message:
update basic analysis example in README files
File:
1 edited
README.md
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
README.md
ra5ff49f
r7ce5d1c
89
89
90
90
```
91
TFile
::Open("delphes_output.root");
92
Delphes
->Draw("Electron.PT");
91
TFile
*f = TFile
::Open("delphes_output.root");
92
f->Get("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