ATLAS Offline Software
Variables
python.test_cfgItemList Namespace Reference

Variables

 msg = logging.getLogger( 'ItemList' )
 
 esdList = CfgItemList( "esd" )
 
 inDetEsdList = CfgItemList( "InDetEsd" )
 
 items
 
 allowWildCard
 
 foo
 
 StreamESD = AthenaPoolOutputStream( "StreamESD" )
 
 ItemList
 
bool caught = False
 

Variable Documentation

◆ allowWildCard

python.test_cfgItemList.allowWildCard

Definition at line 32 of file test_cfgItemList.py.

◆ caught

bool python.test_cfgItemList.caught = False

Definition at line 57 of file test_cfgItemList.py.

◆ esdList

python.test_cfgItemList.esdList = CfgItemList( "esd" )

Definition at line 14 of file test_cfgItemList.py.

◆ foo

python.test_cfgItemList.foo
Initial value:
1 = CfgItemList(
2  "Foo",
3  items = [ "Bla#Blah*" ]
4  )

Definition at line 37 of file test_cfgItemList.py.

◆ inDetEsdList

python.test_cfgItemList.inDetEsdList = CfgItemList( "InDetEsd" )

Definition at line 16 of file test_cfgItemList.py.

◆ ItemList

python.test_cfgItemList.ItemList

Definition at line 48 of file test_cfgItemList.py.

◆ items

python.test_cfgItemList.items

Definition at line 23 of file test_cfgItemList.py.

◆ msg

python.test_cfgItemList.msg = logging.getLogger( 'ItemList' )

Definition at line 7 of file test_cfgItemList.py.

◆ StreamESD

python.test_cfgItemList.StreamESD = AthenaPoolOutputStream( "StreamESD" )

Definition at line 47 of file test_cfgItemList.py.