Public Member Functions | Public Attributes | List of all members
caf::SRSimHitBranch Class Reference

#include <SRSimHitBranch.h>

Public Member Functions

 SRSimHitBranch ()
 

Public Attributes

unsigned int necal
 
std::vector< SRSimHitecal
 
float ecaltotE
 
unsigned int nmuid
 
std::vector< SRSimHitmuid
 
float muidtotE
 

Detailed Description

Definition at line 10 of file SRSimHitBranch.h.

Constructor & Destructor Documentation

caf::SRSimHitBranch::SRSimHitBranch ( )

Definition at line 5 of file SRSimHitBranch.cxx.

5  :
6  necal(0), ecaltotE(0), nmuid(0), muidtotE(0)
7  {
8  }
unsigned int necal
unsigned int nmuid

Member Data Documentation

std::vector<SRSimHit> caf::SRSimHitBranch::ecal

Definition at line 16 of file SRSimHitBranch.h.

float caf::SRSimHitBranch::ecaltotE

Definition at line 17 of file SRSimHitBranch.h.

std::vector<SRSimHit> caf::SRSimHitBranch::muid

Definition at line 20 of file SRSimHitBranch.h.

float caf::SRSimHitBranch::muidtotE

Definition at line 21 of file SRSimHitBranch.h.

unsigned int caf::SRSimHitBranch::necal

Definition at line 15 of file SRSimHitBranch.h.

unsigned int caf::SRSimHitBranch::nmuid

Definition at line 19 of file SRSimHitBranch.h.


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