- Timestamp:
- 10/01/04 17:41:37 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/NEWS
r5147 r5159 2 2 *** Version <cvs> 3 3 4 - New combined signal and time extractor MExtractTimeAndChargeDigitalFilter 4 - New combined signal and time extractor 5 MExtractTimeAndChargeDigitalFilter 5 6 6 7 - The Report for the trigger section in the CC run summary has been … … 72 73 MHEffOnTimeTime, MHEffOnTimeTheta, MHTimeDiff, MHTimeDiffTime and 73 74 MHTimeDiffTheta. 75 76 - added the possibility to count how often a signal is above (or 77 below) a certain threshold in MHCamEvent and MHCamEventRot (this 78 can replace MHTriggerLvl0) 79 80 - added ore convinient ways to set the axis-titles of your histograms 81 in your macro to some MH-classes like: MH3, MHVsTime, MHSectorVsTime, 82 MHPixVsTime, MHVsTime, MHCamEvent and MHCamEventRot 74 83 75 84 -
trunk/MagicSoft/Mars/mhist/MHCamEventRot.h
r5156 r5159 21 21 { 22 22 private: 23 static const TString gsDefName; 24 static const TString gsDefTitle; 25 23 26 MGeomCam *fGeom; //! container storing the camera geometry 24 27 MTime *fTime; //! container to take the event time from -
trunk/MagicSoft/Mars/mjobs/MJStar.cc
r5158 r5159 189 189 // ------------------ Setup histograms and fill tasks ---------------- 190 190 MHCamEvent evt0a(0, "Cleaned", "Signal after Cleaning;;S [\\gamma]"); 191 MHCamEvent evt0b(0, "UsedPix", "Pixels marked Used;; MarkedUsed [%]");191 MHCamEvent evt0b(0, "UsedPix", "Pixels marked Used;;Used [%]"); 192 192 evt0b.SetThreshold(0); 193 193
Note:
See TracChangeset
for help on using the changeset viewer.