83 | | [tbc] |
| 85 | == same processing == |
| 86 | |
| 87 | MC and data should have been processed in the same way (signal extractor, calibration, image cleaning, ...) |
| 88 | |
| 89 | For ganymed, you need star-files as an input. Make sure to use star files from MC and data that had the same processing. |
| 90 | |
| 91 | Information on the different processings can be found in wiki:Processing |
| 92 | |
| 93 | == same ganymed == |
| 94 | |
| 95 | Make sure to use either the same ganymed macro or the same setup in the ganymed macro for data and MC. |
| 96 | |
| 97 | In the ganymed macro there is three things that you should make sure are the same: cuts, disp and energy estimator |
| 98 | |
| 99 | == same cuts == |
| 100 | |
| 101 | The quality cuts are defined as 'contq' and the background suppression cuts as 'cont0'. |
| 102 | |
| 103 | e.g. |
| 104 | https://trac.fact-project.org/browser/trunk/Mars/fact/analysis/mc/ganymed.C?rev=17733#L65 |
| 105 | https://trac.fact-project.org/browser/trunk/Mars/fact/analysis/mc/ganymed.C?rev=17733#L70 |
| 106 | |
| 107 | Make also sure that you use cuts that have been optimized for the image cleaning you used. |
| 108 | |
| 109 | e.g. |
| 110 | old cleaning: /home/isdc/dorner/Tutorial.April2018/ganymed_LP.C |
| 111 | new cleaning: https://trac.fact-project.org/browser/trunk/Mars/fact/analysis/ganymed.C?rev=18753#L61 |
| 112 | |
| 113 | == same disp == |
| 114 | |
| 115 | Make sure to use the same disp parametrization for data and MC. If you don't optimize a disp parametrization yourself, make sure to use the disp parametrization that has been optimized for the cleaning that you are using. |
| 116 | |
| 117 | see https://trac.fact-project.org/browser/trunk/Mars/fact/analysis/ganymed.C?rev=18753#L82 |
| 118 | |
| 119 | Both version are available there, you just have to use the correct one. |
| 120 | == same energy estimator == |
| 121 | |
| 122 | Use the same energy estimator (same method, same file/formula). |
| 123 | |
| 124 | e.g. |
| 125 | https://trac.fact-project.org/browser/trunk/Mars/fact/analysis/mc/ganymed.C?rev=17733#L169 |