DFTK: Energy fitter Data Constants


                              Titles:  DFTK:  Energy fitter Data constants
                              =====================================
 
    Contact:  M. Dunford, Penn
 
    Revision History:-
    ================
 
    5.01  M. Dunford   First version.
 

 
Titles Files
------------
 
ftk_data.dat
 
 
Verification
------------
 
 
Description
-----------
 
    This bank contains constants used by the FTK energy fitter

    There are four DFTK banks
    1) This bank contains the reflection probability of a photon
       given the incident cos(theta) and wavelength
    2) This bank contains the probability of a photon 
       reflecting into angle cos(theta_prime) and phi given an incident 
       angle cos(theta)
    3) This bank contains the parameters used for the lognormal function
       used to find the number of Cerenkov photons for a given energy
    4) This bank contains the parameters used for the cos(alpha) 
       distributions for the direction of the photon with respect to the 
       electron direction
 
 
Data Words
---------
 
        Data types: B(bit), I, F, D(double), H(hollerith 4 char)
 
        Fixed length Database Header.  See titles_dbhdr.html.
 
         KDFTK...

    1  I _CTH_BINS      Number of bins for cos(theta)
    2  F _CTH_MIN       Min value of cos(theta) used to create this table
    3  F _CTH_MAX       Max value of cos(theta) used to create this table
 4..N  F _REFL_PROB     Probability of reflecting data


    1  I _ICTH_BINS     Number of incoming cos(theta) bins
    2  I _OCTH_BINS     Number of outgoing cos(theta) bins
    3  I _OPHI_BINS     Number of outgoing phi bins
    4  F _ICTH_MIN      Min value of incoming cos(theta)
    5  F _ICTH_MAX      Max value of incoming cos(theta)
    6  F _OCTH_MIN      Min value of outgoing cos(theta)
    7  F _OCTH_MAX      Max value of outgoing cos(theta)
    8  F _OPHI_MIN      Min value of outgoing phi
    9  F _OPHI_MAX      Max value of outgoing phi
10..N  F _REFL_ANG_PROB Probability of reflecting into a given incident
                        cos(theta), and outgoing cos(theta) and phi. 


    1  F _FIRST_EMATCH  Energy of first parameter switch
    2  F _SECOND_EMATCH Energy of second parameter switch
    3  F _THIRD_EMATCH  Energy of third parameter switch
    4  F _FOURTH_EMATCH Energy of fourth parameter switch
 5..10 F .........      Spares
11..N  F _LOGNORM       Lognormal parameters


    1  F _ENELOW        Starting energy for the parameters in this titles bank
    2  F _FIRST_CMATCH  First Energy Change of step size
    3  F _SECOND_CMATCH Second Energy Change of step size
    4  F _THIRD_CMATCH  Third Energy Change of step size
    5  F _ENEHIGH       Ending energy for the parameters in this titles bank
    6  F _FIRST_ESTEP   Step size in MeV of the parameters for first region
    7  F _SECOND_ESTEP  Step size in MeV of the parameters for second region
    8  F _THIRD_ESTEP   Step size in MeV of the parameters for third region
    9  F _FOURTH_ESTEP  Step size in MeV of the parameters for fourth region
    10 F _MPE_VAR       4th order polynomial parameters for MPE correction
14..19 F .........      Spares
20..N  F _COSA          Cos(alpha) distribution parameters  
 

Go Back to the Snoman Companion Top Page