All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MergedTrackInfo.hh
Go to the documentation of this file.
1 #ifndef sbncode_MergedTrack_HH
2 #define sbncode_MergedTrack_HH
3 
4 #include "TVector3.h"
5 
6 namespace sbn {
8  public:
9  // std::array<bool, 3> trunk_wire_direction_is_ascending;
10  // std::array<int, 3> branch_wire_start;
11  TVector3 vertex;
12  TVector3 direction;
13  int trunk;
14  int branch;
16  float branch_start;
17  float trunk_start;
18  };
19 } // end namespace sbn
20 
21 #endif