Skip to content

Commit

Permalink
Actually initialize MV cuts (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeperio authored Jan 9, 2018
1 parent ef62691 commit 1e57338
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lax/lichens/sciencerun0.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,10 @@ class MuonVeto(ManyLichen):
"""
version = 3

def __init__(self):
self.lichen_list = [self.MuonVetoOn(),
self.MuonVetoCoincidence()]

class MuonVetoCoincidence(StringLichen):
"""Checks the distance in time (ns) between a reference position inside the waveform
and the nearest MV trigger.
Expand Down

0 comments on commit 1e57338

Please sign in to comment.