Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongeun committed Oct 19, 2023
1 parent d9f5a9a commit 6af155e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions DataFormats/Candidate/interface/CompositeCandidateFwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@ namespace reco {
typedef edm::View<CompositeCandidate> CompositeCandidateView;
/// persistent reference to an object in a collection of Candidate objects
typedef edm::Ref<CompositeCandidateCollection> CompositeCandidateRef;
// /// persistent reference to an object in a collection of Candidate objects
// typedef edm::RefToBase<CompositeCandidate> CompositeCandidateBaseRef;
/// vector of references to objects in the same collection of Candidate objects
typedef edm::RefVector<CompositeCandidateCollection> CompositeCandidateRefVector;
// /// vector of references to objects in the same collection of Candidate objects via base type
// typedef edm::RefToBaseVector<CompositeCandidate> CompositeCandidateBaseRefVector;
/// reference to a collection of Candidate objects
typedef edm::RefProd<CompositeCandidateCollection> CompositeCandidateRefProd;
/// vector of references to objects in the same collection of Candidate objects via base type
Expand Down
2 changes: 0 additions & 2 deletions DataFormats/Candidate/interface/NamedCompositeCandidateFwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ namespace reco {
typedef edm::RefToBase<NamedCompositeCandidate> NamedCompositeCandidateBaseRef;
/// vector of references to objects in the same collection of Candidate objects
typedef edm::RefVector<NamedCompositeCandidateCollection> NamedCompositeCandidateRefVector;
// /// vector of references to objects in the same collection of Candidate objects via base type
// typedef edm::RefToBaseVector<NamedCompositeCandidate> NamedCompositeCandidateBaseRefVector;
/// reference to a collection of Candidate objects
typedef edm::RefProd<NamedCompositeCandidateCollection> NamedCompositeCandidateRefProd;
/// vector of references to objects in the same collection of Candidate objects via base type
Expand Down
4 changes: 0 additions & 4 deletions DataFormats/Candidate/interface/VertexCompositeCandidateFwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@ namespace reco {
typedef edm::View<VertexCompositeCandidate> VertexCompositeCandidateView;
/// persistent reference to an object in a collection of Candidate objects
typedef edm::Ref<VertexCompositeCandidateCollection> VertexCompositeCandidateRef;
// /// persistent reference to an object in a collection of Candidate objects
// typedef edm::RefToBase<VertexCompositeCandidate> VertexCompositeCandidateBaseRef;
/// vector of references to objects in the same collection of Candidate objects
typedef edm::RefVector<VertexCompositeCandidateCollection> VertexCompositeCandidateRefVector;
// /// vector of references to objects in the same collection of Candidate objects via base type
// typedef edm::RefToBaseVector<VertexCompositeCandidate> VertexCompositeCandidateBaseRefVector;
/// reference to a collection of Candidate objects
typedef edm::RefProd<VertexCompositeCandidateCollection> VertexCompositeCandidateRefProd;
/// vector of references to objects in the same collection of Candidate objects via base type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ namespace reco {
typedef edm::View<VertexCompositePtrCandidate> VertexCompositePtrCandidateView;
/// persistent reference to an object in a collection of Candidate objects
typedef edm::Ref<VertexCompositePtrCandidateCollection> VertexCompositePtrCandidateRef;
// /// persistent reference to an object in a collection of Candidate objects
// typedef edm::RefToBase<VertexCompositePtrCandidate> VertexCompositePtrCandidateBaseRef;
/// vector of references to objects in the same collection of Candidate objects
typedef edm::RefVector<VertexCompositePtrCandidateCollection> VertexCompositePtrCandidateRefVector;
/// vector of references to objects in the same collection of Candidate objects via base type
Expand Down

0 comments on commit 6af155e

Please sign in to comment.