SRTMS.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_SRTMS_H
5 #define DUNEANAOBJ_SRTMS_H
6 
7 #include "SRTrack.h"
8 
9 namespace caf
10 {
11  class SRTMS
12  {
13  public:
14  std::vector<caf::SRTrack> tracks;
15  std::size_t ntracks = 0;
16 
17  };
18 
19 }
20 #endif //DUNEANAOBJ_SRTMS_H
std::vector< caf::SRTrack > tracks
Definition: SRTMS.h:14
std::size_t ntracks
Definition: SRTMS.h:15
Common Analysis Files.
Definition: SRGAr.h:13