Skip to content

Commit

Permalink
enable debug-level to the terminal in validation sample configs
Browse files Browse the repository at this point in the history
not doing it in the configs that prepare input files for it_pileup
since both of those configs are tested elsewhere already (inclusive
and ecal_pn)
  • Loading branch information
tomeichlersmith committed Apr 10, 2024
1 parent 4460d5a commit e36e4cb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/validation_samples/ecal_pn/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

p.histogramFile = f'hist.root'
p.outputFiles = [f'events.root']
p.termLogLevel = 0

import LDMX.Ecal.EcalGeometry
import LDMX.Ecal.ecal_hardcoded_conditions
Expand Down
1 change: 1 addition & 0 deletions .github/validation_samples/hcal/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@

p.histogramFile = 'hist.root'
p.outputFiles = ['events.root']
p.termLogLevel = 0

import LDMX.Ecal.EcalGeometry
import LDMX.Ecal.ecal_hardcoded_conditions
Expand Down
1 change: 1 addition & 0 deletions .github/validation_samples/inclusive/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

p.histogramFile = 'hist.root'
p.outputFiles = ['events.root']
p.termLogLevel = 0

import LDMX.Ecal.EcalGeometry
import LDMX.Ecal.ecal_hardcoded_conditions
Expand Down
1 change: 1 addition & 0 deletions .github/validation_samples/it_pileup/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

p.run = int(os.environ['LDMX_RUN_NUMBER'])
p.maxEvents = int(os.environ['LDMX_NUM_EVENTS'])
p.termLogLevel = 0

from LDMX.Recon.overlay import OverlayProducer
overlay=OverlayProducer('pileup.root')
Expand Down
1 change: 1 addition & 0 deletions .github/validation_samples/signal/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

p.histogramFile = f'hist.root'
p.outputFiles = [f'events.root']
p.termLogLevel = 0

import LDMX.Ecal.EcalGeometry
import LDMX.Ecal.ecal_hardcoded_conditions
Expand Down

0 comments on commit e36e4cb

Please sign in to comment.