|
Last change
on this file since 718 was 715, checked in by tbretz, 25 years ago |
|
*** empty log message ***
|
-
Property svn:executable
set to
*
|
|
File size:
401 bytes
|
| Line | |
|---|
| 1 | #ifndef MGEOMCAMMAGIC_H
|
|---|
| 2 | #define MGEOMCAMMAGIC_H
|
|---|
| 3 |
|
|---|
| 4 | #ifndef MAGIC_H
|
|---|
| 5 | #include "MAGIC.h"
|
|---|
| 6 | #endif
|
|---|
| 7 | #ifndef MGEOMCAM_H
|
|---|
| 8 | #include "MGeomCam.h"
|
|---|
| 9 | #endif
|
|---|
| 10 |
|
|---|
| 11 | class MGeomCamMagic : public MGeomCam
|
|---|
| 12 | {
|
|---|
| 13 | private:
|
|---|
| 14 | void CreateCam();
|
|---|
| 15 | void CreateNN();
|
|---|
| 16 |
|
|---|
| 17 | public:
|
|---|
| 18 |
|
|---|
| 19 | MGeomCamMagic(const char *name=NULL);
|
|---|
| 20 |
|
|---|
| 21 | void Draw(Option_t *option = "");
|
|---|
| 22 |
|
|---|
| 23 | ClassDef(MGeomCamMagic, 1) // Geometry class for the camera
|
|---|
| 24 | };
|
|---|
| 25 |
|
|---|
| 26 | #endif
|
|---|
| 27 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.