Changeset 9481
- Timestamp:
- 07/29/09 15:07:57 (15 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9480 r9481 18 18 19 19 -*-*- 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 20 42 21 43 2009/07/28 Thomas Bretz -
trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc
r9473 r9481 157 157 cont.Add(const_cast<TEnv*>(GetEnv())); 158 158 cont.Add(const_cast<MSequence*>(&fSequence)); 159 160 TNamed cmdline("CommandLine", fCommandLine.Data()); 161 cont.Add(&cmdline); 159 162 160 163 if (fDisplay)
Note:
See TracChangeset
for help on using the changeset viewer.