#include <vector>
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/Ptr.h"
#include "DataFormats/Common/interface/FwdRef.h"
#include "DataFormats/Common/interface/FwdPtr.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::FwdPtr< GenParticle > | reco::GenParticleFwdPtr |
forward persistent reference to a GenParticle More... | |
typedef std::vector< GenParticleFwdPtr > | reco::GenParticleFwdPtrVector |
typedef edm::Association< GenParticleCollection > | reco::GenParticleMatch |
vector of reference to GenParticle in the same collection More... | |
typedef edm::Ptr< GenParticle > | reco::GenParticlePtr |
persistent reference to a GenParticle 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... | |