------------------------------------------------------------ | Welcome to ROOT 6.08/06 http://root.cern.ch | | (c) 1995-2016, The ROOT Team | | Built for linuxx8664gcc | | From tag v6-08-06, 2 March 2017 | | Try '.help', '.demo', '.license', '.credits', '.quit'/'.q' | ------------------------------------------------------------ Processing plot.C(1,1)... input_line_9:2:2: error: no matching function for call to 'plot' plot(1,1) /* invoking function corresponding to '.x' */ ^~~~ /home/tpc/work/prodtest/plot.C:1:6: note: candidate function not viable: no known conversion from 'int' to 'const char *' for 2nd argument void plot(const int istation=1, const char *desc="", const int logy=1) ^