File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
- Scale electron(muon) energy scale by $\pm 1(2)\,\%$ as systematic variations.
12
12
13
13
``` cpp
14
- #include " HepQuery /Hist.h"
15
- #include " HepQuery /Tree.h"
14
+ #include " AnaQuery /Hist.h"
15
+ #include " AnaQuery /Tree.h"
16
16
17
17
#include " queryosity.h"
18
18
Original file line number Diff line number Diff line change 1
1
# Examples
2
2
3
- [ HepQuery ] ( https://github.com/taehyounpark/queryosity-hep ) provides the extensions for ROOT ` TTree ` -based datasets and ` TH1 ` -based outputs.
3
+ [ AnaQuery ] ( https://github.com/taehyounpark/queryosity-hep ) provides the extensions for ROOT ` TTree ` -based datasets and ` TH1 ` -based outputs.
4
4
5
5
``` {toctree}
6
6
:maxdepth: 1
Original file line number Diff line number Diff line change 14
14
#include " TCanvas.h"
15
15
#include < ROOT/RVec.hxx>
16
16
17
- #include " HepQuery /Hist.h"
18
- #include " HepQuery /Tree.h"
17
+ #include " AnaQuery /Hist.h"
18
+ #include " AnaQuery /Tree.h"
19
19
20
20
template <typename T> using Vec = ROOT::RVec<T>;
21
21
using VecUI = Vec<unsigned int >;
Original file line number Diff line number Diff line change 5
5
3 . Compute & plot their di-invariant mass, $ m_ {ee} $.
6
6
7
7
``` cpp
8
- #include " HepQuery /Event.h"
9
- #include " HepQuery /Hist.h"
8
+ #include " AnaQuery /Event.h"
9
+ #include " AnaQuery /Hist.h"
10
10
11
11
#include < xAODEgamma/ElectronContainer.h>
12
12
#include < xAODEventInfo/EventInfo.h>
You can’t perform that action at this time.
0 commit comments