DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
Loading...
Searching...
No Matches
SRNDTrackAssn.h
1
3
4#ifndef DUNEANAOBJ_SRNDTRACKASSN_H
5#define DUNEANAOBJ_SRNDTRACKASSN_H
6
7#include "duneanaobj/StandardRecord/SRNDLAr.h"
8#include "duneanaobj/StandardRecord/SRTMS.h"
9#include "duneanaobj/StandardRecord/SRMINERvA.h"
10#include "duneanaobj/StandardRecord/SRGAr.h"
11#include "duneanaobj/StandardRecord/SREnums.h"
12
13namespace caf
14{
16 {
17 private:
18 static constexpr float NaN = std::numeric_limits<float>::signaling_NaN();
19
20 public:
25
26
27 float transdispl = NaN;
28 float angdispl = NaN;
29 float matchScore = NaN;
30
32
34 };
35}
36
37#endif //DUNEANAOBJ_SRNDTRACKASSN_H
The information needed to uniquely identify a ND-GAr reco object.
Definition SRGAr.h:39
The information needed to uniquely identify a MINERvA reco object.
Definition SRMINERvA.h:31
The information needed to uniquely identify an ND-LAr reco object.
Definition SRNDLAr.h:32
Definition SRNDTrackAssn.h:16
float matchScore
quantifies how well a LAr and TMS track match each other
Definition SRNDTrackAssn.h:29
SRGArID garid
GAr track identifier.
Definition SRNDTrackAssn.h:24
float transdispl
perpendicular distance between the two tracks at longitudinal position of matching point
Definition SRNDTrackAssn.h:27
SRMINERvAID minervaid
MINERvA track identifier.
Definition SRNDTrackAssn.h:23
NDRecoMatchType matchType
specifies how the match was performed
Definition SRNDTrackAssn.h:31
float angdispl
angular difference between the two tracks at longitudinal position of matching point
Definition SRNDTrackAssn.h:28
SRNDLArID larid
ND-LAr track identifier. Get the actual SRTrack object using SRNDLAr::Reco<Track>() with this ID,...
Definition SRNDTrackAssn.h:21
SRTrack trk
new track object generated from synthesis of matched parts
Definition SRNDTrackAssn.h:33
SRTMSID tmsid
TMS track identifier. Get the actual SRTrack object using SRTMS::Track() with this ID,...
Definition SRNDTrackAssn.h:22
The information needed to uniquely identify a TMS reco object.
Definition SRTMS.h:21
Definition SRTrack.h:17
Common Analysis Files.
Definition Navigate.cxx:8
NDRecoMatchType
Definition SREnums.h:142
@ kUndeclared
default value
Definition SREnums.h:143