Changeset 5168 for trunk/MagicSoft/Mars
- Timestamp:
- 10/04/04 17:14:38 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5164 r5168 20 20 -*-*- END OF LINE -*-*- 21 21 22 2004/09/29: Hendrik Bartko 22 2004/10/04: Markus Gaug 23 24 * mjobs/MJPedestal.h 25 - added function SetPedContainerName() 26 27 28 2004/10/04: Hendrik Bartko 23 29 24 30 * msignal/MExtractTimeAndChargeDigitalFilter.cc -
trunk/MagicSoft/Mars/mjobs/MJPedestal.h
r4779 r5168 86 86 void SetNormalDisplay () { fDisplayType = kNormalDisplay; } 87 87 88 void SetPedContainerName(const char *name) { fPedestalCam.SetName(name); } 89 88 90 ClassDef(MJPedestal, 0) // Tool to create a pedestal file (MPedestalCam) 89 91 };
Note:
See TracChangeset
for help on using the changeset viewer.