Changeset 3620 for trunk/MagicSoft/Mars/mcalib/MHCalibrationRelTimePix.h
- Timestamp:
- 03/31/04 14:08:36 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationRelTimePix.h
r3177 r3620 11 11 private: 12 12 13 static const Int_t fgPulserFrequency; 13 static const Int_t fgChargeNbins; // Default for fChargeNBins (now set to: 900 ) 14 static const Axis_t fgChargeFirst; // Default for fChargeFirst (now set to: -13.5 ) 15 static const Axis_t fgChargeLast; // Default for fChargeLast (now set to: 13.5 ) 14 16 15 static const Int_t fgChargeNbins;16 static const Axis_t fgChargeFirst;17 static const Axis_t fgChargeLast;17 Int_t fChargeNbins; // Number of bins used for the fHGausHist 18 Axis_t fChargeFirst; // Lower bound bin used for the fHGausHist 19 Axis_t fChargeLast; // Upper bound bin used for the fHGausHist 18 20 19 Int_t fChargeNbins; 20 Axis_t fChargeFirst; 21 Axis_t fChargeLast; 22 23 Int_t fPixId; // Pixel Nr 21 Int_t fPixId; // The pixel ID 24 22 25 23 public: … … 36 34 void SetChargeLast( const Axis_t last =fgChargeLast) { fChargeLast = last; } 37 35 38 void SetPulserFrequency(Float_t f=fgPulserFrequency);39 40 36 // Fits 41 37 void BypassFit(); … … 45 41 void Renorm(const Float_t slicewidth); 46 42 47 // TObject *DrawClone(Option_t *opt="") const; 48 49 ClassDef(MHCalibrationRelTimePix, 1) // Histograms for each calibrated pixel 43 ClassDef(MHCalibrationRelTimePix, 1) // Histogram class for Relative Time Calibration pixel 50 44 }; 51 45
Note:
See TracChangeset
for help on using the changeset viewer.