Changeset 863 for trunk/MagicSoft/Mars/mhist/MHMcEnergy.cc
- Timestamp:
- 07/10/01 14:41:15 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHMcEnergy.cc
r861 r863 27 27 // MHMcEnergy 28 28 // 29 // This class holds the information ( histogram and fit function )29 // This class holds the information (histogram and fit function) 30 30 // about the energy threshold for a particular trigger condition. 31 31 // … … 135 135 // Set the number of bins in the histogran. 136 136 // 137 void MHMcEnergy::Set Bins(Int_t nbins)137 void MHMcEnergy::SetNumBins(Int_t nbins) 138 138 { 139 hLogEner->SetBins(nbins,0.5,4.5);139 hLogEner->SetBins(nbins, 0.5, 4.5); 140 140 } 141 141 // -------------------------------------------------------------------------- … … 191 191 } 192 192 193 194 195
Note:
See TracChangeset
for help on using the changeset viewer.