Changeset 14896 for trunk/Mars/mhflux/MHThetaSq.cc
- Timestamp:
- 02/13/13 10:34:54 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mhflux/MHThetaSq.cc
r9851 r14896 130 130 MBinning binsa(nbins, 0, nbins*intmax/nsig); 131 131 132 gLog << inf << "Theta-cut set to " << intmax << "deg" << endl; 133 132 134 // Apply binning 133 135 binsa.Apply(fHistTime); … … 177 179 void MHThetaSq::InitMapping(MHMatrix *mat, Int_t type) 178 180 { 181 return MHAlpha::InitMapping(mat, type); 182 179 183 if (fMatrix) 180 184 return;
Note:
See TracChangeset
for help on using the changeset viewer.