CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
AlgoProductTraits.h
Go to the documentation of this file.
1 #ifndef RecoTrackerTrackProducerAlgoProductTraits_H
2 #define RecoTrackerTrackProducerAlgoProductTraits_H
3 
6 #include <vector>
7 class Trajectory;
8 
9 template <class T>
11 public:
12  using TrackCollection = std::vector<T>;
14  struct AlgoProduct {
16  T* track;
19  };
20  using AlgoProductCollection = std::vector<AlgoProduct>;
21 };
22 #endif //AlgoProductTraits_H
PropagationDirection
std::vector< reco::GsfTrack > TrackCollection
std::vector< AlgoProduct > AlgoProductCollection
long double T