SRNDTrackAssn.h
Go to the documentation of this file.
1 /// \author J. Wolcott <jwolcott@fnal.gov> & F. Akbar <fakbar@ur.rochester.edu>
2 /// \date Nov. 2021
3 
4 #ifndef DUNEANAOBJ_SRNDTRACKASSN_H
5 #define DUNEANAOBJ_SRNDTRACKASSN_H
6 
7 
8 namespace caf
9 {
11  {
12  public:
13  int larid = -1; ///< index of ND-LAr track
14  int tmsid = -1; ///< index of TMS track
15  float transdispl = -999.; ///< perpendicular distance between the two tracks at longitudinal position of matching point
16  float angdispl = -999.; ///< angular difference between the two tracks at longitudinal position of matching point
17  };
18 }
19 
20 #endif //DUNEANAOBJ_SRNDTRACKASSN_H
int tmsid
index of TMS track
Definition: SRNDTrackAssn.h:14
float angdispl
angular difference between the two tracks at longitudinal position of matching point ...
Definition: SRNDTrackAssn.h:16
int larid
index of ND-LAr track
Definition: SRNDTrackAssn.h:13
float transdispl
perpendicular distance between the two tracks at longitudinal position of matching point ...
Definition: SRNDTrackAssn.h:15
Common Analysis Files.
Definition: SRGAr.h:13