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

#include <SRRecoHitBranch.h>

Public Member Functions

 SRRecoHitBranch ()
 

Public Attributes

unsigned int ntpc
 
std::vector< SRTPCRecoHittpc
 
unsigned int necal
 
float ecaltotE
 
std::vector< SRRecoHitecal
 
unsigned int nmuid
 
float muidtotE
 
std::vector< SRRecoHitmuid
 

Detailed Description

Definition at line 11 of file SRRecoHitBranch.h.

Constructor & Destructor Documentation

caf::SRRecoHitBranch::SRRecoHitBranch ( )

Definition at line 5 of file SRRecoHitBranch.cxx.

6  : ntpc(0), necal(0), ecaltotE(0), nmuid(0), muidtotE(0)
7  {
8  }

Member Data Documentation

std::vector<SRRecoHit> caf::SRRecoHitBranch::ecal

Definition at line 21 of file SRRecoHitBranch.h.

float caf::SRRecoHitBranch::ecaltotE

Definition at line 20 of file SRRecoHitBranch.h.

std::vector<SRRecoHit> caf::SRRecoHitBranch::muid

Definition at line 25 of file SRRecoHitBranch.h.

float caf::SRRecoHitBranch::muidtotE

Definition at line 24 of file SRRecoHitBranch.h.

unsigned int caf::SRRecoHitBranch::necal

Definition at line 19 of file SRRecoHitBranch.h.

unsigned int caf::SRRecoHitBranch::nmuid

Definition at line 23 of file SRRecoHitBranch.h.

unsigned int caf::SRRecoHitBranch::ntpc

Definition at line 16 of file SRRecoHitBranch.h.

std::vector<SRTPCRecoHit> caf::SRRecoHitBranch::tpc

Definition at line 17 of file SRRecoHitBranch.h.


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