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

#include <SRTrueParticle.h>

Public Member Functions

 SRTrueParticlePlaneInfo ()
 

Public Attributes

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

Detailed Description

Definition at line 15 of file SRTrueParticle.h.

Constructor & Destructor Documentation

caf::SRTrueParticlePlaneInfo::SRTrueParticlePlaneInfo ( )

Definition at line 11 of file SRTrueParticle.cxx.

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

Member Data Documentation

unsigned int caf::SRTrueParticlePlaneInfo::nhit

Number of hits on plane.

Definition at line 21 of file SRTrueParticle.h.

float caf::SRTrueParticlePlaneInfo::visE

Sum of energy deposited on plane [GeV].

Definition at line 20 of file SRTrueParticle.h.


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