Skip to content

Smanthey/lowe development#119

Open
mantheys wants to merge 5 commits intodevelopfrom
smanthey/lowe_development
Open

Smanthey/lowe development#119
mantheys wants to merge 5 commits intodevelopfrom
smanthey/lowe_development

Conversation

@mantheys
Copy link
Member

ADD OPHIT WAVEFORM ASSOCIATION FUNCTION TO MONITOR BACKTRACKING ISSUES

@mantheys mantheys requested a review from fgalizzi November 21, 2025 11:21
@wyjang-uta
Copy link
Member

trigger build

@FNALbuild
Copy link
Collaborator

✔️ CI build for LArSoft Succeeded on slf7 for e26:prof -- details available through the CI dashboard

@FNALbuild
Copy link
Collaborator

✔️ CI build for LArSoft Succeeded on slf7 for c14:prof -- details available through the CI dashboard

@FNALbuild
Copy link
Collaborator

❌ CI build for DUNE Failed at phase build DUNE on slf7 for c14:prof -- details available through the CI dashboard

🚨 For more details about the failed phase, check the build DUNE phase logs

parent CI build details are available through the CI dashboard

@FNALbuild
Copy link
Collaborator

❌ CI build for DUNE Failed at phase build DUNE on slf7 for e26:prof -- details available through the CI dashboard

🚨 For more details about the failed phase, check the build DUNE phase logs

parent CI build details are available through the CI dashboard

@wyjang-uta
Copy link
Member

Hi @mantheys , the CI test is failing in build stage due to the following errors:

/scratch/workspace/dune_ci/label_exp/swarm/label_exp2/swarm/DUNE/srcs/duneana/duneana/SolarNuAna/SolarNuAna_module.cc
26049: /scratch/workspace/dune_ci/label_exp/swarm/label_exp2/swarm/DUNE/srcs/duneana/duneana/SolarNuAna/SolarNuAna_module.cc:919:40: error: no member named 'Time' in 'solar::AdjOpHitsUtils::FlashInfo'
26050:         OpFlashTime.push_back(TheFlash.Time - fOpFlashTimeOffset); // Convert to microseconds happens in AdjOpHits
26051:                               ~~~~~~~~ ^
26052: /scratch/workspace/dune_ci/label_exp/swarm/label_exp2/swarm/DUNE/srcs/duneana/duneana/SolarNuAna/SolarNuAna_module.cc:922:41: error: no member named 'MaxPE' in 'solar::AdjOpHitsUtils::FlashInfo'
26053:         OpFlashMaxPE.push_back(TheFlash.MaxPE);
26054:                                ~~~~~~~~ ^
26055: /scratch/workspace/dune_ci/label_exp/swarm/label_exp2/swarm/DUNE/srcs/duneana/duneana/SolarNuAna/SolarNuAna_module.cc:970:172: error: no member named 'Time' in 'solar::AdjOpHitsUtils::FlashInfo'
26056:           sOpFlashTruth += "OpFlash PE " + ProducerUtils::str(TheFlash.PE) + " with purity " + ProducerUtils::str(ThisOpFlashPur) + " time " + ProducerUtils::str(TheFlash.Time) + " plane " + ProducerUtils::str(TheFlash.Plane) + "\n";
26057:                                                                                                                                                                   ~~~~~~~~ ^
26058: /scratch/workspace/dune_ci/label_exp/swarm/label_exp2/swarm/DUNE/srcs/duneana/duneana/SolarNuAna/SolarNuAna_module.cc:972:91: error: no member named 'MaxPE' in 'solar::AdjOpHitsUtils::FlashInfo'
26059:           sOpFlashTruth += "\t*** 1st Sanity check: Ratio " + ProducerUtils::str(TheFlash.MaxPE / TheFlash.PE) + " <= " + ProducerUtils::str(fAdjOpFlashMaxPERatioCut) + "\n";
26060:                                                                                  ~~~~~~~~ ^
26061: 4 errors generated.

Apparently this is happening due to he use of undefined members or symbols. Could you please take a look for these issues so that we can merge this PR? Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants