All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
caf::SRTrueInteractionPlaneInfo Class Reference

#include <SRTrueInteraction.h>

Public Member Functions

 SRTrueInteractionPlaneInfo ()
 

Public Attributes

float visE
 Sum of energy deposited on plane [GeV]. More...
 
unsigned int nhitprim
 Number of hits from primary particles on plane. More...
 
unsigned int nhit
 Number of hits on plane. More...
 

Detailed Description

Definition at line 20 of file SRTrueInteraction.h.

Constructor & Destructor Documentation

caf::SRTrueInteractionPlaneInfo::SRTrueInteractionPlaneInfo ( )

Definition at line 12 of file SRTrueInteraction.cxx.

12  :
13  visE(std::numeric_limits<float>::signaling_NaN()),
14  nhitprim(0),
15  nhit(0)
16  {
17  }
unsigned int nhitprim
Number of hits from primary particles on plane.
unsigned int nhit
Number of hits on plane.
float visE
Sum of energy deposited on plane [GeV].

Member Data Documentation

unsigned int caf::SRTrueInteractionPlaneInfo::nhit

Number of hits on plane.

Definition at line 27 of file SRTrueInteraction.h.

unsigned int caf::SRTrueInteractionPlaneInfo::nhitprim

Number of hits from primary particles on plane.

Definition at line 26 of file SRTrueInteraction.h.

float caf::SRTrueInteractionPlaneInfo::visE

Sum of energy deposited on plane [GeV].

Definition at line 25 of file SRTrueInteraction.h.


The documentation for this class was generated from the following files: