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

#include <SRClusterBranch.h>

Public Member Functions

 SRClusterBranch ()
 

Public Attributes

unsigned int ntpc
 
std::vector< SRTPCClustertpc
 
unsigned int necal
 
std::vector< SRECalClusterecal
 
unsigned int nmuid
 
std::vector< SRMuIDClustermuid
 

Detailed Description

Definition at line 12 of file SRClusterBranch.h.

Constructor & Destructor Documentation

caf::SRClusterBranch::SRClusterBranch ( )

Definition at line 5 of file SRClusterBranch.cxx.

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

Member Data Documentation

std::vector<SRECalCluster> caf::SRClusterBranch::ecal

Definition at line 21 of file SRClusterBranch.h.

std::vector<SRMuIDCluster> caf::SRClusterBranch::muid

Definition at line 24 of file SRClusterBranch.h.

unsigned int caf::SRClusterBranch::necal

Definition at line 20 of file SRClusterBranch.h.

unsigned int caf::SRClusterBranch::nmuid

Definition at line 23 of file SRClusterBranch.h.

unsigned int caf::SRClusterBranch::ntpc

Definition at line 17 of file SRClusterBranch.h.

std::vector<SRTPCCluster> caf::SRClusterBranch::tpc

Definition at line 18 of file SRClusterBranch.h.


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