Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:04:31

0001 #ifndef DataFormatsL1TCorrelator_TkPhiCandidateFwd_h
0002 #define DataFormatsL1TCorrelator_TkPhiCandidateFwd_h
0003 
0004 // -*- C++ -*-
0005 //
0006 // Package:     DataFormats/L1TCorrelator
0007 // Class  :     TkPhiCandidateFwd
0008 //
0009 
0010 #include <vector>
0011 #include "DataFormats/Common/interface/Ref.h"
0012 #include "DataFormats/Common/interface/RefVector.h"
0013 
0014 namespace l1t {
0015   class TkPhiCandidate;
0016 
0017   using TkPhiCandidateCollection = std::vector<TkPhiCandidate>;
0018   using TkPhiCandidateRef = edm::Ref<TkPhiCandidateCollection>;
0019   using TkPhiCandidateRefVector = edm::RefVector<TkPhiCandidateCollection>;
0020   using TkPhiCandidateVectorRef = std::vector<TkPhiCandidateRef>;
0021 }  // namespace l1t
0022 #endif