Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:04:49

0001 #ifndef ParticleFlowCandidate_PFCandidatePhotonExtraFwd_h
0002 #define ParticleFlowCandidate_PFCandidatePhotonExtraFwd_h
0003 #include <vector>
0004 #include "DataFormats/Common/interface/Ref.h"
0005 #include "DataFormats/Common/interface/RefProd.h"
0006 #include "DataFormats/Common/interface/RefVector.h"
0007 #include "DataFormats/Common/interface/Ptr.h"
0008 #include "DataFormats/Common/interface/FwdRef.h"
0009 #include "DataFormats/Common/interface/FwdPtr.h"
0010 
0011 namespace reco {
0012   class PFCandidatePhotonExtra;
0013 
0014   /// collection of PFCandidatePhotonExtras
0015   typedef std::vector<reco::PFCandidatePhotonExtra> PFCandidatePhotonExtraCollection;
0016 
0017   /// persistent reference to a PFCandidatePhotonExtra
0018   typedef edm::Ref<PFCandidatePhotonExtraCollection> PFCandidatePhotonExtraRef;
0019 
0020   /// persistent reference to a PFCandidatePhotonExtras collection
0021   typedef edm::RefProd<PFCandidatePhotonExtraCollection> PFCandidatePhotonExtraRefProd;
0022 
0023   /*
0024     /// persistent Ptr to a PFCandidatePhotonExtra
0025     typedef edm::Ptr<PFCandidatePhotonExtra> PFCandidatePhotonExtraPtr;
0026     
0027     
0028     
0029     /// vector of reference to GenParticleCandidate in the same collection
0030     typedef edm::RefVector<PFCandidatePhotonExtraCollection> PFCandidatePhotonExtraRefVector;
0031     
0032     /// persistent "forward" reference to a PFCandidatePhotonExtra
0033     typedef edm::FwdRef<PFCandidatePhotonExtraCollection> PFCandidatePhotonExtraFwdRef;
0034     
0035     /// persistent FwdPtr to a PFCandidatePhotonExtra
0036     typedef edm::FwdPtr<PFCandidatePhotonExtra> PFCandidatePhotonExtraFwdPtr;
0037     
0038     /// vector of "forward" reference
0039     typedef std::vector<PFCandidatePhotonExtraFwdRef> PFCandidatePhotonExtraFwdRefVector;
0040     
0041     /// vector of "forward" reference
0042     typedef std::vector<PFCandidatePhotonExtraFwdPtr> PFCandidatePhotonExtraFwdPtrVector;
0043   */
0044 }  // namespace reco
0045 #endif