Mu2e / TrkAna

Track-based analysis TTree maker working in the art framework
Apache License 2.0
1 stars 19 forks source link

Added trigger_paths and end_paths to TrkAnaExtracted.fcl and TrkAnaReco.fcl #171

Closed sam-grant closed 3 weeks ago

sam-grant commented 3 weeks ago

Referring to TrkAna/issues/169:

"Attempts to set up a grid submission using TrkAna fcl files with mu2ejobdef will result in an error relating to the fact that physics.trigger_paths and physics.end_paths are not defined."

I've added trigger_paths and end_paths to TrkAnaExtracted.fcl and TrkAnaReco.fcl. I know that this works for these files.

There are cases where the best way to handle this is not clear to me, such in TrkAnaReco_wTrkQualFilter.fcl where there are two trigger paths (TrkAnaTrigPath and TrkAnaNegTrigPath), which is why I've limited this PR to the two files stated above.

-Sam