Initial value:
2 Provides a service manager preconfigured with SBND service providers.
4 A `ServiceManager` object bridges the access to the service providers.
5 In the most straightforward cases, getting a service provider is as simple as
6 calling `ServiceManager(providerName)` with the name of the service as string
7 (e.g. `larProp = ServiceManager('LArProperties')`).
11 If this module is executed as a script, the service manager is loaded and a
12 python interactive session is started. The main code also show how to override
13 the service manager setup by choosing a different service configuration.
Definition at line 3 of file SBNDservices.py.