/* The TrackStore class contains all the methods necessary to prepare the tracks to feed the alignment algorithm */ #include "TrackStore.h" #include "Track.h" #include "Line.h" #include "constants.h" #include #include using namespace std; TrackStore::TrackStore() { cout << "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%" << endl; cout << "% %" << endl; cout << "% Entering into the TrackStore %" << endl; cout << "% %" << endl; cout << "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%" << endl; cout << "" << endl; } TrackStore::~TrackStore() { } //================================================================= // PrepareStore //================================================================= // // read tracks from ASCII file // //================================================================= void TrackStore::PrepareStore(Tracks& my_tracks, int n_event) { int event = 0; // while (eventsetTracknum(ntrk); my_event_tracks.push_back(*new_track); trkend=0; ntrk++; } return true; }