#include <vector>
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/RefProd.h"
#include "DataFormats/Common/interface/RefVector.h"
#include "DataFormats/Common/interface/Ptr.h"
#include "DataFormats/Common/interface/FwdRef.h"
#include "DataFormats/Common/interface/FwdPtr.h"
Go to the source code of this file.
Namespaces | |
reco | |
fixed size matrix | |
Typedefs | |
typedef std::vector < reco::PFCandidatePhotonExtra > | reco::PFCandidatePhotonExtraCollection |
collection of PFCandidatePhotonExtras More... | |
typedef edm::Ref < PFCandidatePhotonExtraCollection > | reco::PFCandidatePhotonExtraRef |
persistent reference to a PFCandidatePhotonExtra More... | |
typedef edm::RefProd < PFCandidatePhotonExtraCollection > | reco::PFCandidatePhotonExtraRefProd |
persistent reference to a PFCandidatePhotonExtras collection More... | |