Skip to content
Snippets Groups Projects
Commit bbcf0c21 authored by Duc Ta's avatar Duc Ta
Browse files

Merge branch 'tstreble-24.0-patch-8d88' into '24.0'

Clean up legacy Event Containers jobOption

See merge request !71461
parents 757899d2 81d2dc8a
No related branches found
No related tags found
2 merge requests!715342024-05-20: merge of 24.0 into main,!71461Clean up legacy Event Containers jobOption
theApp.setup( MONTECARLO )
theApp.Dlls += ["EventContainers" ];
theApp.TopAlg += ["ID_ContainerTest" ] ;
# every Skip collections are created.
ID_ContainerTest = Algorithm( "ID_ContainerTest" )
ID_ContainerTest.Skip=1;
# Total number of collection
ID_ContainerTest.NumCollections=20000;
# Number of hits in each collection
ID_ContainerTest.Nhits=10;
# Test level =0 for creation of Collections only
# =1 for accessing the All Collections
# =2 for accessing the All Collections twice, and all digits
# =3 for testing lower/upper bound and find.
ID_ContainerTest.Test=4;
MessageSvc = Service( "MessageSvc" )
MessageSvc.OutputLevel = 3
theApp.EvtMax = 10
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment