PPM-DU analysis  2.3
conversion and analysis of the PPM-DU data
 All Classes Files Functions Variables Pages
Public Member Functions | List of all members
domHeader Class Reference

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...
 

Detailed Description

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:

Note
this allows to locate the event in time or numbering
Author
Alexandre Creusot
Version
1.4
Date
Tue Jun 17 2014

Contact: creus.nosp@m.ot@a.nosp@m.pc.un.nosp@m.iv-p.nosp@m.aris7.nosp@m..fr

Created on: Wed Feb 27 2013

Definition at line 30 of file domHeader.h.

Constructor & Destructor Documentation

domHeader::domHeader ( )
inline

Definition at line 33 of file domHeader.h.

domHeader::domHeader ( const int  number,
const int  dom,
const int  index,
const long long int  time,
const int  status 
)
inline

Definition at line 40 of file domHeader.h.

domHeader::domHeader ( const domHeader curHeader)
inline

Definition at line 47 of file domHeader.h.

Member Function Documentation

const int domHeader::GetDomId ( ) const
inline

get the id of the dom sample

Definition at line 59 of file domHeader.h.

const int domHeader::GetDomIndex ( ) const
inline

get the index of the dom slice

Definition at line 63 of file domHeader.h.

const long long int domHeader::GetDomTime ( ) const
inline

get the time stamp of each dom sample

Definition at line 67 of file domHeader.h.

const int domHeader::GetRunNumber ( ) const
inline

get the id of the run sample

Definition at line 55 of file domHeader.h.

void domHeader::SetDomId ( const int  nb)
inline

set the id of the dom

Definition at line 61 of file domHeader.h.

void domHeader::SetDomIndex ( const int  index)
inline

set the index of the dom slice

Definition at line 65 of file domHeader.h.

void domHeader::SetDomTime ( const long long int  time)
inline

set the time slice of the dom

Definition at line 69 of file domHeader.h.

void domHeader::SetRunNumber ( const int  nb)
inline

set the id of the run

Definition at line 57 of file domHeader.h.


The documentation for this class was generated from the following file: