Changeset 20096 for trunk/Mars/mhbase
- Timestamp:
- 05/07/21 12:37:39 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mhbase/MH3.cc
r19345 r20096 918 918 return kTRUE; 919 919 case kLabelsX: 920 static_cast<TProfile2D*>(fHist)->Fill(labelx, y, z );920 static_cast<TProfile2D*>(fHist)->Fill(labelx, y, z, 1.); 921 921 return kTRUE; 922 922 case kLabelsY: 923 static_cast<TProfile2D*>(fHist)->Fill(x, labely, z );923 static_cast<TProfile2D*>(fHist)->Fill(x, labely, z, 1.); 924 924 return kTRUE; 925 925 case kLabelsXY: 926 static_cast<TProfile2D*>(fHist)->Fill(labelx, labely, z );926 static_cast<TProfile2D*>(fHist)->Fill(labelx, labely, z, 1.); 927 927 return kTRUE; 928 928 }
Note:
See TracChangeset
for help on using the changeset viewer.