ATLAS Offline Software
Loading...
Searching...
No Matches
sendEI_SPB Namespace Reference

Functions

 main ()

Variables

 root = logging.getLogger()
 ch = logging.StreamHandler(sys.stdout)
 formatter = logging.Formatter('%(name)-15s %(levelname)9s %(message)s')

Function Documentation

◆ main()

sendEI_SPB.main ( )

Definition at line 12 of file sendEI_SPB.py.

12def main():
13
14 # logger
15 logger = logging.getLogger('sendEI_SPB.py')
16 global log
17 log = logger
18
19 # analyze options
20 opt = eioptions(sys.argv[1:])
21
22 if opt.verbose > 0:
23 logger.setLevel(logging.INFO)
24
25 if opt.debug > 0:
26 logger.setLevel(logging.DEBUG)
27
28 eimrun(logger, opt)
29
30
int main()
Definition hello.cxx:18

Variable Documentation

◆ ch

sendEI_SPB.ch = logging.StreamHandler(sys.stdout)

Definition at line 35 of file sendEI_SPB.py.

◆ formatter

sendEI_SPB.formatter = logging.Formatter('%(name)-15s %(levelname)9s %(message)s')

Definition at line 39 of file sendEI_SPB.py.

◆ root

sendEI_SPB.root = logging.getLogger()

Definition at line 34 of file sendEI_SPB.py.