Changeset 7634
- Timestamp:
- 04/11/06 16:34:48 (19 years ago)
- Location:
- trunk/MagicSoft
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7632 r7634 36 36 - improve speed of optimization by switching of timing and 37 37 reset in eventloop 38 39 * mmc/MFadcHeader.h: 40 - changed MFADC_CHANNELS from 3500 to 3800 according to Abelardo 41 42 * mmc/MMcFadcHeader.hxx: 43 - increaded version number from 7 to 8 38 44 39 45 -
trunk/MagicSoft/Mars/mjobs/MJSpectrum.cc
r7632 r7634 1194 1194 1195 1195 // Calculate and display spectrum (N/TeVsm^2 at 1TeV) 1196 TArrayD res(DisplaySpectrum(area , excess, hest, ontime));1196 TArrayD res(DisplaySpectrum(area1, excess, hest, ontime)); 1197 1197 1198 1198 // Spectrum fitted (convert res[1] from TeV to GeV) … … 1204 1204 // scale with effective collection area to get the event rate (N/s) 1205 1205 // scale with the effective observation time to absolute observed events 1206 n *= area .GetCollectionAreaAbs()*ontime; // N1206 n *= area1.GetCollectionAreaAbs()*ontime; // N 1207 1207 1208 1208 // Now calculate the scale factor from the number of events 1209 1209 // produced and the number of events which should have been 1210 1210 // observed with our telescope in the time ontime 1211 const Double_t scale = n/area .GetEntries();1211 const Double_t scale = n/area1.GetEntries(); 1212 1212 1213 1213 // Print normalization constant -
trunk/MagicSoft/include-Classes/MMcFormat/MFadcDefine.h
r6738 r7634 28 28 // --> The maximum number of FADC channels 29 29 // Most likely it will be always equal to CAMERA_PIXELS 30 #define MFADC_CHANNELS 3 50030 #define MFADC_CHANNELS 3800 31 31 // 32 32 // --> Ratio of high to low gain: -
trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.hxx
r7436 r7634 139 139 void DrawPixelContent(Int_t num) const { } 140 140 141 ClassDef(MMcFadcHeader, 7) //Stores Montecarlo Information describing the FADC behaviour 142 141 ClassDef(MMcFadcHeader, 8) //Stores Montecarlo Information describing the FADC behaviour 143 142 }; 144 143
Note:
See TracChangeset
for help on using the changeset viewer.