#include <SimDataFormats/JetMatching/interface/JetMatchedPartons.h>
Public Member Functions | |
JetMatchedPartonsCollection (const JetMatchedPartonsCollectionBase &v) | |
JetMatchedPartonsCollection (const reco::CaloJetRefProd &ref) | |
JetMatchedPartonsCollection () |
Definition at line 14 of file JetMatchedPartons.h.
reco::JetMatchedPartonsCollection::JetMatchedPartonsCollection | ( | ) | [inline] |
Definition at line 16 of file JetMatchedPartons.h.
00016 : 00017 JetMatchedPartonsCollectionBase() 00018 { }
reco::JetMatchedPartonsCollection::JetMatchedPartonsCollection | ( | const reco::CaloJetRefProd & | ref | ) | [inline] |
Definition at line 20 of file JetMatchedPartons.h.
00020 : 00021 JetMatchedPartonsCollectionBase(ref) 00022 { }
reco::JetMatchedPartonsCollection::JetMatchedPartonsCollection | ( | const JetMatchedPartonsCollectionBase & | v | ) | [inline] |
Definition at line 24 of file JetMatchedPartons.h.
00024 : 00025 JetMatchedPartonsCollectionBase(v) 00026 { } };