SRAssnBranch.h
Go to the documentation of this file.
1 #ifndef CAFSRASSNS_H
2 #define CAFSRASSNS_H
3 
7 
8 #include <vector>
9 
10 namespace caf
11 {
13  {
14  public:
15  SRAssnBranch();
16 
17  unsigned int nvtx;
18  std::vector<SRVertexAssn> vtx;
19 
20  unsigned int nvee;
21  std::vector<SRVeeAssn> vee;
22 
23  unsigned int necalclust;
24  std::vector<SRClusterAssn> ecalclust;
25  };
26 }
27 
28 #endif
std::vector< SRClusterAssn > ecalclust
Definition: SRAssnBranch.h:24
std::vector< SRVeeAssn > vee
Definition: SRAssnBranch.h:21
unsigned int nvtx
Definition: SRAssnBranch.h:17
unsigned int nvee
Definition: SRAssnBranch.h:20
unsigned int necalclust
Definition: SRAssnBranch.h:23
Common Analysis Files.
Definition: SRGAr.h:13
std::vector< SRVertexAssn > vtx
Definition: SRAssnBranch.h:18