![]() |
PPM-DU analysis
2.3
conversion and analysis of the PPM-DU data
|
Fill a dom header from a binary file. More...
#include <domHeader.h>
Public Member Functions | |
| domHeader () | |
| domHeader (const int number, const int dom, const int index, const long long int time, const int status) | |
| domHeader (const domHeader &curHeader) | |
| const int | GetRunNumber () const |
| get the id of the run sample More... | |
| void | SetRunNumber (const int nb) |
| set the id of the run More... | |
| const int | GetDomId () const |
| get the id of the dom sample More... | |
| void | SetDomId (const int nb) |
| set the id of the dom More... | |
| const int | GetDomIndex () const |
| get the index of the dom slice More... | |
| void | SetDomIndex (const int index) |
| set the index of the dom slice More... | |
| const long long int | GetDomTime () const |
| get the time stamp of each dom sample More... | |
| void | SetDomTime (const long long int time) |
| set the time slice of the dom More... | |
Fill a dom header from a binary file.
This class is meant to fill the header of a dom from the binary file. The information contained in this class are:
Contact: creusot@apc.univ-paris7.fr
Created on: Wed Feb 27 2013
Definition at line 30 of file domHeader.h.
|
inline |
Definition at line 33 of file domHeader.h.
|
inline |
Definition at line 40 of file domHeader.h.
|
inline |
Definition at line 47 of file domHeader.h.
|
inline |
get the id of the dom sample
Definition at line 59 of file domHeader.h.
|
inline |
get the index of the dom slice
Definition at line 63 of file domHeader.h.
|
inline |
get the time stamp of each dom sample
Definition at line 67 of file domHeader.h.
|
inline |
get the id of the run sample
Definition at line 55 of file domHeader.h.
|
inline |
set the id of the dom
Definition at line 61 of file domHeader.h.
|
inline |
set the index of the dom slice
Definition at line 65 of file domHeader.h.
|
inline |
set the time slice of the dom
Definition at line 69 of file domHeader.h.
|
inline |
set the id of the run
Definition at line 57 of file domHeader.h.
1.8.6