VLNEnergy.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace VLN {
4 
5 struct VLNEnergy
6 {
7  float primaryE;
8  float totalE;
9 };
10 
11 }
Definition: utils.cxx:6
float totalE
Definition: VLNEnergy.h:8
float primaryE
Definition: VLNEnergy.h:7