Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef DataFormats_L1TParticleFlow_HPSPFTauFwd_H
0002 #define DataFormats_L1TParticleFlow_HPSPFTauFwd_H
0003 
0004 #include "DataFormats/L1TParticleFlow/interface/HPSPFTau.h"
0005 
0006 namespace l1t {
0007   typedef std::vector<HPSPFTau> HPSPFTauCollection;
0008 
0009   typedef edm::Ref<HPSPFTauCollection> HPSPFTauRef;
0010   typedef edm::RefVector<HPSPFTauCollection> HPSPFTauRefVector;
0011   typedef std::vector<HPSPFTauRef> HPSPFTauVectorRef;
0012 }  // namespace l1t
0013 
0014 #endif