CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TkBsCandidateFwd.h
Go to the documentation of this file.
1 #ifndef DataFormatsL1TCorrelator_TkBsCandidateFwd_h
2 #define DataFormatsL1TCorrelator_TkBsCandidateFwd_h
3 
4 // -*- C++ -*-
5 //
6 // Package: DataFormats/L1TCorrelator
7 // File: TkBsCandidateFwd
8 //
9 
10 #include <vector>
13 
14 namespace l1t {
15  class TkBsCandidate;
16 
17  using TkBsCandidateCollection = std::vector<TkBsCandidate>;
20  using TkBsCandidateVectorRef = std::vector<TkBsCandidateRef>;
21 } // namespace l1t
22 #endif
std::vector< TkBsCandidate > TkBsCandidateCollection
std::vector< TkBsCandidateRef > TkBsCandidateVectorRef