Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
srcs
sbnanaobj
sbnanaobj
StandardRecord
SRTrackScatterClosestApproach.h
Go to the documentation of this file.
1
////////////////////////////////////////////////////////////////////////
2
// \file SRTrackScatterClosestApproach.h
3
////////////////////////////////////////////////////////////////////////
4
#ifndef SRTRACKSCATTERClosestApproach_H
5
#define SRTRACKSCATTERClosestApproach_H
6
7
namespace
caf {
8
/// Representation of track scattering variables compare to interpolated start and end points
9
class
SRTrackScatterClosestApproach
{
10
public
:
11
SRTrackScatterClosestApproach
();
12
~SRTrackScatterClosestApproach
() {}
13
14
float
mean
;
// Average Closest Approach [cm]
15
float
stdDev
;
// Standard Deviation Closest Approach [cm]
16
float
max
;
// Maximum Closest Approach [cm]
17
};
18
19
}
// end namespace
20
21
#endif // SRTrackScatterClosestApproach_H
22
//////////////////////////////////////////////////////////////////////////////
caf::SRTrackScatterClosestApproach::SRTrackScatterClosestApproach
SRTrackScatterClosestApproach()
Definition:
SRTrackScatterClosestApproach.cxx:8
caf::SRTrackScatterClosestApproach::mean
float mean
Definition:
SRTrackScatterClosestApproach.h:14
caf::SRTrackScatterClosestApproach::~SRTrackScatterClosestApproach
~SRTrackScatterClosestApproach()
Definition:
SRTrackScatterClosestApproach.h:12
caf::SRTrackScatterClosestApproach::stdDev
float stdDev
Definition:
SRTrackScatterClosestApproach.h:15
caf::SRTrackScatterClosestApproach
Representation of track scattering variables compare to interpolated start and end points...
Definition:
SRTrackScatterClosestApproach.h:9
caf::SRTrackScatterClosestApproach::max
float max
Definition:
SRTrackScatterClosestApproach.h:16
Generated by
1.8.5