File indexing completed on 2023-03-17 10:50:27
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 }
0013
0014 #endif