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

update README.md

parent 23f66b83
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,8 @@ bool ExampleTool::configure(string outputDir, const SPMTMap *map) {
bool ExampleTool::analyze(const Params& paras) {
// output gcu ID
// with paras.get("NAME_OF_PROPERTY") you can get the property you need
// the properties aviliable you chan find in the CommissioningAlg.cc
LogInfo << paras.get("GCU_ID") << endl;
return true;
}
......
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