|
||||
File indexing completed on 2024-04-06 12:04:52
0001 #ifndef PreIdFwd_H 0002 #define PreIdFwd_H 0003 #include <vector> 0004 #include "DataFormats/Common/interface/Ref.h" 0005 namespace reco { 0006 class PreId; 0007 typedef std::vector<reco::PreId> PreIdCollection; 0008 typedef edm::Ref<reco::PreIdCollection> PreIdRef; 0009 } // namespace reco 0010 0011 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |