Line | |
---|
1 | #ifndef MARS_MAitoff
|
---|
2 | #define MARS_MAitoff
|
---|
3 |
|
---|
4 | //////////////////////////////////////////////////////////////
|
---|
5 | //
|
---|
6 | // MAitoff
|
---|
7 | //
|
---|
8 | // A Hexagon for the MAGIC event display
|
---|
9 | //
|
---|
10 | //////////////////////////////////////////////////////////////
|
---|
11 |
|
---|
12 | #ifndef MARS_MAGIC
|
---|
13 | #include "MAGIC.h"
|
---|
14 | #endif
|
---|
15 |
|
---|
16 | #ifndef ROOT_TPad
|
---|
17 | #include <TPad.h>
|
---|
18 | #endif
|
---|
19 |
|
---|
20 | class MAitoff
|
---|
21 | {
|
---|
22 | public:
|
---|
23 | static void Transform(Double_t lon, Double_t lat, Double_t &x, Double_t &y);
|
---|
24 |
|
---|
25 | void Draw(Option_t *o="");
|
---|
26 |
|
---|
27 | ClassDef(MAitoff, 1) // A hexagon for MAGIC
|
---|
28 | };
|
---|
29 |
|
---|
30 | #endif
|
---|
31 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.