Skip to content

Commit

Permalink
Merge pull request #171 from sam-grant/sgrant/JustInTimeFcl
Browse files Browse the repository at this point in the history
Added trigger_paths and end_paths to TrkAnaExtracted.fcl and TrkAnaReco.fcl
  • Loading branch information
AndrewEdmonds11 authored Jun 20, 2024
2 parents 16d6a75 + e6df582 commit 9e4d29d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fcl/TrkAnaExtracted.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ physics :
physics.TrkAnaTrigPath : [ @sequence::MergeKKNoFieldPath ]
physics.TrkAnaEndPath : [ TrkAnaExt ]

physics.trigger_paths : [ TrkAnaTrigPath ]
physics.end_paths : [ TrkAnaEndPath ]

# Include more information (MC, full TrkQual and TrkPID branches)
physics.analyzers.TrkAnaExt.branches[0].options.fillMC : true
physics.analyzers.TrkAnaExt.branches[0].options.genealogyDepth : 5
Expand Down
3 changes: 3 additions & 0 deletions fcl/TrkAnaReco.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ physics :
physics.TrkAnaTrigPath : [ @sequence::MergeKKProducersPath, PBIWeight, TrkQualDeM ]
physics.TrkAnaEndPath : [ @sequence::TrkAnaReco.EndSequence ]

physics.trigger_paths : [ TrkAnaTrigPath ]
physics.end_paths : [ TrkAnaEndPath ]

# Include more information (MC, full TrkQual and TrkPID branches)
# TODO: add these options back
#physics.analyzers.TrkAnaNeg.candidate.options : @local::AllOpt
Expand Down

0 comments on commit 9e4d29d

Please sign in to comment.