Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting wrong art::TriggerResults #186

Open
AndrewEdmonds11 opened this issue Jul 12, 2024 · 0 comments
Open

Getting wrong art::TriggerResults #186

AndrewEdmonds11 opened this issue Jul 12, 2024 · 0 comments
Labels
art / Offline This requires some touching of art / Offline bug Something isn't working

Comments

@AndrewEdmonds11
Copy link
Collaborator

As reported by Sam after investigating #47:

If we set

physics.analyzers.TrkAna.FillTriggerInfo : true
physics.analyzers.TrkAna.debugLevel : 2

then we get the following error about not finding the correct art::TriggerResults:

%MSG-s ArtException:  PostEndJob 10-Jul-2024 14:52:43 CDT ModuleEndJob
---- EventProcessorFailure BEGIN
  EventProcessor: an exception occurred during current event processing
  ---- EventProcessorFailure BEGIN
    EndPathExecutor: an exception occurred during current event processing
    ---- ScheduleExecutionFailure BEGIN
      Path: ProcessingStopped.
      ---- ProductNotFound BEGIN
        Found zero products matching all selection criteria
          C++ type: art::TriggerResults
          Module label: 'TriggerResults'
          Product instance name: ''
          Process name: 'Mix'
        The above exception was thrown while processing module TrkAnaTreeMaker/TrkAna run: 1210 subRun: 14 event: 1
      ---- ProductNotFound END
      Exception going through path end_path
    ---- ScheduleExecutionFailure END
  ---- EventProcessorFailure END
---- EventProcessorFailure END
%MSG
Art has completed and will exit with status 1.

It looks like we are trying to get art::TriggerResults from the Mix process. However, these are the ones that are in the mcs files that we run over:

            437306      0.000 art::TriggerResults_TriggerResults__Digitize.
            240786      0.000 art::TriggerResults_TriggerResults__cosmicsplitter.
            227342      0.000 art::TriggerResults_TriggerResults__CosmicS2.
            224734      0.000 art::TriggerResults_TriggerResults__Primary.
            178126      0.000 art::TriggerResults_TriggerResults__Reconstruct.

This will need a little bit of investigation to understand where we are setting Mix and I think the one we want is Reconstruct

@AndrewEdmonds11 AndrewEdmonds11 added bug Something isn't working art / Offline This requires some touching of art / Offline labels Jul 12, 2024
@AndrewEdmonds11 AndrewEdmonds11 added this to the Future release milestone Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
art / Offline This requires some touching of art / Offline bug Something isn't working
Projects
Status: Ready
Development

No branches or pull requests

1 participant