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
signal Class Reference

define the pmt signal More...

#include <signal.h>

Public Member Functions

 signal ()
 
 signal (const long long int start, const int duration)
 
const long long int GetStart () const
 get the start time of the signal More...
 
void SetStart (const long long int s)
 set the start time of the signal More...
 
const int GetDuration () const
 get the duration of the signal More...
 
void SetDuration (const int d)
 set the duration of the signal More...
 

Detailed Description

define the pmt signal

The signal of one pmt is defined by a start time and a duration. The signal is equivalent to a "square pulse". Several signals can be registered in a slice for one pmt. When drawing, we can clearly see this point.

Note
We suggest you to clear the data before each plots
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 signal.h.

Constructor & Destructor Documentation

signal::signal ( )
inline

Definition at line 33 of file signal.h.

signal::signal ( const long long int  start,
const int  duration 
)
inline

Definition at line 38 of file signal.h.

Member Function Documentation

const int signal::GetDuration ( ) const
inline

get the duration of the signal

Definition at line 48 of file signal.h.

const long long int signal::GetStart ( ) const
inline

get the start time of the signal

Definition at line 44 of file signal.h.

void signal::SetDuration ( const int  d)
inline

set the duration of the signal

Definition at line 50 of file signal.h.

void signal::SetStart ( const long long int  s)
inline

set the start time of the signal

Definition at line 46 of file signal.h.


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