test
CMS 3D CMS Logo

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