Skip to content

Commit b8413de

Browse files
ercolessichiarazampolli
authored andcommitted
improve config files
1 parent 7556a57 commit b8413de

File tree

5 files changed

+2
-68
lines changed

5 files changed

+2
-68
lines changed

DATA/production/qc-async/pidft0tof.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -53,24 +53,8 @@
5353
"grpFileName": "o2sim_grp.root",
5454
"geomFileName": "o2sim_geometry.root"
5555
},
56-
"location": "remote",
57-
"saveObjectsToFile": "tofft0PIDQC.root",
5856
"": "For debugging, path to the file where to save. If empty or missing it won't save."
5957
}
60-
},
61-
"checks": {
62-
"QcCheck": {
63-
"active": "false",
64-
"className": "o2::quality_control_modules::skeleton::SkeletonCheck",
65-
"moduleName": "QcSkeleton",
66-
"policy": "OnAny",
67-
"detectorName": "TOF",
68-
"dataSource": [{
69-
"type": "Task",
70-
"name": "QcTask",
71-
"MOs": ["example"]
72-
}]
73-
}
7458
}
7559
},
7660
"dataSamplingPolicies": []

DATA/production/qc-async/pidtof.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -53,24 +53,8 @@
5353
"grpFileName": "o2sim_grp.root",
5454
"geomFileName": "o2sim_geometry.root"
5555
},
56-
"location": "remote",
57-
"saveObjectsToFile": "tofPIDQC.root",
5856
"": "For debugging, path to the file where to save. If empty or missing it won't save."
5957
}
60-
},
61-
"checks": {
62-
"QcCheck": {
63-
"active": "false",
64-
"className": "o2::quality_control_modules::skeleton::SkeletonCheck",
65-
"moduleName": "QcSkeleton",
66-
"policy": "OnAny",
67-
"detectorName": "TOF",
68-
"dataSource": [{
69-
"type": "Task",
70-
"name": "QcTask",
71-
"MOs": ["example"]
72-
}]
73-
}
7458
}
7559
},
7660
"dataSamplingPolicies": []

MC/bin/o2dpg_sim_workflow.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -915,13 +915,11 @@ def addQCPerTF(taskName, needs, readerCommand, configFilePath, objectsFile=''):
915915
addQCPerTF(taskName='tofft0PIDQC',
916916
needs=[ITSTPCMATCHtask['name'], TOFRECOtask['name'], FT0RECOtask['name']],
917917
readerCommand='o2-global-track-cluster-reader --track-types "ITS-TPC,TPC,ITS-TPC-TOF,TPC-TOF" --cluster-types FT0',
918-
configFilePath='json://${O2DPG_ROOT}/MC/config/QC/json/pidft0tof.json',
919-
objectsFile='tofft0PIDQC.root')
918+
configFilePath='json://${O2DPG_ROOT}/MC/config/QC/json/pidft0tof.json')
920919
addQCPerTF(taskName='tofPIDQC',
921920
needs=[ITSTPCMATCHtask['name'], TOFRECOtask['name']],
922921
readerCommand='o2-global-track-cluster-reader --track-types "ITS-TPC,TPC,ITS-TPC-TOF,TPC-TOF" --cluster-types none',
923-
configFilePath='json://${O2DPG_ROOT}/MC/config/QC/json/pidtof.json',
924-
objectsFile='tofPIDQC.root')
922+
configFilePath='json://${O2DPG_ROOT}/MC/config/QC/json/pidtof.json')
925923

926924
### EMCAL
927925
if isActive('EMC'):

MC/config/QC/json/pidft0tof.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -56,24 +56,8 @@
5656
"grpFileName": "o2sim_grp.root",
5757
"geomFileName": "o2sim_geometry.root"
5858
},
59-
"location": "remote",
60-
"saveObjectsToFile": "tofft0PIDQC.root",
6159
"": "For debugging, path to the file where to save. If empty or missing it won't save."
6260
}
63-
},
64-
"checks": {
65-
"QcCheck": {
66-
"active": "false",
67-
"className": "o2::quality_control_modules::skeleton::SkeletonCheck",
68-
"moduleName": "QcSkeleton",
69-
"policy": "OnAny",
70-
"detectorName": "TOF",
71-
"dataSource": [{
72-
"type": "Task",
73-
"name": "QcTask",
74-
"MOs": ["example"]
75-
}]
76-
}
7761
}
7862
},
7963
"dataSamplingPolicies": []

MC/config/QC/json/pidtof.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -56,24 +56,8 @@
5656
"grpFileName": "o2sim_grp.root",
5757
"geomFileName": "o2sim_geometry.root"
5858
},
59-
"location": "remote",
60-
"saveObjectsToFile": "tofPIDQC.root",
6159
"": "For debugging, path to the file where to save. If empty or missing it won't save."
6260
}
63-
},
64-
"checks": {
65-
"QcCheck": {
66-
"active": "false",
67-
"className": "o2::quality_control_modules::skeleton::SkeletonCheck",
68-
"moduleName": "QcSkeleton",
69-
"policy": "OnAny",
70-
"detectorName": "TOF",
71-
"dataSource": [{
72-
"type": "Task",
73-
"name": "QcTask",
74-
"MOs": ["example"]
75-
}]
76-
}
7761
}
7862
},
7963
"dataSamplingPolicies": []

0 commit comments

Comments
 (0)