![]() |
LArSoft
v09_93_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "Event.h"
Public Member Functions | |
| Event () | |
| Event (int id) | |
| double | Energy () const |
| double | SigmaEnergy () const |
| const recob::Vertex * | PrimaryVertex (std::vector< const recob::Vertex * > &vtxs) const |
| int | ID () const |
Private Attributes | |
| int | fID |
| id for this event More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, const Event &a) |
| bool | operator< (const Event &a, const Event &b) |
| double recob::Event::Energy | ( | ) | const |
Definition at line 26 of file Event.cxx.
References util::kBogusD.
Referenced by recob::operator<(), and recob::operator<<().
| const recob::Vertex * recob::Event::PrimaryVertex | ( | std::vector< const recob::Vertex * > & | vtxs | ) | const |
| double recob::Event::SigmaEnergy | ( | ) | const |
Definition at line 37 of file Event.cxx.
References util::kBogusD.
Referenced by recob::operator<<().
|
friend |
|
private |
id for this event
Definition at line 25 of file Event.h.
Referenced by ID(), and recob::operator<<().