Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
garsoft
StandardRecord
SRSimHitBranch.h
Go to the documentation of this file.
1
#ifndef CAFSRSIMHITBRANCH_H
2
#define CAFSRSIMHITBRANCH_H
3
4
#include "
StandardRecord/SRSimHit.h
"
5
6
#include <vector>
7
8
namespace
caf
9
{
10
class
SRSimHitBranch
11
{
12
public
:
13
SRSimHitBranch
();
14
15
unsigned
int
necal
;
16
std::vector<SRSimHit>
ecal
;
17
float
ecaltotE
;
18
19
unsigned
int
nmuid
;
20
std::vector<SRSimHit>
muid
;
21
float
muidtotE
;
22
};
23
}
24
25
#endif
caf::SRSimHitBranch::ecaltotE
float ecaltotE
Definition:
SRSimHitBranch.h:17
caf::SRSimHitBranch::necal
unsigned int necal
Definition:
SRSimHitBranch.h:15
caf::SRSimHitBranch::muid
std::vector< SRSimHit > muid
Definition:
SRSimHitBranch.h:20
caf::SRSimHitBranch::muidtotE
float muidtotE
Definition:
SRSimHitBranch.h:21
caf::SRSimHitBranch::ecal
std::vector< SRSimHit > ecal
Definition:
SRSimHitBranch.h:16
caf::SRSimHitBranch
Definition:
SRSimHitBranch.h:10
caf::SRSimHitBranch::nmuid
unsigned int nmuid
Definition:
SRSimHitBranch.h:19
caf::SRSimHitBranch::SRSimHitBranch
SRSimHitBranch()
Definition:
SRSimHitBranch.cxx:5
SRSimHit.h
caf
Common Analysis Files.
Definition:
SRGAr.h:13
Generated by
1.8.11