-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37964 from wpmccormack/CMSSW_12_4_0_pre2_particle…
…Net_SONIC Adding SONIC ParticleNet Producer to CMSSW
- Loading branch information
Showing
15 changed files
with
811 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
from Configuration.ProcessModifiers.enableSonicTriton_cff import enableSonicTriton | ||
from Configuration.ProcessModifiers.particleNetSonicTriton_cff import particleNetSonicTriton | ||
from Configuration.ProcessModifiers.particleNetPTSonicTriton_cff import particleNetPTSonicTriton | ||
|
||
# collect all SonicTriton-related process modifiers here | ||
allSonicTriton = cms.ModifierChain(enableSonicTriton) | ||
allSonicTriton = cms.ModifierChain(enableSonicTriton,particleNetSonicTriton) |
3 changes: 3 additions & 0 deletions
3
Configuration/ProcessModifiers/python/particleNetPTSonicTriton_cff.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
particleNetPTSonicTriton = cms.Modifier() |
3 changes: 3 additions & 0 deletions
3
Configuration/ProcessModifiers/python/particleNetSonicTriton_cff.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
particleNetSonicTriton = cms.Modifier() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.