#include <stdio.h>
Classes | |
| struct | AtlasHeader |
| This is the standard ATLAS header structure for ROD fragments. More... | |
| struct | AtlasTrailer |
| This is the standard ATLAS trailer for ROD fragments. More... | |
Defines | |
| #define | MAX_SIZE 25000 |
| #define | UINT unsigned int |
Typedefs | |
| typedef AtlasHeader | TATLASHeader |
| typedef AtlasTrailer | TAtlasTrailer |
Functions | |
| int | Skip2CSC (FILE *infile, unsigned int *h) |
| main (int argc, char *argv[]) | |
Uses 'final' atlas format
This is not the real reading code: no C++, no classes, no storage of the event for later analysis. Instead, this is old code for debugging. The same function is now availble in testCSCEvent, but this program sometimes shows problems better than testCSCEvent.
1.3.9.1