LArSoft  v07_13_02
Liquid Argon Software toolkit - http://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 86 of file MCRecoEdep.h.

Constructor & Destructor Documentation

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

Definition at line 90 of file MCRecoEdep.h.

90 : energy(e), charge(c) { }
Float_t e
Definition: plot.C:34

Member Data Documentation

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

Definition at line 88 of file MCRecoEdep.h.

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

Definition at line 87 of file MCRecoEdep.h.


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