def __init__(self): # XMLReader setup from SLHC_Setup_XML import SLHC_Setup_XMLReader SLHC_Setup_XMLReader(PixelLayout = "Alpine25", PixelEndcapLayout="", SCTLayout = "LoI", dictionaryFileName = "InDetIdDictFiles/IdDictInnerDetector_SLHC_Alpine.xml", createXML = False, doPix=True, doSCT=False, )
def __init__(self): # XMLReader setup from SLHC_Setup_XML import SLHC_Setup_XMLReader SLHC_Setup_XMLReader(PixelLayout = "LoI", PixelEndcapLayout = "LoI25", SCTLayout = "LoI", dictionaryFileName = "", createXML = False, doPix=True, doSCT=False, )
def __init__(self): # XMLReader setup from SLHC_Setup_XML import SLHC_Setup_XMLReader SLHC_Setup_XMLReader( PixelLayout="IExtBrl4Ref", PixelEndcapLayout="ECRing4Ref", SCTLayout="LoI", dictionaryFileName= "InDetIdDictFiles/IdDictInnerDetector_SLHC_InclBrl_4.xml", createXML=False, doPix=True, doSCT=False, )
def __init__(self): # XMLReader setup from SLHC_Setup_XML import SLHC_Setup_XMLReader SLHC_Setup_XMLReader( PixelLayout="LoI", PixelEndcapLayout="ECRing", SCTLayout="LoI", dictionaryFileName= "InDetIdDictFiles/IdDictInnerDetector_SLHC-23-24-livEC02_TwoSupSvc.xml", createXML=False, doPix=True, doSCT=False, ) return