Added some info
This commit is contained in:
		
							parent
							
								
									baaa17e590
								
							
						
					
					
						commit
						4f94ad6b09
					
				| 
						 | 
					@ -17,6 +17,8 @@ int main(int argc, char* argv[])
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    TApplication App("tapp", &argc, 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);
 | 
					    TH2D *twoDhisto = new TH2D("2Dhisto","2Dhisto", 100, 0, 32, 100, 0, 32);
 | 
				
			||||||
    TCanvas *canvas = new TCanvas();
 | 
					    TCanvas *canvas = new TCanvas();
 | 
				
			||||||
    std::vector<int> ch_id;
 | 
					    std::vector<int> ch_id;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue