Ignore:
Timestamp:
04/03/03 10:28:31 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1888 r1891  
    99#include "MRead.h"
    1010#endif
    11 
    12 #include <TRandom3.h>
    1311
    1412class TList;
     
    2523class MParList;
    2624class MParameterD;
     25class MBinning;
    2726
    2827struct outputpars;
     
    4746    MParameterD   *fHourAngle;    // hour angle [deg]
    4847    MParameterD   *fThetaOrig;    // original zenith angle [rad]
     48    MBinning      *fBinningT;     // Theta binning for the smearing
    4949
    5050    Bool_t fIsMcFile;       // Flag whether current run is a MC run
     
    5757
    5858    TArrayF fPedRMS;
    59 
    60     TRandom3 ran3;
    6159
    6260    Bool_t OpenNextFile();
     
    7169    void   ProcessRunHeader(const struct outputpars &outpars);
    7270    void   ProcessEvent(const struct eventrecord &event);
     71
     72    Float_t SmearTheta(Float_t theta);
    7373
    7474    Bool_t PreProcess(MParList *pList);
     
    8787    UInt_t GetEntries() { return fEntries; }
    8888
    89     Bool_t SmearTheta(MParList *plist, Float_t *theta, Float_t *thetasmeared);
    90 
    9189    ClassDef(MCT1ReadPreProc, 0) // Reads the CT1 preproc data file
    9290};
Note: See TracChangeset for help on using the changeset viewer.