Skip to content

Commit 1d92bfc

Browse files
committed
removed redundant part
1 parent 0a32bf2 commit 1d92bfc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

PWGLF/Tasks/QC/trackedCascadeProperties.cxx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@ struct TrackedCascadeProperties {
108108
zorroSummary.setObject(zorro.getZorroSummary());
109109
}
110110

111-
ccdb->setURL(urlToCcdb.value);
112-
ccdb->setCaching(true);
113-
ccdb->setLocalObjectValidityChecking();
114-
ccdb->setCreatedNotAfter(std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::system_clock::now().time_since_epoch()).count());
115-
ccdb->setFatalWhenNull(false);
116-
117111
registryQC.add("matchingChi2", "matching Chi2", HistType::kTH1F, {{200, 0, 1000, "#chi^{2}_{matching}"}});
118112
registryQC.add("topologyChi2", "topology Chi2", HistType::kTH1F, {{500, 0, 0.5, "#chi^{2}_{topology}"}});
119113
registryQC.add("nITScls_vs_p_xi", "nITS Xi", HistType::kTH2F, {{100, 0, 10, "#it{p} (GeV/#it{c})"}, {8, 0, 8, "n_{ITS}^{cls}"}});

0 commit comments

Comments
 (0)