Changeset 4361
- Timestamp:
- 06/29/04 10:55:10 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4359 r4361 41 41 - updated to use MJExtractSignal 42 42 43 43 * mcalib/MHGausEvents.cc 44 - give a unique name to fHPowerProbability, otherwise 45 MH::ProjectArray will use an existing one. 46 44 47 45 48 2004/06/18: Markus Gaug -
trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc
r4277 r4361 386 386 fPowerSpectrum = fourier.PowerSpectrumDensity(&fEvents); 387 387 fHPowerProbability = ProjectArray(*fPowerSpectrum, fPowerProbabilityBins, 388 "PowerProbability",388 Form("%s%s","PowerProbability",GetName()), 389 389 "Probability of Power occurrance"); 390 390 fHPowerProbability->SetXTitle("P(f)");
Note:
See TracChangeset
for help on using the changeset viewer.