Ignore:
Timestamp:
07/29/09 15:15:59 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJStar.cc

    r9434 r9482  
    118118    cont.Add(const_cast<MSequence*>(&fSequence));
    119119
     120    TNamed cmdline("CommandLine", fCommandLine.Data());
     121    cont.Add(&cmdline);
     122
    120123    if (fDisplay)
    121124    {
     
    155158    MDirIter iter;
    156159    if (fSequence.GetRuns(iter, MSequence::kCalibrated)<=0)
     160    {
     161        *fLog << err << "ERROR - Sequence valid but without files." << endl;
    157162        return kFALSE;
     163    }
    158164
    159165    // Setup Parlist
     
    267273    plist.AddToList(&par); // without MTriggerPattern stored in the file
    268274
    269     // For the effective on-time calculation we don't want SUM-only events
     275    // For the effective on-time calculation and the muon statistics
     276    // we don't want SUM-only events
    270277    MFTriggerPattern fsum;
    271278    fsum.SetDefault(kTRUE);
     
    336343        write.AddContainer("MMcEvt",                "Events");
    337344        write.AddContainer("MMcTrig",               "Events", kFALSE);
     345        write.AddContainer("MCorsikaEvtHeader",     "Events", kFALSE);
    338346        write.AddContainer("MSrcPosCam",            "Events");
    339347        // Monte Carlo Run Headers
     
    342350        write.AddContainer("MMcFadcHeader",         "RunHeaders", kFALSE);
    343351        write.AddContainer("MMcConfigRunHeader",    "RunHeaders", kFALSE);
    344         write.AddContainer("MMcCorsikaRunHeader",   "RunHeaders");
     352        write.AddContainer("MMcCorsikaRunHeader",   "RunHeaders", kFALSE);
     353        write.AddContainer("MCorsikaRunHeader",     "RunHeaders", kFALSE);
    345354    }
    346355    else
Note: See TracChangeset for help on using the changeset viewer.