Skip to content

Commit 40390df

Browse files
author
Tae Hyoun Park
committed
AnaQuery
1 parent f30e0a7 commit 40390df

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/examples/hww.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
- Scale electron(muon) energy scale by $\pm 1(2)\,\%$ as systematic variations.
1212

1313
```cpp
14-
#include "HepQuery/Hist.h"
15-
#include "HepQuery/Tree.h"
14+
#include "AnaQuery/Hist.h"
15+
#include "AnaQuery/Tree.h"
1616

1717
#include "queryosity.h"
1818

docs/examples/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Examples
22

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.
44

55
```{toctree}
66
:maxdepth: 1

docs/examples/iris.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
#include "TCanvas.h"
1515
#include <ROOT/RVec.hxx>
1616

17-
#include "HepQuery/Hist.h"
18-
#include "HepQuery/Tree.h"
17+
#include "AnaQuery/Hist.h"
18+
#include "AnaQuery/Tree.h"
1919

2020
template <typename T> using Vec = ROOT::RVec<T>;
2121
using VecUI = Vec<unsigned int>;

docs/examples/xaod.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
3. Compute & plot their di-invariant mass, $ m_{ee} $.
66

77
```cpp
8-
#include "HepQuery/Event.h"
9-
#include "HepQuery/Hist.h"
8+
#include "AnaQuery/Event.h"
9+
#include "AnaQuery/Hist.h"
1010

1111
#include <xAODEgamma/ElectronContainer.h>
1212
#include <xAODEventInfo/EventInfo.h>

0 commit comments

Comments
 (0)