Public Member Functions | Public Attributes | List of all members
sim::MCEdep::deposit Struct Reference

#include <MCRecoEdep.h>

Public Member Functions

 deposit ()=default
 
 deposit (float e, float c)
 

Public Attributes

float energy {}
 
float charge {}
 

Detailed Description

Definition at line 75 of file MCRecoEdep.h.

Constructor & Destructor Documentation

sim::MCEdep::deposit::deposit ( )
default
sim::MCEdep::deposit::deposit ( float  e,
float  c 
)
inline

Definition at line 79 of file MCRecoEdep.h.

79 : energy(e), charge(c) { }
const double e

Member Data Documentation

float sim::MCEdep::deposit::charge {}

Definition at line 77 of file MCRecoEdep.h.

float sim::MCEdep::deposit::energy {}

Definition at line 76 of file MCRecoEdep.h.


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