#include <SRAssnBranch.h>
Public Member Functions | |
SRAssnBranch () | |
Public Attributes | |
unsigned int | nvtx |
std::vector< SRVertexAssn > | vtx |
unsigned int | nvee |
std::vector< SRVeeAssn > | vee |
unsigned int | necalclust |
std::vector< SRClusterAssn > | ecalclust |
Definition at line 12 of file SRAssnBranch.h.
caf::SRAssnBranch::SRAssnBranch | ( | ) |
Definition at line 5 of file SRAssnBranch.cxx.
std::vector<SRClusterAssn> caf::SRAssnBranch::ecalclust |
Definition at line 24 of file SRAssnBranch.h.
unsigned int caf::SRAssnBranch::necalclust |
Definition at line 23 of file SRAssnBranch.h.
unsigned int caf::SRAssnBranch::nvee |
Definition at line 20 of file SRAssnBranch.h.
unsigned int caf::SRAssnBranch::nvtx |
Definition at line 17 of file SRAssnBranch.h.
std::vector<SRVeeAssn> caf::SRAssnBranch::vee |
Definition at line 21 of file SRAssnBranch.h.
std::vector<SRVertexAssn> caf::SRAssnBranch::vtx |
Definition at line 18 of file SRAssnBranch.h.