Skip to content

Commit

Permalink
Add seg min BDT trained on trigger skimmed E14 data
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami committed Aug 10, 2024
1 parent 2342d4a commit 16cd33d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Binary file added Ecal/data/segmip.bdt
Binary file not shown.
Binary file added Ecal/data/segmip.onnx
Binary file not shown.
6 changes: 0 additions & 6 deletions Ecal/python/vetos.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,8 @@ def __init__(self,name = 'ecalVeto') :
from LDMX.Ecal.makePath import makeBDTPath, makeCellXYPath, makeRoCPath
self.num_ecal_layers = 34
self.do_bdt = True
# self.feature_list_name = "features"
# self.bdt_file = makeBDTPath( "gabrielle" )
# self.disc_cut = 0.99
# self.roc_file = makeRoCPath( 'RoC_4gev' )
# self.beam_energy = 4000.0 # in MeV
self.feature_list_name = "input"
self.bdt_file = makeBDTPath( "segmip" )
self.disc_cut = 0.991946
self.roc_file = makeRoCPath( 'RoC_v14_8gev' )
self.beam_energy = 8000.0 # in MeV
self.cellxy_file = makeCellXYPath()
Expand Down

0 comments on commit 16cd33d

Please sign in to comment.