PAASS
Software suite to Acquire and Analyze Data from Pixie16
dammIds::raw Namespace Reference

All of the raw histograms. More...

Variables

const int OFFSET = 1
 offset for raw histograms More...
 
const int RANGE = 1899
 Range for raw histograms. More...
 
const int D_RAW_ENERGY = 0
 Raw energies. More...
 
const int D_FILTER_ENERGY = 300
 Trace Filtered energies. More...
 
const int D_SCALAR = 600
 Rates for the detectors. More...
 
const int D_TIME = 900
 Arrival times for the channels. More...
 
const int D_CAL_ENERGY = 1200
 Calibrated energies. More...
 
const int D_HIT_SPECTRUM = 1801
 Channel hit spectrum. More...
 
const int D_SUBEVENT_GAP = 1802
 Time difference between sub events. More...
 
const int D_EVENT_LENGTH = 1803
 Length of the events in ns. More...
 
const int D_EVENT_GAP = 1804
 Time difference between buffers in ns. More...
 
const int D_EVENT_MULTIPLICITY = 1805
 Event multiplicity. More...
 
const int D_BUFFER_END_TIME = 1806
 Last time in Buffer. More...
 
const int DD_RUNTIME_SEC = 1807
 Run time in seconds. More...
 
const int DD_DEAD_TIME_CUMUL = 1808
 Cumulative Deadtime. More...
 
const int DD_BUFFER_START_TIME = 1809
 Buffer Start Time. More...
 
const int DD_RUNTIME_MSEC = 1810
 Run Time in ms. More...
 
const int D_NUMBER_OF_EVENTS = 1811
 Number of processed events. More...
 
const int D_HAS_TRACE = 1812
 Plot for Channels w/ Traces. More...
 

Detailed Description

All of the raw histograms.

Variable Documentation

§ D_BUFFER_END_TIME

const int dammIds::raw::D_BUFFER_END_TIME = 1806

Last time in Buffer.

Definition at line 40 of file DammPlotIds.hpp.

§ D_CAL_ENERGY

const int dammIds::raw::D_CAL_ENERGY = 1200

Calibrated energies.

Definition at line 33 of file DammPlotIds.hpp.

§ D_EVENT_GAP

const int dammIds::raw::D_EVENT_GAP = 1804

Time difference between buffers in ns.

Definition at line 38 of file DammPlotIds.hpp.

§ D_EVENT_LENGTH

const int dammIds::raw::D_EVENT_LENGTH = 1803

Length of the events in ns.

Definition at line 37 of file DammPlotIds.hpp.

§ D_EVENT_MULTIPLICITY

const int dammIds::raw::D_EVENT_MULTIPLICITY = 1805

Event multiplicity.

Definition at line 39 of file DammPlotIds.hpp.

§ D_FILTER_ENERGY

const int dammIds::raw::D_FILTER_ENERGY = 300

Trace Filtered energies.

Definition at line 30 of file DammPlotIds.hpp.

§ D_HAS_TRACE

const int dammIds::raw::D_HAS_TRACE = 1812

Plot for Channels w/ Traces.

Definition at line 46 of file DammPlotIds.hpp.

§ D_HIT_SPECTRUM

const int dammIds::raw::D_HIT_SPECTRUM = 1801

Channel hit spectrum.

Definition at line 35 of file DammPlotIds.hpp.

§ D_NUMBER_OF_EVENTS

const int dammIds::raw::D_NUMBER_OF_EVENTS = 1811

Number of processed events.

Definition at line 45 of file DammPlotIds.hpp.

§ D_RAW_ENERGY

const int dammIds::raw::D_RAW_ENERGY = 0

Raw energies.

Notice that there is a space for 300 channels, one 13 modules crate has 208 channels

Definition at line 29 of file DammPlotIds.hpp.

§ D_SCALAR

const int dammIds::raw::D_SCALAR = 600

Rates for the detectors.

Definition at line 31 of file DammPlotIds.hpp.

§ D_SUBEVENT_GAP

const int dammIds::raw::D_SUBEVENT_GAP = 1802

Time difference between sub events.

Definition at line 36 of file DammPlotIds.hpp.

§ D_TIME

const int dammIds::raw::D_TIME = 900

Arrival times for the channels.

Definition at line 32 of file DammPlotIds.hpp.

§ DD_BUFFER_START_TIME

const int dammIds::raw::DD_BUFFER_START_TIME = 1809

Buffer Start Time.

Definition at line 43 of file DammPlotIds.hpp.

§ DD_DEAD_TIME_CUMUL

const int dammIds::raw::DD_DEAD_TIME_CUMUL = 1808

Cumulative Deadtime.

Definition at line 42 of file DammPlotIds.hpp.

§ DD_RUNTIME_MSEC

const int dammIds::raw::DD_RUNTIME_MSEC = 1810

Run Time in ms.

Definition at line 44 of file DammPlotIds.hpp.

§ DD_RUNTIME_SEC

const int dammIds::raw::DD_RUNTIME_SEC = 1807

Run time in seconds.

Definition at line 41 of file DammPlotIds.hpp.

§ OFFSET

const int dammIds::raw::OFFSET = 1

offset for raw histograms

Notice offset 1, so all the ids are effectively +1 in the his file

Definition at line 24 of file DammPlotIds.hpp.

§ RANGE

const int dammIds::raw::RANGE = 1899

Range for raw histograms.

Definition at line 25 of file DammPlotIds.hpp.