Public Member Functions | Public Attributes | List of all members
arttest::Hit Struct Reference

#include <ToyProducts.h>

Public Member Functions

 Hit ()
 
 Hit (size_t id)
 
void aggregate (Hit const &) const
 

Public Attributes

size_t id
 

Detailed Description

Definition at line 218 of file ToyProducts.h.

Constructor & Destructor Documentation

arttest::Hit::Hit ( )
inline

Definition at line 219 of file ToyProducts.h.

219 : id(-1) {}
arttest::Hit::Hit ( size_t  id)
inline

Definition at line 220 of file ToyProducts.h.

220 : id(id) {}

Member Function Documentation

void arttest::Hit::aggregate ( Hit const &  ) const
inline

Definition at line 223 of file ToyProducts.h.

224  {}

Member Data Documentation

size_t arttest::Hit::id

Definition at line 221 of file ToyProducts.h.


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