From 6af155e09336038e48ac5b3611b72eba9a28f681 Mon Sep 17 00:00:00 2001 From: Jeongeun Lee Date: Thu, 19 Oct 2023 06:51:02 +0200 Subject: [PATCH] minor fix --- DataFormats/Candidate/interface/CompositeCandidateFwd.h | 4 ---- DataFormats/Candidate/interface/NamedCompositeCandidateFwd.h | 2 -- DataFormats/Candidate/interface/VertexCompositeCandidateFwd.h | 4 ---- .../Candidate/interface/VertexCompositePtrCandidateFwd.h | 2 -- 4 files changed, 12 deletions(-) diff --git a/DataFormats/Candidate/interface/CompositeCandidateFwd.h b/DataFormats/Candidate/interface/CompositeCandidateFwd.h index 71e9c7c1f21fb..f97279e182f54 100644 --- a/DataFormats/Candidate/interface/CompositeCandidateFwd.h +++ b/DataFormats/Candidate/interface/CompositeCandidateFwd.h @@ -21,12 +21,8 @@ namespace reco { typedef edm::View CompositeCandidateView; /// persistent reference to an object in a collection of Candidate objects typedef edm::Ref CompositeCandidateRef; - // /// persistent reference to an object in a collection of Candidate objects - // typedef edm::RefToBase CompositeCandidateBaseRef; /// vector of references to objects in the same collection of Candidate objects typedef edm::RefVector CompositeCandidateRefVector; - // /// vector of references to objects in the same collection of Candidate objects via base type - // typedef edm::RefToBaseVector CompositeCandidateBaseRefVector; /// reference to a collection of Candidate objects typedef edm::RefProd CompositeCandidateRefProd; /// vector of references to objects in the same collection of Candidate objects via base type diff --git a/DataFormats/Candidate/interface/NamedCompositeCandidateFwd.h b/DataFormats/Candidate/interface/NamedCompositeCandidateFwd.h index bb2e6c5ccdc33..30ec92ee8ab6b 100644 --- a/DataFormats/Candidate/interface/NamedCompositeCandidateFwd.h +++ b/DataFormats/Candidate/interface/NamedCompositeCandidateFwd.h @@ -25,8 +25,6 @@ namespace reco { typedef edm::RefToBase NamedCompositeCandidateBaseRef; /// vector of references to objects in the same collection of Candidate objects typedef edm::RefVector NamedCompositeCandidateRefVector; - // /// vector of references to objects in the same collection of Candidate objects via base type - // typedef edm::RefToBaseVector NamedCompositeCandidateBaseRefVector; /// reference to a collection of Candidate objects typedef edm::RefProd NamedCompositeCandidateRefProd; /// vector of references to objects in the same collection of Candidate objects via base type diff --git a/DataFormats/Candidate/interface/VertexCompositeCandidateFwd.h b/DataFormats/Candidate/interface/VertexCompositeCandidateFwd.h index f4d4a5bcefc8d..df47f0975725d 100644 --- a/DataFormats/Candidate/interface/VertexCompositeCandidateFwd.h +++ b/DataFormats/Candidate/interface/VertexCompositeCandidateFwd.h @@ -21,12 +21,8 @@ namespace reco { typedef edm::View VertexCompositeCandidateView; /// persistent reference to an object in a collection of Candidate objects typedef edm::Ref VertexCompositeCandidateRef; - // /// persistent reference to an object in a collection of Candidate objects - // typedef edm::RefToBase VertexCompositeCandidateBaseRef; /// vector of references to objects in the same collection of Candidate objects typedef edm::RefVector VertexCompositeCandidateRefVector; - // /// vector of references to objects in the same collection of Candidate objects via base type - // typedef edm::RefToBaseVector VertexCompositeCandidateBaseRefVector; /// reference to a collection of Candidate objects typedef edm::RefProd VertexCompositeCandidateRefProd; /// vector of references to objects in the same collection of Candidate objects via base type diff --git a/DataFormats/Candidate/interface/VertexCompositePtrCandidateFwd.h b/DataFormats/Candidate/interface/VertexCompositePtrCandidateFwd.h index 8c5dd01cc04ca..dbe7f45239147 100644 --- a/DataFormats/Candidate/interface/VertexCompositePtrCandidateFwd.h +++ b/DataFormats/Candidate/interface/VertexCompositePtrCandidateFwd.h @@ -21,8 +21,6 @@ namespace reco { typedef edm::View VertexCompositePtrCandidateView; /// persistent reference to an object in a collection of Candidate objects typedef edm::Ref VertexCompositePtrCandidateRef; - // /// persistent reference to an object in a collection of Candidate objects - // typedef edm::RefToBase VertexCompositePtrCandidateBaseRef; /// vector of references to objects in the same collection of Candidate objects typedef edm::RefVector VertexCompositePtrCandidateRefVector; /// vector of references to objects in the same collection of Candidate objects via base type