Changeset 9481


Ignore:
Timestamp:
07/29/09 15:07:57 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9480 r9481  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2009/07/29 Thomas Bretz
     22
     23   * callisto.cc, ceres.cc, ganymed.cc, sponde.cc, star.cc:
     24     - pipe command line to job
     25
     26   * mbase/MArgs.[h,cc]:
     27     - added getter for command line
     28
     29   * mjobs/MJCalibration.cc, mjobs/MJCut.cc:
     30     - write command line to output
     31
     32   * mjobs/MJob.[h,cc]:
     33     - added data member to store the command line
     34
     35   * mtrigger/MTriggerPattern.h:
     36     - added efault argumtn to Print()
     37
     38   * mjobs/MJCalibrateSignal.cc:
     39     - write command line to output
     40
     41
    2042
    2143 2009/07/28 Thomas Bretz
  • trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc

    r9473 r9481  
    157157    cont.Add(const_cast<TEnv*>(GetEnv()));
    158158    cont.Add(const_cast<MSequence*>(&fSequence));
     159
     160    TNamed cmdline("CommandLine", fCommandLine.Data());
     161    cont.Add(&cmdline);
    159162
    160163    if (fDisplay)
Note: See TracChangeset for help on using the changeset viewer.