/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Mdc/DedxCalibAlg/DedxCalibAlg-00-01-15/share/sub/deljobs.py

Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 import os
00003 import string
00004 import sys
00005 start = int(raw_input("Please enter start No.: "))
00006 end = int(raw_input("Please enter end No.: "))
00007 
00008 for i in range(start,end+1):
00009     string = "%i"%i
00010     os.system("qdel "+ string)
00011 
00012 
00013 

Generated on Tue Nov 29 23:12:45 2016 for BOSS_7.0.2 by  doxygen 1.4.7