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

Fill an event. More...

#include <event.h>

Public Member Functions

 event ()
 
 event (const event &curEvent)
 
const eventHeader GetEventHeader () const
 get the information contained in the header (see eventHeader class) More...
 
void SetEventHeader (const eventHeader &eHeader)
 set the information in the header (see eventHeader class) More...
 
std::vector< domGetDomList () const
 get all the dom involved in the event More...
 
void SetDomList (std::vector< dom > &nb)
 set the vector of dom involved in the event More...
 
void AddDom (const dom &onedom)
 

Detailed Description

Fill an event.

This class is meant to fill the event information. One event corresponds to one specific run! but for a list of dom The information contained in this class are:

Note
event = all the doms with the same runNumber
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 33 of file event.h.

Constructor & Destructor Documentation

event::event ( )
inline

Definition at line 36 of file event.h.

event::event ( const event curEvent)
inline

Definition at line 41 of file event.h.

Member Function Documentation

void event::AddDom ( const dom onedom)
inline

Definition at line 55 of file event.h.

std::vector<dom> event::GetDomList ( ) const
inline

get all the dom involved in the event

Definition at line 51 of file event.h.

const eventHeader event::GetEventHeader ( ) const
inline

get the information contained in the header (see eventHeader class)

Definition at line 47 of file event.h.

void event::SetDomList ( std::vector< dom > &  nb)
inline

set the vector of dom involved in the event

Definition at line 53 of file event.h.

void event::SetEventHeader ( const eventHeader eHeader)
inline

set the information in the header (see eventHeader class)

Definition at line 49 of file event.h.


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