Changeset 4165 for trunk/MagicSoft/Mars
- Timestamp:
- 05/25/04 11:03:57 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4164 r4165 25 25 calibration 26 26 27 28 27 29 2004/05/24: Javier Rico 28 30 … … 33 35 - add getters and output lines in Print() method for 34 36 fInnerLeakage1, fInnerLeakage2 and fInnerSize 35 37 38 39 36 40 2004/05/24: Markus Gaug 37 41 … … 66 70 is zero, don't calculate av. pedestal and av. pedRMS of this part. 67 71 72 73 68 74 2004/05/22: Markus Gaug 69 75 … … 118 124 119 125 126 120 127 2004/05/22: Abelardo Moralejo 121 128 … … 130 137 - introduced initialization to 0 of startslice and sat in FindPeak 131 138 - changed initialization of maxsumhi in Process from 0 to -1e6 139 140 132 141 133 142 2004/05/20: Raquel de los Reyes … … 138 147 - changed the inheritance of MRawRead class from MTask to MRead to 139 148 implement the AddFiles(MDirIter &) function in MRawFileRead class. 149 140 150 * mraw/MRawFileRead.[h,cc] 141 151 - implemented a second argument to the AddFile function and skip 142 152 adding NULL files in the constructor. 153 143 154 * mjobs/MJPedestal.cc 144 155 - uncommented the line to allow the analysis of .raw files. 156 157 145 158 146 159 2004/05/20: Markus Gaug … … 155 168 - set back fgOffsetFromPeak from peak to 1 (instead of 2). Abelardo 156 169 explained that this variable is not strictly the offset from the 157 peak but the offset from the peak search window. 170 peak but the offset from the peak search window. 171 158 172 159 173 … … 167 181 - use cosmics filter only for CT1 pulser runs 168 182 183 184 169 185 2004/05/19: Abelardo Moralejo 170 186 … … 172 188 - replaced rint by TMath::Nint() (my Mac did not recognize the 173 189 former) 190 191 174 192 175 193 2004/05/19: Abelardo Moralejo … … 179 197 write.AddContainer("MPointingPos", "Events", kFALSE); 180 198 If not exisiting in the input file, it is simply ignored. 199 200 181 201 182 202 2004/05/15: Thomas Bretz -
trunk/MagicSoft/Mars/mimage/MNewImagePar.cc
r4143 r4165 232 232 *fLog << " - InnerLeakage1 [1] = " << fInnerLeakage1 << endl; 233 233 *fLog << " - InnerLeakage2 [1] = " << fInnerLeakage2 << endl; 234 *fLog << " - InnerSize [ 1] = " << fInnerSize << "[#CerPhot]" << endl;234 *fLog << " - InnerSize [#] = " << fInnerSize << " CerPhot" << endl; 235 235 *fLog << " - Conc [1] = " << fConc << " (ratio)" << endl; 236 236 *fLog << " - Conc1 [1] = " << fConc1 << " (ratio)" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.