FEMConstants.hh File Reference
defines FEM electronics related constants
More...
#include "DataFormatConstants.hh"
Go to the source code of this file.
Namespaces |
namespace | larlight |
| Namespace of everything in this framework.
|
namespace | larlight::FEM |
| Defines constants for PMT related electronics.
|
Enumerations |
enum | larlight::FEM::DISCRIMINATOR {
larlight::FEM::BASE_DISC = 0,
larlight::FEM::COSMIC_DISC,
larlight::FEM::MICHEL_DISC,
larlight::FEM::BEAM_DISC,
larlight::FEM::BEAM_WIN,
larlight::FEM::DISC_MAX
} |
| PMT discriminator type.
More...
|
enum | larlight::FEM::FEM_WORD {
larlight::FEM::UNDEFINED_WORD = 0,
larlight::FEM::EVENT_HEADER,
larlight::FEM::FEM_HEADER,
larlight::FEM::FEM_FIRST_WORD,
larlight::FEM::CHANNEL_HEADER,
larlight::FEM::CHANNEL_WORD,
larlight::FEM::CHANNEL_LAST_WORD,
larlight::FEM::FEM_LAST_WORD,
larlight::FEM::EVENT_LAST_WORD
} |
| Defines PMT word-type.
More...
|
Variables |
const UShort_t | larlight::FEM::INVALID_CH = DATA::INVALID_USHORT |
| Invalid (or initialized) channel number.
|
const UInt_t | larlight::FEM::INVALID_WORD = DATA::INVALID_UINT |
| Invalid (or initialized) event word.
|
const UInt_t | larlight::FEM::EMPTY_WORD = 0x0 |
| Empty word.
|
const UInt_t | larlight::FEM::BEAMGATE_NSAMPLE = 1500 |
| # samples in the beamgate
|
const UShort_t | larlight::FEM::NUM_PMT_CHANNEL = 48 |
| # of PMT readout channels
|
const UShort_t | larlight::FEM::MAX_ADC = 4095 |
| Maximum ADC value.
|
Detailed Description
defines FEM electronics related constants
- Author:
- Kazu - Nevis 2013
Definition in file FEMConstants.hh.