| Line | |
|---|
| 1 | #ifndef STARG_MStargHistograms
|
|---|
| 2 | #define STARG_MStargHistograms
|
|---|
| 3 |
|
|---|
| 4 | #include <TFile.h>
|
|---|
| 5 |
|
|---|
| 6 | class TTree;
|
|---|
| 7 | class MTime;
|
|---|
| 8 | class ZdAz;
|
|---|
| 9 | class Ring;
|
|---|
| 10 | class Led;
|
|---|
| 11 | class Leds;
|
|---|
| 12 | class MStarList;
|
|---|
| 13 | class ZdAz;
|
|---|
| 14 |
|
|---|
| 15 | class MStargHistograms
|
|---|
| 16 | {
|
|---|
| 17 | private:
|
|---|
| 18 | TFile* fFile;
|
|---|
| 19 | Double_t fEvtTime;
|
|---|
| 20 | Double_t fZenithDist;
|
|---|
| 21 | Double_t fAzimuth;
|
|---|
| 22 | Double_t fNomZd;
|
|---|
| 23 | Double_t fNomAz;
|
|---|
| 24 | Double_t fdZd;
|
|---|
| 25 | Double_t fdAz;
|
|---|
| 26 | Double_t fOffsetX;
|
|---|
| 27 | Double_t fOffsetY;
|
|---|
| 28 | Double_t fCenterX;
|
|---|
| 29 | Double_t fCenterY;
|
|---|
| 30 | Double_t fStars;
|
|---|
| 31 | Double_t fSpots;
|
|---|
| 32 | Double_t fBright;
|
|---|
| 33 |
|
|---|
| 34 | public:
|
|---|
| 35 | MStargHistograms() : fFile(NULL)
|
|---|
| 36 | {
|
|---|
| 37 | }
|
|---|
| 38 |
|
|---|
| 39 | void Fill(Leds &spots, MStarList &stars, ZdAz &d, ZdAz sao,
|
|---|
| 40 | Ring ¢er, Double_t bright,
|
|---|
| 41 | const ZdAz &pos, const MTime &t);
|
|---|
| 42 |
|
|---|
| 43 | void OpenFile();
|
|---|
| 44 | void CloseFile();
|
|---|
| 45 | };
|
|---|
| 46 |
|
|---|
| 47 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.