Added some info

This commit is contained in:
Gitea 2018-06-06 18:02:06 +02:00
parent baaa17e590
commit 4f94ad6b09
1 changed files with 2 additions and 0 deletions

View File

@ -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<int> ch_id;