1 #ifndef TRACKFINDINGPARAMETERS_H
2 #define TRACKFINDINGPARAMETERS_H
20 void read(
char* inputFile ) ;
21 void write(
char* outputFile ) ;
22 void write( FILE* outFile ) ;
26 int segmentRowSearchRange;
27 int trackRowSearchRange;
47 int vertexConstrainedFit;
48 int parameterLocation;
49 double maxChi2Primary ;
63 double distanceMerge ;
75 double ptMinHelixFit ;
76 double maxDistanceSegment;
77 double segmentMaxAngle;
87 double xyWeightVertex;
93 int nRowsPlusOne, nPhiPlusOne ;
94 int nEtaPlusOne, nPhiEtaPlusOne ;
95 int nPhiTrackPlusOne, nEtaTrackPlusOne ;
96 double phiSlice, etaSlice ;
97 double phiSliceTrack, etaSliceTrack ;
Definition: TrackFindingParameters.h:15