CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Typedefs
CandidateFwd.h File Reference
#include "DataFormats/Common/interface/OwnVector.h"
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/Ptr.h"
#include "DataFormats/Common/interface/PtrVector.h"
#include "DataFormats/Common/interface/RefProd.h"
#include "DataFormats/Common/interface/RefVector.h"
#include "DataFormats/Common/interface/RefToBase.h"
#include "DataFormats/Common/interface/RefToBaseVector.h"
#include "DataFormats/Common/interface/RefToBaseProd.h"
#include "DataFormats/Common/interface/View.h"

Go to the source code of this file.

Namespaces

 reco
 fixed size matrix
 

Typedefs

typedef edm::RefToBase< Candidate > reco::CandidateBaseRef
 persistent reference to an object in a collection of Candidate objects More...
 
typedef edm::RefToBaseProd
< Candidate > 
reco::CandidateBaseRefProd
 vector of references to objects in the same collection of Candidate objects via base type More...
 
typedef edm::RefToBaseVector
< Candidate > 
reco::CandidateBaseRefVector
 vector of references to objects in the same collection of Candidate objects via base type More...
 
typedef edm::OwnVector< Candidate > reco::CandidateCollection
 collection of Candidate objects More...
 
typedef edm::Ptr< Candidate > reco::CandidatePtr
 persistent reference to an object in a collection of Candidate objects More...
 
typedef edm::PtrVector< Candidate > reco::CandidatePtrVector
 persistent reference to an object in a collection of Candidate objects More...
 
typedef edm::Ref
< CandidateCollection > 
reco::CandidateRef
 persistent reference to an object in a collection of Candidate objects More...
 
typedef edm::RefProd
< CandidateCollection > 
reco::CandidateRefProd
 reference to a collection of Candidate objects More...
 
typedef edm::RefVector
< CandidateCollection > 
reco::CandidateRefVector
 vector of references to objects in the same collection of Candidate objects More...
 
typedef edm::View< Candidate > reco::CandidateView
 view of a collection containing candidates More...