Skip to content

Commit 5488a26

Browse files
Remove usage of ccdb in tableReader
1 parent 143b6ca commit 5488a26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGDQ/Tasks/tableReader.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -684,10 +684,10 @@ struct AnalysisSameEventPairing {
684684
}
685685

686686
// Usage example of ccdb
687-
ccdb->setURL(url.value);
688-
ccdb->setCaching(true);
689-
ccdb->setLocalObjectValidityChecking();
690-
ccdb->setCreatedNotAfter(nolaterthan.value);
687+
//ccdb->setURL(url.value);
688+
//ccdb->setCaching(true);
689+
//ccdb->setLocalObjectValidityChecking();
690+
//ccdb->setCreatedNotAfter(nolaterthan.value);
691691

692692
DefineHistograms(fHistMan, histNames.Data()); // define all histograms
693693
VarManager::SetUseVars(fHistMan->GetUsedVars()); // provide the list of required variables so that VarManager knows what to fill

0 commit comments

Comments
 (0)