Skip to content
Snippets Groups Projects
Commit 951c5e86 authored by Maxim Gonchar's avatar Maxim Gonchar
Browse files

feat: use Edep

parent b4959dda
No related branches found
No related tags found
No related merge requests found
......@@ -80,10 +80,10 @@ def model_dayabay_v0():
outputs['integration.nodes_costheta'] = (int_nodes_costheta:=integrator.outputs['y'])
from reactornueosc.IBDXsecO1Group import IBDXsecO1Group
nodes['ibd'] = (ibd:=IBDXsecO1Group())
nodes['ibd'] = (ibd:=IBDXsecO1Group(use_edep=True))
ibd << storage('parameter.constant.ibd')
ibd << storage('parameter.constant.ibd.csc')
int_nodes_edep >> ibd.inputs['ee']
int_nodes_edep >> ibd.inputs['edep']
int_nodes_costheta >> ibd.inputs['costheta']
outputs['ibd'] = ibd.outputs['result']
......
Subproject commit 455e8fe85d7af5165e50027b14ca98f30b15b8e2
Subproject commit e4cd542a03d2e1304445ff54fe21d7d7a2011800
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment