Changeset 4277 for trunk/MagicSoft/Mars/manalysis/MHPedestalPix.cc
- Timestamp:
- 06/04/04 11:50:59 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MHPedestalPix.cc
r3770 r4277 71 71 // Initializes: 72 72 // - fNSlices to 1 73 // - fProbLimit to 0.01 73 74 // 74 75 MHPedestalPix::MHPedestalPix(const char *name, const char *title) … … 82 83 SetFirst( fgChargeFirst ); 83 84 SetLast( fgChargeLast ); 85 86 SetProbLimit(0.01); 84 87 85 88 // Create a large number of bins, later we will rebin … … 111 114 if (fNSlices <= 0) 112 115 return; 113 116 114 117 const Float_t sqslices = TMath::Sqrt(fNSlices); 115 118
Note:
See TracChangeset
for help on using the changeset viewer.