Changes between Version 3 and Version 4 of IngredientsSpectrum


Ignore:
Timestamp:
06/01/18 15:12:29 (6 years ago)
Author:
Daniela Dorner
Comment:

added more content

Legend:

Unmodified
Added
Removed
Modified
  • IngredientsSpectrum

    v3 v4  
     1[[TOC]]
     2
    13Amit asked me to write down the basic notes of the tutorial on creating a spectrum which I gave him few days ago. As I thought it might be useful for other people as well, I decided to put it in the trac.
    24However please keep in mind that this is far from being complete, might contain information that is valid only now and that it has not been checked for mistakes.
     
    8183= Consistent Processing of MC and data =
    8284
    83 [tbc]
     85== same processing ==
     86
     87MC and data should have been processed in the same way (signal extractor, calibration, image cleaning, ...)
     88
     89For ganymed, you need star-files as an input. Make sure to use star files from MC and data that had the same processing.
     90
     91Information on the different processings can be found in wiki:Processing
     92
     93== same ganymed ==
     94
     95Make sure to use either the same ganymed macro or the same setup in the ganymed macro for data and MC.
     96
     97In 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
     101The quality cuts are defined as 'contq' and the background suppression cuts as 'cont0'.
     102
     103e.g.
     104https://trac.fact-project.org/browser/trunk/Mars/fact/analysis/mc/ganymed.C?rev=17733#L65
     105https://trac.fact-project.org/browser/trunk/Mars/fact/analysis/mc/ganymed.C?rev=17733#L70
     106
     107Make also sure that you use cuts that have been optimized for the image cleaning you used.
     108
     109e.g.
     110old cleaning: /home/isdc/dorner/Tutorial.April2018/ganymed_LP.C
     111new cleaning: https://trac.fact-project.org/browser/trunk/Mars/fact/analysis/ganymed.C?rev=18753#L61
     112
     113== same disp ==
     114
     115Make 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
     117see https://trac.fact-project.org/browser/trunk/Mars/fact/analysis/ganymed.C?rev=18753#L82
     118
     119Both version are available there, you just have to use the correct one.
     120== same energy estimator ==
     121
     122Use the same energy estimator (same method, same file/formula).
     123
     124e.g.
     125https://trac.fact-project.org/browser/trunk/Mars/fact/analysis/mc/ganymed.C?rev=17733#L169