Skip to content

Commit

Permalink
fix wrong name of classes and namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Barthelemy committed Oct 12, 2018
1 parent ae5c276 commit 0c31b17
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Framework/basic.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"taskDefinition": "QcTaskDefinition"
},
"QcTaskDefinition": {
"className": "o2::quality_control_modules::skeleton_dpl::SkeletonTaskDPL",
"moduleName": "QcSkeletonDPL",
"className": "o2::quality_control_modules::skeleton::SkeletonTask",
"moduleName": "QcSkeleton",
"outputDataOrigin": "ITS",
"cycleDurationSeconds": "10",
"maxNumberCycles": "-1",
Expand Down
4 changes: 2 additions & 2 deletions Framework/qcTaskDplConfig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ taskDefinition=skeletonTaskDefinition

[qc/task_config/skeletonTaskDefinition]
# The name of your class, with full namespace.
className=o2::quality_control_modules::skeleton_dpl::SkeletonTask
className=o2::quality_control_modules::skeleton::SkeletonTask
# Which library contains the class.
moduleName=QcSkeletonDpl
moduleName=QcSkeleton
# Number of cycles to perform. '-1' for infinite.
maxNumberCycles=-1
# 'Origin' header field of all objects published by QC task. Max. 4 characters. Might be generated automatically later.
Expand Down
6 changes: 3 additions & 3 deletions Framework/readout.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"host": "ccdb-test.cern.ch:8080",
"username": "not_applicable",
"password": "not_applicable",
"name": "not_applicable"
"name": "not_applicable"
},
"Activity": {
"number": "42",
Expand All @@ -24,8 +24,8 @@
"taskDefinition": "daqTaskDefinition"
},
"daqTaskDefinition": {
"className": "o2::quality_control_modules::skeleton_dpl::SkeletonTaskDPL",
"moduleName": "QcSkeletonDpl",
"className": "o2::quality_control_modules::skeleton::SkeletonTask",
"moduleName": "QcSkeleton",
"outputDataOrigin": "ITS",
"cycleDurationSeconds": "10",
"maxNumberCycles": "10",
Expand Down

0 comments on commit 0c31b17

Please sign in to comment.