LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 73 of file MCRecoEdep.h.

Constructor & Destructor Documentation

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

Definition at line 77 of file MCRecoEdep.h.

77 : energy(e), charge(c) {}
Float_t e
Definition: plot.C:35

Member Data Documentation

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

Definition at line 75 of file MCRecoEdep.h.

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

Definition at line 74 of file MCRecoEdep.h.


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