Bug #1135
Prefactor of GModelSpatialDiffuseMap is ignored in Monte Carlo simulation
Status: | Closed | Start date: | 02/06/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | Knödlseder Jürgen | % Done: | 100% | |
Category: | - | |||
Target version: | 1.0.0 | |||
Duration: |
Description
The prefactor of the GModelSpatialDiffuseMap model is ignored in Monte Carlo simulations. This comes from the fact that a spatial model is assumed to integrate to unity.
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen almost 11 years ago
- Target version set to 00-08-02
#2 Updated by Knödlseder Jürgen over 10 years ago
- Status changed from New to In Progress
- Assigned To set to Knödlseder Jürgen
- % Done changed from 0 to 50
Added norm()
method to the abstract GModelSpatial interface and use this method to determine the event rate in GModelSky::mc
method.
Existing unit tests all succeed, now need to check whether changing the normalization actually correctly changes the MC sample. Do this best using pull distributions.
#3 Updated by Knödlseder Jürgen over 10 years ago
- Target version changed from 00-08-02 to 00-09-00
#4 Updated by Knödlseder Jürgen about 10 years ago
- Target version changed from 00-09-00 to 1.0.0
#5 Updated by Knödlseder Jürgen over 9 years ago
- File norm1_iter8_prefactor.png added
- File norm1_iter8_index.png added
- File norm1_iter8_bgd_prefactor.png added
- File norm1_iter8_bgd_index.png added
- File norm1_iter8_bgd_sigma.png added
- File norm3_iter8_prefactor.png added
- File norm3_iter8_index.png added
- File norm3_iter8_bgd_prefactor.png added
- File norm3_iter8_bgd_index.png added
- File norm3_iter8_bgd_sigma.png added
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
I checked the implementation of the MC normalisation using pull distributions of Cen A. The top row gives result for a normalisation of 1, the bottom row for a normalisation of 3. Everything looks ok now.