GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > EFC / V4-2-2

Constituent: efc     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

ATF_shadowedTowers2x2.c File Reference

Initializes the data structure which translates a list of struct ACD tiles into a list of shadowed towers. The overlap is a 2x2 grid of ACD tiles for each tower. More...

#include "ATF_shadowedTowersDef.h"

Include dependency graph for ATF_shadowedTowers2x2.c:


Defines

#define AFT_SHADOWEDTOWERS_2x2_VERSION   0
 A unique identifier for this shadowed tower map.
#define TWR(_n)   (0x8000 >> 0x ## _n)
 Macro to set the bit in a tower mask. This macro is UNDEF'd, but DOXYGEN gives one no alternative except to document.

Variables

const ATF_shadowedTowers ATF_ShadowedTowers2x2
 Controls which tiles shadow which towers.

Detailed Description

Initializes the data structure which translates a list of struct ACD tiles into a list of shadowed towers. The overlap is a 2x2 grid of ACD tiles for each tower.

Author:
JJRussell - russell@slac.stanford.edu
    CVS $Id: ATF_shadowedTowers2x2.c,v 1.2 2005/11/22 02:32:07 russell Exp $

Variable Documentation

ATF_shadowedTowers ATF_ShadowedTowers2x2
 

Controls which tiles shadow which towers.

This is a readonly data structure. It consists of 3 arrays indexed by tile number. The first array controls the top tiles and the other two array controls the X & Y side tiles. Symmetry allows one to use the X/Y maps for both the ends. The maps are packed in MSB order, ie tower 0 is the MSB bit. This is consistent with the FFS routine.


Generated on Fri Sep 5 01:20:55 2008 by  doxygen 1.4.4