Skip to content

Commit

Permalink
Add PosDiff; Remove S2Tails (duplicate); SR1 (#115)
Browse files Browse the repository at this point in the history
* Add PosDiff; Remove S2Tails (duplicate); SR1

Added PosDiff to AllEnergy and removed S2Tails from LowEnergyBackground since it already exists in AllEnergy.

* Update sciencerun1.py
  • Loading branch information
sreichard authored Dec 2, 2017
1 parent dd53be4 commit eb6e762
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lax/lichens/sciencerun1.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def __init__(self):
InteractionPeaksBiggest(),
MuonVeto(),
KryptonMisIdS1(),
Flash()
Flash(),
PosDiff()
]


Expand Down Expand Up @@ -83,8 +84,7 @@ def __init__(self):
LowEnergyRn220.__init__(self)

self.lichen_list += [
PreS2Junk(),
S2Tails()
PreS2Junk()
]


Expand Down

0 comments on commit eb6e762

Please sign in to comment.