Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
garsoft
StandardRecord
SRVeeHypothesis.h
Go to the documentation of this file.
1
#ifndef CAFSRVEEHYPOTHESIS_H
2
#define CAFSRVEEHYPOTHESIS_H
3
4
#include "StandardRecord/SRVector3D.h"
5
6
namespace
caf
7
{
8
class
SRVeeHypothesis
9
{
10
public
:
11
SRVeeHypothesis
();
12
13
SRVector3D
p
;
14
float
E
;
15
float
m
;
16
};
17
}
18
19
#endif
caf::SRVector3D
A 3-vector with more efficient storage than TVector3.
Definition:
SRVector3D.h:25
caf::SRVeeHypothesis::SRVeeHypothesis
SRVeeHypothesis()
Definition:
SRVeeHypothesis.cxx:11
caf::SRVeeHypothesis::p
SRVector3D p
Definition:
SRVeeHypothesis.h:13
caf::SRVeeHypothesis::m
float m
Definition:
SRVeeHypothesis.h:15
caf
Common Analysis Files.
Definition:
SRGAr.h:13
caf::SRVeeHypothesis
Definition:
SRVeeHypothesis.h:8
caf::SRVeeHypothesis::E
float E
Definition:
SRVeeHypothesis.h:14
Generated by
1.8.11