Changeset 5436 for trunk/MagicSoft/Mars
- Timestamp:
- 11/19/04 15:08:31 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MPad.cc
r5432 r5436 1008 1008 << l << "; NevA, NevB = " << suma << ", " << sumb << endl; 1009 1009 1010 // clear the corresponding area of fHSigmaTheta 1011 for (Int_t j=1; j<=nbinssig; j++) 1012 { 1013 Double_t a = 0.0; 1014 hM->SetBinContent(l, j, a); 1015 1016 //*fLog << "MPad::MergeABC; l, j, a = " << l << ", " << j << ", " 1017 // << a << endl; 1018 } 1019 1010 1020 // go to next theta bin (l) 1011 1021 continue;
Note:
See TracChangeset
for help on using the changeset viewer.