Skip to content

Conversation

@shahor02
Copy link
Collaborator

Print selected settigs only once from the 1st pipeline. Rescale pT cutoffs by actual/nominal B-field. For this reason, CA ITSTrackingInterface::initialise is moved inside ITSTrackingInterface::updateTimeDependentParams 1st call (during 1st TF processing).

@mpuccio here I set defaults to the best I could get so far for 37kHz pbpb, see ITSV2 in https://its.cern.ch/jira/browse/O2-5763?focusedId=6680013&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-6680013 and add a possibility to modify the minTrackLenght and corresponding pt cut-offs from the config.param (taken only if non-0). I assume for pp we may want different settings, so should be flexible. E.g. this default settings correspond to:

 --configKeyValues "ITSCATrackerParam.minTrackLgtIter[2]=4;ITSCATrackerParam.minTrackLgtIter[3]=4;ITSCATrackerParam.minPtIterLgt[0]=0.08;ITSCATrackerParam.minPtIterLgt[0]=0.08;ITSCATrackerParam.minPtIterLgt[4]=0.08;ITSCATrackerParam.minPtIterLgt[8]=0.08;ITSCATrackerParam.minPtIterLgt[9]=0.2;ITSCATrackerParam.minPtIterLgt[10]=1.;ITSCATrackerParam.minPtIterLgt[11]=0.16;"

Print selected setthigs only once from the 1st pipeline.
Rescale pT cutoffs by actual/nominal B-field. For this reason CA ITSTrackingInterface::initialise
is moved inside ITSTrackingInterface::updateTimeDependentParams 1st call (during 1st TF processing).
@shahor02 shahor02 requested a review from mconcas as a code owner February 14, 2025 18:38
@github-actions
Copy link
Contributor

REQUEST FOR PRODUCTION RELEASES:
To request your PR to be included in production software, please add the corresponding labels called "async-" to your PR. Add the labels directly (if you have the permissions) or add a comment of the form (note that labels are separated by a ",")

+async-label <label1>, <label2>, !<label3> ...

This will add <label1> and <label2> and removes <label3>.

The following labels are available
async-2023-pbpb-apass4
async-2023-pp-apass4
async-2024-pp-apass1
async-2022-pp-apass7
async-2024-pp-cpass0
async-2024-PbPb-apass1
async-2024-ppRef-apass1

@alibuild
Copy link
Collaborator

Error while checking build/O2/fullCI for 7d159ea at 2025-02-15 18:47:

## sw/BUILD/O2-latest/log
c++: error: unrecognized command-line option '--rtlib=compiler-rt'
c++: error: unrecognized command-line option '--rtlib=compiler-rt'


## sw/BUILD/O2Physics-latest/log
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:


## sw/BUILD/O2-full-system-test-latest/log
Detected critical problem in logfile o2-raw-file-reader-workflow.log
o2-raw-file-reader-workflow.log:[40351:internal-dpl-ccdb-backend]: [17:46:57][ERROR] Exception while running: Fatal error. Rethrowing.
o2-raw-file-reader-workflow.log-[40351:internal-dpl-ccdb-backend]: [17:46:57][FATAL] Unhandled o2::framework::runtime_error reached the top of main of o2-ft0-flp-dpl-workflow, device shutting down. Reason: Fatal error
[40351:internal-dpl-ccdb-backend]: [17:46:57][ERROR] CCDBDownloader CURL transfer error - Timeout was reached
[40351:internal-dpl-ccdb-backend]: [17:46:57][ERROR] CcdbDownloader finished transfer http://alice-ccdb.cern.ch/CTP/Calib/OrbitReset for 1550600800000 (agent_id: alimetal09.cern.ch-1739641616-pJHTzj) with http code: 0
[40351:internal-dpl-ccdb-backend]: [17:46:57][ERROR] File CTP/Calib/OrbitReset could not be retrieved. No more hosts to try.
[40351:internal-dpl-ccdb-backend]: [17:46:57][FATAL] Unable to find object CTP/Calib/OrbitReset/1550600800000
[40351:internal-dpl-ccdb-backend]: [17:46:57][ERROR] Exception while running: Fatal error. Rethrowing.
[40351:internal-dpl-ccdb-backend]: [17:46:57][FATAL] Unhandled o2::framework::runtime_error reached the top of main of o2-ft0-flp-dpl-workflow, device shutting down. Reason: Fatal error
[ERROR] Workflow crashed - PID 40351 (internal-dpl-ccdb-backend) did not exit correctly however it's not clear why. Exit code forced to 128.
[ERROR]  - Device internal-dpl-ccdb-backend: pid 40351 (exit 128)
[INFO]    - First error: [17:46:57][FATAL] Unable to find object CTP/Calib/OrbitReset/1550600800000
[ERROR] SEVERE: Device internal-dpl-ccdb-backend (40351) had at least one message above severity 5: Unable to find object CTP/Calib/OrbitReset/1550600800000


## sw/BUILD/o2checkcode-latest/log
--
========== List of errors found ==========
++ GRERR=0
++ grep ' error:'
++ grep -v clang-diagnostic-error error-log.txt
++ GRERR=1
[0 more errors; see full log]

Full log here.

@shahor02 shahor02 merged commit 5399339 into AliceO2Group:dev Feb 17, 2025
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants