LDMX Software
eventbuilder::PhysicsEventData Struct Reference

Public Member Functions

void clear ()
 

Public Attributes

long long timestamp = 0
 
long long event_id = 0
 
std::vector< GenericDataBlockblocks
 
std::vector< uint64_t > systems_readout
 

Detailed Description

Definition at line 9 of file PhysicsEventData.h.

Member Function Documentation

◆ clear()

void eventbuilder::PhysicsEventData::clear ( )
inline

Definition at line 20 of file PhysicsEventData.h.

20 {
21 timestamp = 0;
22 event_id = 0;
23 blocks.clear();
24 systems_readout.clear();
25 }

Member Data Documentation

◆ blocks

std::vector<GenericDataBlock> eventbuilder::PhysicsEventData::blocks

Definition at line 14 of file PhysicsEventData.h.

◆ event_id

long long eventbuilder::PhysicsEventData::event_id = 0

Definition at line 11 of file PhysicsEventData.h.

◆ systems_readout

std::vector<uint64_t> eventbuilder::PhysicsEventData::systems_readout

Definition at line 17 of file PhysicsEventData.h.

◆ timestamp

long long eventbuilder::PhysicsEventData::timestamp = 0

Definition at line 10 of file PhysicsEventData.h.


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