![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
| namespace | trigbs_truncateEvents |
Functions | |
| trigbs_truncateEvents.readEvent (file) | |
| trigbs_truncateEvents.corruptEvent (event, badList) | |
Variables | |
| trigbs_truncateEvents.input_file = sys.argv[1] | |
| trigbs_truncateEvents.output_file = sys.argv[2] | |
| trigbs_truncateEvents.inFile = open(input_file, mode='rb') | |
| trigbs_truncateEvents.outFile = open(output_file, mode='wb') | |
| int | trigbs_truncateEvents.cnt = 0 |
| trigbs_truncateEvents.binvalues = array.array('I') | |
| trigbs_truncateEvents.event = readEvent(inFile) | |
| trigbs_truncateEvents.corrupt = corruptEvent(event,[0x00100000,0x00350000]) | |