Skip to content

Commit 57a8024

Browse files
Remove checks from json since they are not used.
The current version was misconfigured, and even if not used, it was making the QC crash.
1 parent 8202ca3 commit 57a8024

File tree

4 files changed

+0
-56
lines changed

4 files changed

+0
-56
lines changed

MC/config/QC/json/ITSTPCmatchedTracks_direct_MC.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,6 @@
5959
"saveObjectsToFile" : "ITSTPCmatched.root",
6060
"" : "For debugging, path to the file where to save. If empty or missing it won't save."
6161
}
62-
},
63-
"checks" : {
64-
"QcCheck" : {
65-
"active" : "false",
66-
"className" : "o2::quality_control_modules::skeleton::SkeletonCheck",
67-
"moduleName" : "QcSkeleton",
68-
"policy" : "OnAny",
69-
"detectorName" : "TOF",
70-
"dataSource" : [ {
71-
"type" : "Task",
72-
"name" : "QcTask",
73-
"MOs" : ["example"]
74-
} ]
75-
}
7662
}
7763
},
7864
"dataSamplingPolicies" : [

MC/config/QC/json/tofMatchedTracks_AllTypes_direct_MC.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,6 @@
5959
"saveObjectsToFile" : "TOFmatchedTracks_AllTypes_MC.root",
6060
"" : "For debugging, path to the file where to save. If empty or missing it won't save."
6161
}
62-
},
63-
"checks" : {
64-
"QcCheck" : {
65-
"active" : "false",
66-
"className" : "o2::quality_control_modules::skeleton::SkeletonCheck",
67-
"moduleName" : "QcSkeleton",
68-
"policy" : "OnAny",
69-
"detectorName" : "TOF",
70-
"dataSource" : [ {
71-
"type" : "Task",
72-
"name" : "QcTask",
73-
"MOs" : ["example"]
74-
} ]
75-
}
7662
}
7763
},
7864
"dataSamplingPolicies" : []

MC/config/QC/json/tofMatchedTracks_ITSTPCTOF_TPCTOF.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,6 @@
5959
"saveObjectsToFile" : "TOFmatchedITSTPCTOF_TPCTOF.root",
6060
"" : "For debugging, path to the file where to save. If empty or missing it won't save."
6161
}
62-
},
63-
"checks" : {
64-
"QcCheck" : {
65-
"active" : "false",
66-
"className" : "o2::quality_control_modules::skeleton::SkeletonCheck",
67-
"moduleName" : "QcSkeleton",
68-
"policy" : "OnAny",
69-
"detectorName" : "TOF",
70-
"dataSource" : [ {
71-
"type" : "Task",
72-
"name" : "QcTask",
73-
"MOs" : ["example"]
74-
} ]
75-
}
7662
}
7763
},
7864
"dataSamplingPolicies" : [

MC/config/QC/json/tofMatchedTracks_ITSTPCTOF_TPCTOF_direct_MC.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,6 @@
5959
"saveObjectsToFile" : "TOFmatchedITSTPCTOF_TPCTOF_MC.root",
6060
"" : "For debugging, path to the file where to save. If empty or missing it won't save."
6161
}
62-
},
63-
"checks" : {
64-
"QcCheck" : {
65-
"active" : "false",
66-
"className" : "o2::quality_control_modules::skeleton::SkeletonCheck",
67-
"moduleName" : "QcSkeleton",
68-
"policy" : "OnAny",
69-
"detectorName" : "TOF",
70-
"dataSource" : [ {
71-
"type" : "Task",
72-
"name" : "QcTask",
73-
"MOs" : ["example"]
74-
} ]
75-
}
7662
}
7763
},
7864
"dataSamplingPolicies" : []

0 commit comments

Comments
 (0)