Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef DataFormats_TauReco_PFRecoTauChargedHadronFwd_h
0002 #define DataFormats_TauReco_PFRecoTauChargedHadronFwd_h
0003 
0004 #include "DataFormats/Common/interface/Ref.h"
0005 #include "DataFormats/Common/interface/RefProd.h"
0006 #include "DataFormats/Common/interface/RefVector.h"
0007 #include "DataFormats/Common/interface/Ptr.h"
0008 
0009 #include <vector>
0010 
0011 namespace reco {
0012   class PFRecoTauChargedHadron;
0013   /// collection of PFRecoTauChargedHadron objects
0014   typedef std::vector<PFRecoTauChargedHadron> PFRecoTauChargedHadronCollection;
0015   /// presistent reference to a PFRecoTauChargedHadron
0016   typedef edm::Ref<PFRecoTauChargedHadronCollection> PFRecoTauChargedHadronRef;
0017   /// references to PFRecoTauChargedHadron collection
0018   typedef edm::RefProd<PFRecoTauChargedHadronCollection> PFRecoTauChargedHadronRefProd;
0019   /// vector of references to PFRecoTauChargedHadron objects all in the same collection
0020   typedef edm::RefVector<PFRecoTauChargedHadronCollection> PFRecoTauChargedHadronRefVector;
0021   /// iterator over a vector of references to PFRecoTauChargedHadron objects all in the same collection
0022   typedef PFRecoTauChargedHadronRefVector::iterator PFRecoTauChargedHadronRefVector_iterator;
0023 }  // namespace reco
0024 
0025 #endif