Data structure containing summary information about deposited energy. More...
#include <SimEnergyDepositSummary.h>
Public Attributes | |
float | Total { 0.0 } |
Total deposited energy [GeV]. More... | |
float | Spill { 0.0 } |
Energy deposited in spill [GeV]. More... | |
float | PreSpill { 0.0 } |
Energy deposited in pre-spill [GeV]. More... | |
float | Active { 0.0 } |
float | SpillActive { 0.0 } |
Energy deposited in active volume in spill [GeV]. More... | |
float | PreSpillActive { 0.0 } |
Energy deposited in active volume in pre-spill window [GeV]. More... | |
Data structure containing summary information about deposited energy.
Definition at line 15 of file SimEnergyDepositSummary.h.
float icarus::SimEnergyDepositSummary::Active { 0.0 } |
Energy deposited in active volume [GeV]
Definition at line 20 of file SimEnergyDepositSummary.h.
float icarus::SimEnergyDepositSummary::PreSpill { 0.0 } |
Energy deposited in pre-spill [GeV].
Definition at line 19 of file SimEnergyDepositSummary.h.
float icarus::SimEnergyDepositSummary::PreSpillActive { 0.0 } |
Energy deposited in active volume in pre-spill window [GeV].
Definition at line 24 of file SimEnergyDepositSummary.h.
float icarus::SimEnergyDepositSummary::Spill { 0.0 } |
Energy deposited in spill [GeV].
Definition at line 18 of file SimEnergyDepositSummary.h.
float icarus::SimEnergyDepositSummary::SpillActive { 0.0 } |
Energy deposited in active volume in spill [GeV].
Definition at line 22 of file SimEnergyDepositSummary.h.
float icarus::SimEnergyDepositSummary::Total { 0.0 } |
Total deposited energy [GeV].
Definition at line 17 of file SimEnergyDepositSummary.h.