Example #1
0
 def __init__(self,types=['pp_run','pp_run_stage1','cosmic_run','cosmic_run_stage1','hi_run','hpu_run']):
   PSet.__init__(self)
   self.__runTypesDict = {}
   t=[(x,types.index(x)) for x in types ]
   for k,v in t:
     self.__runTypesDict[k] = v
     self.__dict__[k] = v
      
   self.__runType = self.__runTypesDict[types[0]]
   self.__runTypeName = types[0]
Example #2
0
    def __init__(self, types=['pp_run', 'cosmic_run', 'hi_run', 'hpu_run']):
        PSet.__init__(self)
        self.__runTypesDict = {}
        t = [(x, types.index(x)) for x in types]
        for k, v in t:
            self.__runTypesDict[k] = v
            self.__dict__[k] = v

        self.__runType = self.__runTypesDict[types[0]]
        self.__runTypeName = types[0]
Example #3
0
 def __init__(self,types):
   PSet.__init__(self)
   self.__runTypesDict = {}
   t=[(x,types.index(x)) for x in types ]
   for k,v in t:
     self.__runTypesDict[k] = v
     self.__dict__[k] = v
      
   self.__runType = self.__runTypesDict[types[0]]
   self.__runTypeName = types[0]
Example #4
0
 def __init__( self ):
   PSet.__init__( self )       
   self.__processAB7Digis = False
   self.__processAB7TPs   = False
   self.__runWithLargeTB  = False
   self.__tbTDCPedestal   = 0
Example #5
0
 def __init__(self):
     PSet.__init__(self)
     self.__processAB7Digis = False
     self.__processAB7TPs = False
     self.__runWithLargeTB = False
     self.__tbTDCPedestal = 0