#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 PFTauDecayModeRefVector::iterator | reco::pftaudecaymode_iterator |
iterator over a vector of references to PFTauDecayMode objects all in the same collection More... | |
typedef std::vector < PFTauDecayMode > | reco::PFTauDecayModeCollection |
collection of PFTauDecayMode objects More... | |
typedef edm::Ref < PFTauDecayModeCollection > | reco::PFTauDecayModeRef |
presistent reference to a PFTauDecayMode More... | |
typedef edm::RefProd < PFTauDecayModeCollection > | reco::PFTauDecayModeRefProd |
references to PFTauDecayMode collection More... | |
typedef edm::RefVector < PFTauDecayModeCollection > | reco::PFTauDecayModeRefVector |
vector of references to PFTauDecayMode objects all in the same collection More... | |