CMS 3D CMS Logo

TkPhiCandidateFwd.h
Go to the documentation of this file.
1 #ifndef DataFormatsL1TCorrelator_TkPhiCandidateFwd_h
2 #define DataFormatsL1TCorrelator_TkPhiCandidateFwd_h
3 
4 // -*- C++ -*-
5 //
6 // Package: DataFormats/L1TCorrelator
7 // Class : TkPhiCandidateFwd
8 //
9 
10 #include <vector>
13 
14 namespace l1t {
15  class TkPhiCandidate;
16 
17  using TkPhiCandidateCollection = std::vector<TkPhiCandidate>;
20  using TkPhiCandidateVectorRef = std::vector<TkPhiCandidateRef>;
21 } // namespace l1t
22 #endif
std::vector< TkPhiCandidateRef > TkPhiCandidateVectorRef
delete x;
Definition: CaloConfig.h:22
std::vector< TkPhiCandidate > TkPhiCandidateCollection