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

update README

parent a99e58b8
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ PKG(ExampleAlg
An `**algorithm**` is defined as a `c++ class` like
```c++=
```c++
// Similar to JUNO Offline, this line will register the algorithm
DECLARE_ALGORITHM(ExampleAlg);
// The *Alg class must inherit from AlgBase
......@@ -74,7 +74,7 @@ Similar to `ExampleAlg`, the folders, CMakeLists.txt and \_\_init\_\_.py should
A `**tool**` is defined as a `c++ class` too.
```c++=
```c++
DECLARE_TOOL(ExampleTool);
class ExampleTool : public AnaTool, public ToolBase {
......
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