Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:05:17

0001 #ifndef DataFormats_TauReco_PFTau3ProngSummaryFwd_h
0002 #define DataFormats_TauReco_PFTau3ProngSummaryFwd_h
0003 #include <vector>
0004 #include "DataFormats/Common/interface/Ref.h"
0005 #include "DataFormats/Common/interface/RefProd.h"
0006 #include "DataFormats/Common/interface/RefVector.h"
0007 
0008 namespace reco {
0009   class PFTau3ProngSummary;
0010   /// collection of PFTau3ProngSummary objects
0011   typedef std::vector<reco::PFTau3ProngSummary> PFTau3ProngSummaryCollection;
0012   /// presistent reference to a PFTau3ProngSummary
0013   typedef edm::Ref<PFTau3ProngSummaryCollection> PFTau3ProngSummaryRef;
0014   /// references to PFTau3ProngSummary collection
0015   typedef edm::RefProd<PFTau3ProngSummaryCollection> PFTau3ProngSummaryRefProd;
0016   /// vector of references to PFTau3ProngSummary objects all in the same collection
0017   typedef edm::RefVector<PFTau3ProngSummaryCollection> PFTau3ProngSummaryRefVector;
0018   /// iterator over a vector of references to PFTau3ProngSummary objects all in the same collection
0019   typedef PFTau3ProngSummaryRefVector::iterator PFTau3ProngSummary_iterator;
0020 }  // namespace reco
0021 
0022 #endif