Ignore:
Timestamp:
04/02/03 09:03:22 (22 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.h

    r1880 r1888  
    99#include "MRead.h"
    1010#endif
     11
     12#include <TRandom3.h>
    1113
    1214class TList;
     
    2224class MTaskList;
    2325class MParList;
     26class MParameterD;
    2427
    2528struct outputpars;
     
    4245    MRawRunHeader *fRawRunHeader; // raw run header
    4346    MParList      *fParList;      // parameter list
     47    MParameterD   *fHourAngle;    // hour angle [deg]
     48    MParameterD   *fThetaOrig;    // original zenith angle [rad]
    4449
    4550    Bool_t fIsMcFile;       // Flag whether current run is a MC run
     
    5358    TArrayF fPedRMS;
    5459
     60    TRandom3 ran3;
    5561
    5662    Bool_t OpenNextFile();
     
    7783    ~MCT1ReadPreProc();
    7884
    79     Int_t AddFile(const char *fname, Int_t dummy=-1);
     85    void AddFile(const char *fname);
    8086
    8187    UInt_t GetEntries() { return fEntries; }
     88
     89    Bool_t SmearTheta(MParList *plist, Float_t *theta, Float_t *thetasmeared);
    8290
    8391    ClassDef(MCT1ReadPreProc, 0) // Reads the CT1 preproc data file
     
    8694#endif
    8795
     96
     97
Note: See TracChangeset for help on using the changeset viewer.