Beispiel #1
0
 def __init__(self,main,resubmit=False):
     self.resubmit=resubmit
     if not resubmit:
         CmdBase.__init__(self,main,"submit")
     else:
         CmdBase.__init__(self,main,"resubmit")
     self.forbiddenpaths=[]
     self.forbiddenpaths.append(os.path.normpath(self.main.ma5dir+'/lib'))
     self.forbiddenpaths.append(os.path.normpath(self.main.ma5dir+'/bin'))
     self.forbiddenpaths.append(os.path.normpath(self.main.ma5dir+'/madanalysis'))
Beispiel #2
0
 def __init__(self,main):
     CmdBase.__init__(self,main,"plot")
Beispiel #3
0
 def __init__(self,main):
     CmdBase.__init__(self,main,"install")
     self.logger = logging.getLogger('MA5')
Beispiel #4
0
 def __init__(self, main):
     self.logger = logging.getLogger('MA5')
     CmdBase.__init__(self, main, "plot")
Beispiel #5
0
 def __init__(self, main):
     CmdBase.__init__(self, main, "open")
Beispiel #6
0
 def __init__(self,main):
     CmdBase.__init__(self,main,"swap")
Beispiel #7
0
 def __init__(self, main):
     CmdBase.__init__(self, main, "reset")
Beispiel #8
0
 def __init__(self, main, cut_type):
     self.cut_type = cut_type
     CmdBase.__init__(self,main,\
                      CutType.convert2cmdname(self.cut_type))
Beispiel #9
0
 def __init__(self,main,cut_type):
     self.cut_type=cut_type
     CmdBase.__init__(self,main,\
                      CutType.convert2cmdname(self.cut_type))
Beispiel #10
0
 def __init__(self, main):
     CmdBase.__init__(self, main, "install")
Beispiel #11
0
 def __init__(self,main):
     CmdBase.__init__(self,main,"preview")
Beispiel #12
0
 def __init__(self,main):
     CmdBase.__init__(self,main,"swap")
Beispiel #13
0
 def __init__(self,main):
     CmdBase.__init__(self,main,"reset")
Beispiel #14
0
 def __init__(self,main):
     CmdBase.__init__(self,main,"install")
Beispiel #15
0
 def __init__(self,main):
     CmdBase.__init__(self,main,"open")