#include <V0Validator.h>
Public Member Functions | |
bool | operator< (const V0Couple &rh) const |
bool | operator== (const V0Couple &rh) const |
V0Couple (reco::TrackRef first_daughter, reco::TrackRef second_daughter) | |
Public Attributes | |
reco::TrackRef | one |
reco::TrackRef | two |
Definition at line 84 of file V0Validator.h.
|
inlineexplicit |
Definition at line 87 of file V0Validator.h.
References cms::cuda::assert(), edm::Ref< C, T, F >::key(), and two.
|
inline |
Definition at line 92 of file V0Validator.h.
References edm::Ref< C, T, F >::key(), and one.
|
inline |
reco::TrackRef V0Validator::V0Couple::one |
Definition at line 85 of file V0Validator.h.
Referenced by runEdmFileComparison.EdmObject::label(), operator<(), and operator==().
reco::TrackRef V0Validator::V0Couple::two |
Definition at line 86 of file V0Validator.h.
Referenced by runEdmFileComparison.EdmObject::label(), operator==(), and V0Couple().