star-travex
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
utils.h
Go to the documentation of this file.
1 #ifndef vtxeval_utils_h
2 #define vtxeval_utils_h
3 
4 #include <iostream>
5 
6 class StMuDst;
7 class StMuMcTrack;
8 class StMuMcVertex;
9 
10 
11 namespace vtxeval
12 {
13 
14 using VectorMcTracks = std::vector<const StMuMcTrack*>;
15 
16 //
17 vtxeval::VectorMcTracks getMcTracksMatchingMcVertex(const StMuDst& stMuDst, const StMuMcVertex* mcVertex);
18 
19 }
20 
21 #endif
vtxeval::VectorMcTracks getMcTracksMatchingMcVertex(const StMuDst &stMuDst, const StMuMcVertex *mcVertex)
Definition: vtxhist.cc:261
Definition: utils.h:11
std::vector< const StMuMcTrack * > VectorMcTracks
Definition: utils.h:14