![]() |
ATLAS Offline Software
|
Functions | |
| readEvent (file) | |
| corruptEvent (event, badList) | |
Variables | |
| input_file = sys.argv[1] | |
| output_file = sys.argv[2] | |
| inFile = open(input_file, mode='rb') | |
| outFile = open(output_file, mode='wb') | |
| int | cnt = 0 |
| binvalues = array.array('I') | |
| event = readEvent(inFile) | |
| corrupt = corruptEvent(event,[0x00100000,0x00350000]) | |
| corruptEvent | ( | event, | |
| badList ) |
Definition at line 22 of file trigbs_truncateEvents.py.
| readEvent | ( | file | ) |
Definition at line 10 of file trigbs_truncateEvents.py.
| trigbs_truncateEvents.binvalues = array.array('I') |
Definition at line 63 of file trigbs_truncateEvents.py.
| int trigbs_truncateEvents.cnt = 0 |
Definition at line 61 of file trigbs_truncateEvents.py.
| trigbs_truncateEvents.corrupt = corruptEvent(event,[0x00100000,0x00350000]) |
Definition at line 77 of file trigbs_truncateEvents.py.
Definition at line 71 of file trigbs_truncateEvents.py.
| trigbs_truncateEvents.inFile = open(input_file, mode='rb') |
Definition at line 57 of file trigbs_truncateEvents.py.
| trigbs_truncateEvents.input_file = sys.argv[1] |
Definition at line 54 of file trigbs_truncateEvents.py.
| trigbs_truncateEvents.outFile = open(output_file, mode='wb') |
Definition at line 58 of file trigbs_truncateEvents.py.
| trigbs_truncateEvents.output_file = sys.argv[2] |
Definition at line 55 of file trigbs_truncateEvents.py.