Changeset 9851 for trunk/Mars/mfbase
- Timestamp:
- 08/12/10 09:43:02 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mfbase/MFEventSelector2.cc
r8106 r9851 196 196 197 197 // duplicate the fHistNom histogram 198 hist = (MH3*)fHistNom->New();198 hist = static_cast<MH3*>(fHistNom->New()); 199 199 200 200 // copy binning from one histogram to the other one 201 MH::SetBinning( &hist->GetHist(), &fHistNom->GetHist());201 MH::SetBinning(hist->GetHist(), fHistNom->GetHist()); 202 202 203 203 return hist->GetHist();
Note:
See TracChangeset
for help on using the changeset viewer.