Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
duneanaobj
duneanaobj
StandardRecord
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
{
10
class
SRNDTrackAssn
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
caf::SRNDTrackAssn::tmsid
int tmsid
index of TMS track
Definition:
SRNDTrackAssn.h:14
caf::SRNDTrackAssn::angdispl
float angdispl
angular difference between the two tracks at longitudinal position of matching point ...
Definition:
SRNDTrackAssn.h:16
caf::SRNDTrackAssn::larid
int larid
index of ND-LAr track
Definition:
SRNDTrackAssn.h:13
caf::SRNDTrackAssn
Definition:
SRNDTrackAssn.h:10
caf::SRNDTrackAssn::transdispl
float transdispl
perpendicular distance between the two tracks at longitudinal position of matching point ...
Definition:
SRNDTrackAssn.h:15
caf
Common Analysis Files.
Definition:
SRGAr.h:13
Generated by
1.8.11