/* * PndFtsExpandedTrackCand.cpp * * Created on: Jun 2, 2016 * Author: kibellus */ #include PndFtsExpandedTrackCand::~PndFtsExpandedTrackCand() { // TODO Auto-generated destructor stub } /* * Generates a new PndFtsExpandedTrackCand with the hits from h1 and h2 and with the approximation l. */ PndFtsExpandedTrackCand::PndFtsExpandedTrackCand(vector h1, vector h2, vector l){ vector hits; for(int i=0;iGetEntryNr(),i); } fSourceHits = hits; fApproximations = l; }