#include <vector>
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/RefProd.h"
#include "DataFormats/Common/interface/RefVector.h"
#include "DataFormats/Common/interface/Association.h"
Go to the source code of this file.
Namespaces | |
reco | |
fixed size matrix | |
Typedefs | |
typedef std::vector< GenParticle > | reco::GenParticleCollection |
collection of GenParticles More... | |
typedef edm::Association < GenParticleCollection > | reco::GenParticleMatch |
vector of reference to GenParticle in the same collection More... | |
typedef edm::Ref < GenParticleCollection > | reco::GenParticleRef |
persistent reference to a GenParticle More... | |
typedef edm::RefProd < GenParticleCollection > | reco::GenParticleRefProd |
persistent reference to a GenParticle collection More... | |
typedef edm::RefVector < GenParticleCollection > | reco::GenParticleRefVector |
vector of reference to GenParticle in the same collection More... | |