#include "CSCChamber.h"
#include "CSCReadException.h"
Go to the source code of this file.
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... | |
| class | CSCEvent |
| This class desribes one event, consisting of an array of CSCChamber objects. More... | |
Defines | |
| #define | TRUE 1 |
| #define | FALSE 0; |
| #define | MAX_STATUS 10 |
Typedefs | |
| typedef AtlasHeader | TAtlasHeader |
| This is the standard ATLAS header structure for ROD fragments. | |
| typedef AtlasTrailer | TAtlasTrailer |
| This is the standard ATLAS trailer for ROD fragments. | |
Variables | |
| const double | pitchXbig = 5308 |
| pitch in the X direction for the big chamber in microns | |
| const double | pitchYbig = 21004 |
| pitch in the Y direction for the big chamber in microns | |
| const double | pitchXsmall = 5556.6 |
| pitch in the X direction for the small chamber in microns | |
| const double | pitchYsmall = 12922 |
| pitch in the Y direction for the small chamber in microns | |
|
|
This is the standard ATLAS header structure for ROD fragments. This typedef is used as an internal variable in the CSCEvent class.
|
|
|
This is the standard ATLAS trailer for ROD fragments. This typedef is used as an internal variable in the CSCEvent class.
|
1.3.9.1