Last change
on this file since 368 was 354, checked in by harald, 25 years ago |
This is the status of this directory as it was at the time of the general
MAGIC meeting in Barcelona.
A new class MMcTrig is introduced in which the output of the Trigger is stored.
This is the very first attempt of this class.
|
File size:
552 bytes
|
Line | |
---|
1 | #ifdef __CINT__
|
---|
2 | #define __CINT__
|
---|
3 |
|
---|
4 | #pragma link off all globals;
|
---|
5 | #pragma link off all classes;
|
---|
6 | #pragma link off all functions;
|
---|
7 |
|
---|
8 | #pragma link C++ class MRawEvt;
|
---|
9 | #pragma link C++ class MRawPixel;
|
---|
10 | #pragma link C++ class MMcEvt;
|
---|
11 | #pragma link C++ class MMcTrig;
|
---|
12 | #pragma link C++ class MMcRunHeader;
|
---|
13 | #pragma link C++ class MCameraDisplay;
|
---|
14 | #pragma link C++ class MCameraPixel;
|
---|
15 | #pragma link C++ class MCameraCoord;
|
---|
16 | #pragma link C++ class MFastControl;
|
---|
17 | #pragma link C++ class MCurrentPixel;
|
---|
18 |
|
---|
19 |
|
---|
20 | //globale Variablen
|
---|
21 | //#pragma link C++ global File;
|
---|
22 |
|
---|
23 |
|
---|
24 | #endif
|
---|
25 |
|
---|
26 |
|
---|
27 |
|
---|
28 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.