Skip to content

Commit

Permalink
import new block
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-ferrari committed Jan 22, 2024
1 parent 5997b25 commit 002153c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions flamedisx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from .lxe_blocks.energy_spectrum import *
from .lxe_blocks.quanta_generation import *
from .lxe_blocks.quanta_splitting import *
from .lxe_blocks.electron_wall_loss import *
from .lxe_blocks.detection import *
from .lxe_blocks.double_pe import *
from .lxe_blocks.raw_signals import *
Expand Down
2 changes: 2 additions & 0 deletions flamedisx/lxe_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class ERSource(fd.BlockModelSource):
fd.MakeS1Photoelectrons,
fd.MakeS1,
fd.ReconstructS1,
fd.ElectronWallLoss,
fd.DetectElectrons,
fd.MakeS2,
fd.ReconstructS2)
Expand Down Expand Up @@ -48,6 +49,7 @@ class NRSource(fd.BlockModelSource):
fd.MakeS1Photoelectrons,
fd.MakeS1,
fd.ReconstructS1,
fd.ElectronWallLoss,
fd.DetectElectrons,
fd.MakeS2,
fd.ReconstructS2)
Expand Down

0 comments on commit 002153c

Please sign in to comment.