All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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
10  public:
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 //////////////////////////////////////////////////////////////////////////////
Representation of track scattering variables compare to interpolated start and end points...