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