Changeset 8603
- Timestamp:
- 06/25/07 14:30:12 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/fillcamera.C
r8602 r8603 394 394 TString vars = 395 395 Form("fELowLim=%s, fEUppLim=%s, fSlopeSpec=%s, " 396 "fImpactMax=%s, fNumSimulatedShowers=%d, fNumEvents=%d, "396 "fImpactMax=%s, fNumSimulatedShowers=%d, fNumEvents=%d, fNumTriggers=%s, " 397 397 "fNumPheFromDNSB=%s, fZBin=%d, fThetaMin=%s, " 398 398 "fThetaMax=%s, fPointSpread=%s, fPointSpreadX=%s, " 399 399 "fPointSpreadY=%s, fPedesMean=%s, fLow2HighGain=%s, ", 400 400 elow.Data(), eupp.Data(), slope.Data(), imax.Data(), 401 numsimshow, numevents, num phe.Data(),401 numsimshow, numevents, numtrig.Data(), numphe.Data(), 402 402 zBin, thetamin.Data(), thetamax.Data(), psf.Data(), 403 403 psfx.Data(), psfy.Data(), ped.Data(), low2high.Data());
Note:
See TracChangeset
for help on using the changeset viewer.