Functions | |
def | configure |
def | run |
def DybAlg::ReconFilter::configure | ( | ) |
def DybAlg::ReconFilter::run | ( | app | ) |
Add filtering algorithm to the job
Definition at line 16 of file ReconFilter.py.
00016 : 00017 ''' 00018 Add filtering algorithm to the job 00019 ''' 00020 # Store all Recon data 00021 reconFilter = FilterAlg("ReconFilter") 00022 reconFilter.ClearStore = True # First filter should clear storage 00023 reconFilter.StorePath = "/Event/Rec/RecHeader" 00024 app.addAlgorithm(reconFilter) app.addAlgorithm(reconFilter)