#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/RefProd.h"
#include "DataFormats/Common/interface/RefVector.h"
#include "DataFormats/Common/interface/Ptr.h"
#include <vector>
Go to the source code of this file.
Namespaces | |
reco | |
fixed size matrix | |
Typedefs | |
typedef std::vector< PFRecoTauChargedHadron > | reco::PFRecoTauChargedHadronCollection |
collection of PFRecoTauChargedHadron objects More... | |
typedef edm::Ref< PFRecoTauChargedHadronCollection > | reco::PFRecoTauChargedHadronRef |
presistent reference to a PFRecoTauChargedHadron More... | |
typedef edm::RefProd< PFRecoTauChargedHadronCollection > | reco::PFRecoTauChargedHadronRefProd |
references to PFRecoTauChargedHadron collection More... | |
typedef edm::RefVector< PFRecoTauChargedHadronCollection > | reco::PFRecoTauChargedHadronRefVector |
vector of references to PFRecoTauChargedHadron objects all in the same collection More... | |
typedef PFRecoTauChargedHadronRefVector::iterator | reco::PFRecoTauChargedHadronRefVector_iterator |
iterator over a vector of references to PFRecoTauChargedHadron objects all in the same collection More... | |