ATLAS Offline Software
Classes | Functions | Variables
python.HLT.Test.TestChainConfiguration Namespace Reference

Classes

class  TestChainConfiguration
 

Functions

def muCfg (flags, step, reconame, hyponame)
 
def muCfg111 (flags)
 
def muCfg211 (flags)
 
def muCfg311 (flags)
 
def muCfg322 (flags)
 
def muCfg411 (flags)
 
def muCfg222 (flags)
 
def elCfg (flags, step, reconame, hyponame)
 
def gamCfg (flags, step, reconame, hyponame)
 
def elCfg111 (flags)
 
def elCfg211 (flags)
 
def elCfg222 (flags)
 
def elCfg223 (flags)
 
def elCfg311 (flags)
 
def gamCfg111 (flags)
 

Variables

 log
 

Function Documentation

◆ elCfg()

def python.HLT.Test.TestChainConfiguration.elCfg (   flags,
  step,
  reconame,
  hyponame 
)

Definition at line 43 of file TestChainConfiguration.py.

43 def elCfg(flags,step,reconame, hyponame):
44  return elMenuSequence(flags,step,reconame, hyponame)
45 

◆ elCfg111()

def python.HLT.Test.TestChainConfiguration.elCfg111 (   flags)

Definition at line 49 of file TestChainConfiguration.py.

49 def elCfg111(flags):
50  return elCfg(flags,step="1",reconame="v1", hyponame="v1")
51 

◆ elCfg211()

def python.HLT.Test.TestChainConfiguration.elCfg211 (   flags)

Definition at line 52 of file TestChainConfiguration.py.

52 def elCfg211(flags):
53  return elCfg(flags,step="2",reconame="v1", hyponame="v1")
54 

◆ elCfg222()

def python.HLT.Test.TestChainConfiguration.elCfg222 (   flags)

Definition at line 55 of file TestChainConfiguration.py.

55 def elCfg222(flags):
56  return elCfg(flags,step="2",reconame="v2", hyponame="v2")
57 

◆ elCfg223()

def python.HLT.Test.TestChainConfiguration.elCfg223 (   flags)

Definition at line 58 of file TestChainConfiguration.py.

58 def elCfg223(flags):
59  return elCfg(flags,step="2",reconame="v2", hyponame="v3")
60 

◆ elCfg311()

def python.HLT.Test.TestChainConfiguration.elCfg311 (   flags)

Definition at line 61 of file TestChainConfiguration.py.

61 def elCfg311(flags):
62  return elCfg(flags,step="3",reconame="v1", hyponame="v1")
63 

◆ gamCfg()

def python.HLT.Test.TestChainConfiguration.gamCfg (   flags,
  step,
  reconame,
  hyponame 
)

Definition at line 46 of file TestChainConfiguration.py.

46 def gamCfg(flags,step,reconame, hyponame):
47  return gamMenuSequence(flags,step,reconame, hyponame)
48 

◆ gamCfg111()

def python.HLT.Test.TestChainConfiguration.gamCfg111 (   flags)

Definition at line 64 of file TestChainConfiguration.py.

64 def gamCfg111(flags):
65  return gamCfg(flags,step="1",reconame="v1", hyponame="v1")
66 
67 
68 
69 #----------------------------------------------------------------
70 # Class to configure chain
71 #----------------------------------------------------------------

◆ muCfg()

def python.HLT.Test.TestChainConfiguration.muCfg (   flags,
  step,
  reconame,
  hyponame 
)

Definition at line 20 of file TestChainConfiguration.py.

20 def muCfg(flags,step,reconame, hyponame):
21  return muMenuSequence(flags,step,reconame, hyponame)
22 

◆ muCfg111()

def python.HLT.Test.TestChainConfiguration.muCfg111 (   flags)

Definition at line 23 of file TestChainConfiguration.py.

23 def muCfg111(flags):
24  return muCfg(flags,step="1",reconame="v1", hyponame="v1")
25 

◆ muCfg211()

def python.HLT.Test.TestChainConfiguration.muCfg211 (   flags)

Definition at line 26 of file TestChainConfiguration.py.

26 def muCfg211(flags):
27  return muCfg(flags,step="2",reconame="v1", hyponame="v1")
28 

◆ muCfg222()

def python.HLT.Test.TestChainConfiguration.muCfg222 (   flags)

Definition at line 38 of file TestChainConfiguration.py.

38 def muCfg222(flags):
39  return muCfg(flags,step="2",reconame="v2", hyponame="v2")
40 
41 
42 # Egamma

◆ muCfg311()

def python.HLT.Test.TestChainConfiguration.muCfg311 (   flags)

Definition at line 29 of file TestChainConfiguration.py.

29 def muCfg311(flags):
30  return muCfg(flags,step="3",reconame="v1", hyponame="v1")
31 

◆ muCfg322()

def python.HLT.Test.TestChainConfiguration.muCfg322 (   flags)

Definition at line 32 of file TestChainConfiguration.py.

32 def muCfg322(flags):
33  return muCfg(flags,step="3",reconame="v2", hyponame="v2")
34 

◆ muCfg411()

def python.HLT.Test.TestChainConfiguration.muCfg411 (   flags)

Definition at line 35 of file TestChainConfiguration.py.

35 def muCfg411(flags):
36  return muCfg(flags,step="4",reconame="v1", hyponame="v1")
37 

Variable Documentation

◆ log

python.HLT.Test.TestChainConfiguration.log

Definition at line 5 of file TestChainConfiguration.py.

python.HLT.Test.TestChainConfiguration.elCfg223
def elCfg223(flags)
Definition: TestChainConfiguration.py:58
HLTSignatureConfig.gamMenuSequence
def gamMenuSequence(flags, step, reconame, hyponame)
Definition: HLTSignatureConfig.py:98
HLTSignatureConfig.muMenuSequence
def muMenuSequence(flags, step, reconame, hyponame)
Definition: HLTSignatureConfig.py:110
python.HLT.Test.TestChainConfiguration.elCfg311
def elCfg311(flags)
Definition: TestChainConfiguration.py:61
python.HLT.Test.TestChainConfiguration.muCfg211
def muCfg211(flags)
Definition: TestChainConfiguration.py:26
python.HLT.Test.TestChainConfiguration.elCfg211
def elCfg211(flags)
Definition: TestChainConfiguration.py:52
python.HLT.Test.TestChainConfiguration.muCfg
def muCfg(flags, step, reconame, hyponame)
Definition: TestChainConfiguration.py:20
python.HLT.Test.TestChainConfiguration.muCfg411
def muCfg411(flags)
Definition: TestChainConfiguration.py:35
python.HLT.Test.TestChainConfiguration.elCfg222
def elCfg222(flags)
Definition: TestChainConfiguration.py:55
python.HLT.Test.TestChainConfiguration.muCfg322
def muCfg322(flags)
Definition: TestChainConfiguration.py:32
python.HLT.Test.TestChainConfiguration.elCfg111
def elCfg111(flags)
Definition: TestChainConfiguration.py:49
python.HLT.Test.TestChainConfiguration.gamCfg111
def gamCfg111(flags)
Definition: TestChainConfiguration.py:64
python.HLT.Test.TestChainConfiguration.muCfg311
def muCfg311(flags)
Definition: TestChainConfiguration.py:29
HLTSignatureConfig.elMenuSequence
def elMenuSequence(flags, step, reconame, hyponame)
Definition: HLTSignatureConfig.py:87
python.HLT.Test.TestChainConfiguration.muCfg222
def muCfg222(flags)
Definition: TestChainConfiguration.py:38
python.HLT.Test.TestChainConfiguration.elCfg
def elCfg(flags, step, reconame, hyponame)
Definition: TestChainConfiguration.py:43
python.HLT.Test.TestChainConfiguration.gamCfg
def gamCfg(flags, step, reconame, hyponame)
Definition: TestChainConfiguration.py:46
python.HLT.Test.TestChainConfiguration.muCfg111
def muCfg111(flags)
Definition: TestChainConfiguration.py:23