| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

Clear.py

Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 
00003 '''
00004 usage example:
00005 
00006   nuwa.py -n -1 -m"SmartFilter.Clear" -m"SmartFilter.KeepRecon" -o recon.root all.root
00007 
00008 '''
00009 
00010 def configure(argv = []):
00011 
00012     from SmartFilter.SmartFilterConf import SmartFilterAlg
00013     clearAlg = SmartFilterAlg("clearAlg")
00014     clearAlg.ClearAll = True 
00015 
00016     from Gaudi.Configuration import ApplicationMgr
00017     app = ApplicationMgr()
00018     app.TopAlg.append(clearAlg)
00019     
00020 def run(app):
00021     pass
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:38:49 2011 for SmartFilter by doxygen 1.4.7