Difference between revisions of "Gams reconstruction"

From GlueXWiki
Jump to: navigation, search
Line 1: Line 1:
 
'''Short description of the reconstruction package developed for GAMs'''
 
'''Short description of the reconstruction package developed for GAMs'''
  
''(with many further changes and updates)''
+
''(with changes and updates)''
  
* all files added/ possibly changed:
 
  
 +
----
  
adcgam_bk.inc
 
  
phot_cell_cbk_mc.inc
+
Package includes:
  
cphoto.inc
+
'''adcgam_bk.inc '''        common with output reconstruction
  
 +
'''phot_cell_cbk_mc.inc'''  common with shower profile parameters
  
 +
'''cphoto.inc '''            common with control keys, flags and other aux. staff
  
addhits_lib.F
 
  
addhits_sim.F
+
 
 +
'''addhits_lib.F '''        generates hits based on shower library data
 +
 
 +
'''addhits_sim.F'''          performs hits using fast simulation based on profile functions
  
 
isim.F
 
isim.F

Revision as of 12:18, 5 September 2013

Short description of the reconstruction package developed for GAMs

(with changes and updates)




Package includes:

adcgam_bk.inc common with output reconstruction

phot_cell_cbk_mc.inc common with shower profile parameters

cphoto.inc common with control keys, flags and other aux. staff


addhits_lib.F generates hits based on shower library data

addhits_sim.F performs hits using fast simulation based on profile functions

isim.F

recon_sim.F


guout.F

gukine.F

gustep.F


  • include file

adcgam_bk.inc

structure:

    $ (energy_adcgam, adcgam( 1,1) ) ,! r4
    $ (     x_adcgam, adcgam( 2,1) ) ,! r4
    $ (     y_adcgam, adcgam( 3,1) ) ,! r4
    $ (     z_adcgam, adcgam( 4,1) ) ,! r4
    $ (    xc_adcgam, adcgam( 5,1) ) ,! r4
    $ (    yc_adcgam, adcgam( 6,1) ) ,! r4
    $ (  chi2_adcgam, adcgam( 7,1) ) ,! r4
    $ (  type_adcgam, adcgam( 8,1) ) ,! i4
    $ (  dime_adcgam, adcgam( 9,1) ) ,! i4
    $ (    id_adcgam, adcgam(10,1) )  ! i4