1 #ifndef TRANSIENTTRACKINVERTICES_H
2 #define TRANSIENTTRACKINVERTICES_H
24 const std::vector<TransientVertex> vertices ) {
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 std::vector< TransientVertex > vertices)
static bool isInGroup(const reco::TransientTrack &aTrack, const std::vector< reco::TransientTrack > groupOfTracks)
TransientTrackInVertices()
~TransientTrackInVertices()
std::vector< reco::TransientTrack > originalTracks() const
static bool isInVertex(const reco::TransientTrack &aTrack, const TransientVertex &aVertex)