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