Skip to content
Snippets Groups Projects
Commit d487b572 authored by wudr@ihep.ac.cn's avatar wudr@ihep.ac.cn
Browse files

update README

parent cc7ab7c2
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ PKG(ExampleAlg
)
```
An `**algorithm**` is defined as a `c++ class` like
An **`algorithm`** is defined as a `c++ class` like
```c++
// Similar to JUNO Offline, this line will register the algorithm
......@@ -72,7 +72,7 @@ More detail can be found in `./Analysis/CommissioningAlg/`.
Similar to `ExampleAlg`, the folders, CMakeLists.txt and \_\_init\_\_.py should be created
A `**tool**` is defined as a `c++ class` too.
A **`tool`** is defined as a `c++ class` too.
```c++
DECLARE_TOOL(ExampleTool);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment