NSL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
TrackL1NormResidualLessThan.h
Go to the documentation of this file.
1 #ifndef NSL_SELECTIONS_TRACK_L1NORMRESIDUALLESSTHAN_H
2 #define NSL_SELECTIONS_TRACK_L1NORMRESIDUALLESSTHAN_H
3 
4 // our headers
5 #include "NSL/Selection.h"
6 
7 // NAIA headers
8 #include <Containers/Utils.h>
9 
10 namespace NSL {
11 namespace Selections {
12 
13 namespace Track {
15 public:
16  L1NormResidualLessThan(float max, NAIA::TrTrack::Fit fit);
17 };
18 
19 } // namespace Track
20 } // namespace Selections
21 } // namespace NSL
22 #endif
L1NormResidualLessThan(float max, NAIA::TrTrack::Fit fit)