StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StEEmcUtil
database
cstructs
eemcDbADCconf.hh
1
#ifndef TAB_EEMC_DB_ADCCONF__hh
2
#define TAB_EEMC_DB_ADCCONF__hh
3
#include "eemcConstDB.hh"
4
/*
5
* description: PMT+MAPMT ADC channel/slot configuration for one sector
6
*/
7
struct
eemcDbADCconf
{
8
char
name[EEMCDbMaxAdcName];
/* sector/subsector/tower or strip or preTower ... */
9
int
crate[EEMCDbMaxAdc];
/* crate holding FEEs */
10
int
channel[EEMCDbMaxAdc];
/* channel */
11
char
comment[EEMCDbMaxComment];
/* comment */
12
};
13
14
#endif
15
16
17
eemcDbADCconf
Definition:
eemcDbADCconf.hh:7
Generated by
1.8.5