From 4f94ad6b09422c3503d2c2b2c5d1f67e6e323428 Mon Sep 17 00:00:00 2001 From: Gitea Date: Wed, 6 Jun 2018 18:02:06 +0200 Subject: [PATCH] Added some info --- DB_Track.cpp | 2 ++ 1 file changed, 2 insertions(+) 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;