Ignore:
Timestamp:
01/16/05 17:31:49 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5653 r5858  
    2828  MCalibrationIntensityChargeCam(const char *name=NULL, const char *title=NULL);
    2929
    30   // Setters   
    31   void  SetFFactorMethodValid           ( const Bool_t  b=kTRUE ) {
    32     ((MCalibrationChargeCam*)GetCam())->SetFFactorMethodValid(b); }
    33   void  SetNumPhotonsBlindPixelMethod   ( const Float_t f )  {
    34     ((MCalibrationChargeCam*)GetCam())->SetNumPhotonsBlindPixelMethod(f); }
    35   void  SetNumPhotonsFFactorMethod      ( const Float_t f )  {
    36     ((MCalibrationChargeCam*)GetCam())->SetNumPhotonsFFactorMethod   (f); }     
    37   void  SetNumPhotonsPINDiodeMethod     ( const Float_t f )  {
    38     ((MCalibrationChargeCam*)GetCam())->SetNumPhotonsPINDiodeMethod  (f); }   
    39   void  SetNumPhotonsBlindPixelMethodErr( const Float_t f )  {
    40     ((MCalibrationChargeCam*)GetCam())->SetNumPhotonsBlindPixelMethodErr(f); }
    41   void  SetNumPhotonsFFactorMethodErr   ( const Float_t f )  {
    42     ((MCalibrationChargeCam*)GetCam())->SetNumPhotonsFFactorMethodErr(f); }     
    43   void  SetNumPhotonsPINDiodeMethodErr  ( const Float_t f )  {
    44     ((MCalibrationChargeCam*)GetCam())->SetNumPhotonsPINDiodeMethodErr(f); }   
    45 
    4630  Int_t CountNumValidEntries(const UInt_t pixid, const MCalibrationCam::PulserColor_t col=MCalibrationCam::kNONE) const;
    4731 
     
    5236  TGraphErrors *GetPheVsChargePerArea( const Int_t aidx, const MCalibrationCam::PulserColor_t col=MCalibrationCam::kNONE);
    5337  TH2F         *GetRazmikPlotResults( const Int_t aidx, const MGeomCam &geom );
     38
     39  TGraphErrors *GetPhePerAreaVsTime( const Int_t aidx, const MGeomCam &geom );
     40  TGraphErrors *GetChargePerAreaVsTime( const Int_t aidx, const MGeomCam &geom );
     41  TGraphErrors *GetVarPerAreaVsTime( const Int_t aidx, const MGeomCam &geom, const Option_t *opt );
     42
     43  TGraphErrors *GetVarVsTime( const Int_t pixid , const Option_t *opt );
    5444 
    5545  ClassDef(MCalibrationIntensityChargeCam, 1) // Container Intensity Charge Calibration Results Camera
Note: See TracChangeset for help on using the changeset viewer.