Changeset 6818
- Timestamp:
- 03/14/05 15:45:02 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6800 r6818 21 21 22 22 -*-*- END OF LINE -*-*- 23 2005/03/14 Thomas Bretz 24 25 * mbase/MGMenu.h: 26 - added a fix for root 4.02.00 27 28 29 23 30 2005/03/09 Markus Gaug 24 31 … … 35 42 fPowerSpectrum out of the streamer. 36 43 - intialize fFlags to 0 44 37 45 38 46 … … 46 54 any rule containing "fEnergy" is accepted. 47 55 56 57 48 58 2005/03/08 Markus Gaug 49 59 … … 51 61 - introduce new parameter "fFitStart" to decide from outside where 52 62 to start fitting the pedestals. 63 53 64 54 65 … … 78 89 - took out some commented code which will not be used any more 79 90 - improve Print() function 91 80 92 81 93 … … 100 112 101 113 114 102 115 2005/03/04 Abelardo Moralejo 103 116 … … 109 122 time jitter. 110 123 124 125 111 126 2005/03/03 Markus Gaug 112 127 … … 134 149 - added flag fPulsePosCheck 135 150 151 152 136 153 2005/03/02 Markus Gaug 137 154 … … 152 169 calibration and cosmics pulses (only applied if spline is used). 153 170 171 172 154 173 2005/02/25 Markus Gaug 155 174 … … 165 184 166 185 186 167 187 2005/02/25 Abelardo Moralejo 188 168 189 * msignal/MC_calibration_weights_UV.dat 169 190 - Added. Weights file for using the digital filter on MC … … 173 194 shape is the same in both gain branches. 174 195 196 197 175 198 2005/02/24 Markus Gaug 176 199 … … 185 208 - take the TVectors out of the streamer, to be exectuable with 186 209 root.04.02 210 211 187 212 188 213 2005/02/24 Thomas Hengstebeck -
trunk/MagicSoft/Mars/mbase/MGMenu.h
r6279 r6818 46 46 TGMenuBar(p, w, h, options) {} 47 47 48 void BindKeys(TGMainFrame *frame); 49 // root 4.02/00 void BindKeys(Bool_t b) { TGMenuBar::BindKeys(b); }48 void BindKeys(TGMainFrame *frame); // root<=3.10.02 49 void BindKeys(Bool_t b) { TGMenuBar::BindKeys(b); } // root>=4.02.00 50 50 51 51 Bool_t HandleKey(Event_t *event);
Note:
See TracChangeset
for help on using the changeset viewer.