Changeset 8603


Ignore:
Timestamp:
06/25/07 14:30:12 (17 years ago)
Author:
hoehne
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/fillcamera.C

    r8602 r8603  
    394394    TString vars =
    395395        Form("fELowLim=%s, fEUppLim=%s, fSlopeSpec=%s, "
    396              "fImpactMax=%s, fNumSimulatedShowers=%d, fNumEvents=%d, "
     396             "fImpactMax=%s, fNumSimulatedShowers=%d, fNumEvents=%d, fNumTriggers=%s, "
    397397             "fNumPheFromDNSB=%s, fZBin=%d, fThetaMin=%s, "
    398398             "fThetaMax=%s, fPointSpread=%s, fPointSpreadX=%s, "
    399399             "fPointSpreadY=%s, fPedesMean=%s, fLow2HighGain=%s, ",
    400400             elow.Data(), eupp.Data(), slope.Data(), imax.Data(),
    401              numsimshow, numevents, numphe.Data(),
     401             numsimshow, numevents, numtrig.Data(), numphe.Data(),
    402402             zBin, thetamin.Data(), thetamax.Data(), psf.Data(),
    403403             psfx.Data(), psfy.Data(), ped.Data(), low2high.Data());
Note: See TracChangeset for help on using the changeset viewer.