|
||||
File indexing completed on 2024-04-06 12:04:58
0001 // 0002 // 0003 0004 #include "DataFormats/PatCandidates/interface/PFParticle.h" 0005 0006 using namespace pat; 0007 0008 /// constructor from PFParticleType 0009 PFParticle::PFParticle(const edm::RefToBase<reco::PFCandidate>& aPFParticle) 0010 : PATObject<reco::PFCandidate>(aPFParticle) {}
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |