#include <TransientTrackInVertices.h>
Definition at line 11 of file TransientTrackInVertices.h.
TransientTrackInVertices::TransientTrackInVertices |
( |
| ) |
|
|
inline |
TransientTrackInVertices::~TransientTrackInVertices |
( |
| ) |
|
|
inline |
Definition at line 23 of file TransientTrackInVertices.h.
References funct::false, and isInVertex().
25 bool isInVertices =
false ;
26 for(std::vector<TransientVertex>::const_iterator itV = vertices.begin();
27 itV != vertices.end() ; itV++ ) {
28 if (
isInVertex ( aTrack , *itV ) ) isInVertices =
true ;
static bool isInVertex(const reco::TransientTrack &aTrack, const TransientVertex &aVertex)