ATLAS Offline Software
Loading...
Searching...
No Matches
python.HLT.Test.TestChainConfiguration Namespace Reference

Classes

class  TestChainConfiguration

Functions

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

Variables

 log = logging.getLogger(__name__)

Function Documentation

◆ elCfg()

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

Definition at line 43 of file TestChainConfiguration.py.

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

◆ elCfg111()

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

Definition at line 49 of file TestChainConfiguration.py.

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

◆ elCfg211()

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

Definition at line 52 of file TestChainConfiguration.py.

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

◆ elCfg222()

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

Definition at line 55 of file TestChainConfiguration.py.

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

◆ elCfg223()

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

Definition at line 58 of file TestChainConfiguration.py.

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

◆ elCfg311()

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

Definition at line 61 of file TestChainConfiguration.py.

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

◆ gamCfg()

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

Definition at line 46 of file TestChainConfiguration.py.

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

◆ gamCfg111()

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

Definition at line 64 of file TestChainConfiguration.py.

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

◆ muCfg()

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

Definition at line 20 of file TestChainConfiguration.py.

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

◆ muCfg111()

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

Definition at line 23 of file TestChainConfiguration.py.

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

◆ muCfg211()

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

Definition at line 26 of file TestChainConfiguration.py.

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

◆ muCfg222()

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

Definition at line 38 of file TestChainConfiguration.py.

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

◆ muCfg311()

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

Definition at line 29 of file TestChainConfiguration.py.

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

◆ muCfg322()

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

Definition at line 32 of file TestChainConfiguration.py.

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

◆ muCfg411()

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

Definition at line 35 of file TestChainConfiguration.py.

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

Variable Documentation

◆ log

python.HLT.Test.TestChainConfiguration.log = logging.getLogger(__name__)

Definition at line 5 of file TestChainConfiguration.py.