#include <vector>
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/RefProd.h"
#include "DataFormats/Common/interface/RefVector.h"
Go to the source code of this file.
Namespaces | |
reco | |
fixed size matrix | |
Typedefs | |
typedef PFTauRefVector::iterator | reco::pftau_iterator |
iterator over a vector of references to PFTau objects all in the same collection More... | |
typedef std::vector< PFTau > | reco::PFTauCollection |
collection of PFTau objects More... | |
typedef edm::Ref< PFTauCollection > | reco::PFTauRef |
presistent reference to a PFTau More... | |
typedef edm::RefProd< PFTauCollection > | reco::PFTauRefProd |
references to PFTau collection More... | |
typedef edm::RefVector< PFTauCollection > | reco::PFTauRefVector |
vector of references to PFTau objects all in the same collection More... | |