ROOTPWA
Functions | Variables
event.cc File Reference
#include <iomanip>
#include <limits>
#include "event.h"

Go to the source code of this file.

Functions

event operator* (const lorentzTransform &L, const event &e)
ostream & operator<< (ostream &os, const event &e)
istream & operator>> (istream &is, event &e)

Variables

particleDataTable PDGtable

Function Documentation

event operator* ( const lorentzTransform L,
const event e 
)

Definition at line 63 of file event.cc.

References event::_final, event::_initial, event::beam(), p, and event::target().

ostream& operator<< ( std::ostream &  os,
const event e 
)

Definition at line 425 of file event.cc.

References event::_ioversion, event::write1(), and event::write2().

istream& operator>> ( std::istream &  is,
event e 
)

Definition at line 503 of file event.cc.

References event::_ioversion, event::read1(), and event::read2().

Variable Documentation

Definition at line 12 of file particleData.cc.