Ignore:
Timestamp:
01/26/05 00:58:00 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibColorSet.h

    r5690 r6013  
    66#endif
    77
     8#ifndef MARS_MCalibrationCam
     9#include "MCalibrationCam.h"
     10#endif
     11
    812class MParList;
     13class MCalibrationPattern;
    914class MRawEvtHeader;
    1015
     
    1722  static const UInt_t gkFirstRunWithFinalBits; //! Run number of first functionning digital modules
    1823 
    19   MRawEvtHeader *fHeader;                     //! Event header with the pulse pattern information
     24  MCalibrationPattern *fPattern;               //! Calibration Pattern with the pulse pattern information
     25  MRawEvtHeader       *fHeader;                //! Event header with the project name
    2026 
    21   UInt_t fPattern;                            //  Current pulse pattern
    22   Bool_t fIsValid;                            //  Have to set the pulse pattern?
     27  MCalibrationCam::PulserColor_t fColor;       //  Pulser Color to be set
     28  Float_t                        fStrength;    //  Pulser Strength to be set
    2329
    24   void CheckAndSet(const TString &str, const char *regexp, UInt_t &pattern, UInt_t pat, Int_t &color, Int_t col) const;
     30  Bool_t fIsValid;                             //  Have to set the pulse pattern?
     31
     32  void CheckAndSet(const TString &str, const char *regexp, MCalibrationCam::PulserColor_t col, Float_t strength);
    2533
    2634  Bool_t ReInit(MParList *pList);
Note: See TracChangeset for help on using the changeset viewer.