diff --git a/DB_Track.cpp b/DB_Track.cpp index aa46d2e..628a90f 100644 --- a/DB_Track.cpp +++ b/DB_Track.cpp @@ -17,6 +17,8 @@ int main(int argc, char* argv[]) { TApplication App("tapp", &argc, argv); + std::cout << "Press enter for the next track." << std::endl << "Press Ctrl + C to exit." << std::endl; + TH2D *twoDhisto = new TH2D("2Dhisto","2Dhisto", 100, 0, 32, 100, 0, 32); TCanvas *canvas = new TCanvas(); std::vector ch_id;