You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Common/TableProducer/eventSelection.cxx
+10-35Lines changed: 10 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -95,15 +95,6 @@ struct BcSelectionTask {
95
95
bool isGoodITSLayersAll = true; // default value
96
96
voidinit(InitContext&)
97
97
{
98
-
if (metadataInfo.isFullyDefined() && !doprocessRun2 && !doprocessRun3) { // Check if the metadata is initialized (only if not forced from the workflow configuration)
99
-
LOG(info) << "Autosetting the processing mode (Run2 or Run3) based on metadata";
100
-
if (metadataInfo.isRun3()) {
101
-
doprocessRun3.value = true;
102
-
} else {
103
-
doprocessRun2.value = true;
104
-
}
105
-
}
106
-
107
98
// ccdb->setURL("http://ccdb-test.cern.ch:8080");
108
99
ccdb->setURL("http://alice-ccdb.cern.ch");
109
100
ccdb->setCaching(true);
@@ -580,14 +571,6 @@ struct EventSelectionTask {
580
571
voidinit(InitContext&)
581
572
{
582
573
if (metadataInfo.isFullyDefined()) { // Check if the metadata is initialized (only if not forced from the workflow configuration)
583
-
if (!doprocessRun2 && !doprocessRun3) {
584
-
LOG(info) << "Autosetting the processing mode (Run2 or Run3) based on metadata";
585
-
if (metadataInfo.isRun3()) {
586
-
doprocessRun3.value = true;
587
-
} else {
588
-
doprocessRun2.value = true;
589
-
}
590
-
}
591
574
if (isMC == -1) {
592
575
LOG(info) << "Autosetting the MC mode based on metadata";
593
576
if (metadataInfo.isMC()) {
@@ -1186,15 +1169,6 @@ struct LumiTask {
1186
1169
1187
1170
voidinit(InitContext&)
1188
1171
{
1189
-
if (metadataInfo.isFullyDefined() && !doprocessRun3 && !doprocessRun3) { // Check if the metadata is initialized (only if not forced from the workflow configuration)
1190
-
LOG(info) << "Autosetting the processing mode (Run2 or Run3) based on metadata";
0 commit comments