T-file problems

Asked by SUBHASISH BEHERA

Dear Benjamin,
            I am getting some error while running the TheMouth.root in MA5 Normal mode through the command "./bin/ma5 -R <FN>". I have run the same file without cut; which gives no error and generate the required pdf.

But when I apply cut to the same analysis file, it gives the following error :-

 ./bin/ma5 -R R_ronson_root_selection

*************************************************************
* *
* W E L C O M E to M A D A N A L Y S I S 5 *
* ______ ______ *
* /'\_/`\/\ __ \/\ ___\ *
* /\ \ \ \_\ \ \ \__/ *
* \ \ \__\ \ \ __ \ \___``\ *
* \ \ \_/\ \ \ \/\ \/\ \_\ \ *
* \ \_\\ \_\ \_\ \_\ \____/ *
* \/_/ \/_/\/_/\/_/\/___/ *
* *
* MA5 release : 1.3 2016/03/01 *
* *
* Comput. Phys. Commun. 184 (2013) 222-256 *
* Eur. Phys. J. C74 (2014) 3103 *
* *
* The MadAnalysis Development Team - Please visit us at *
* https://launchpad.net/madanalysis5 *
* *
* Type 'help' for in-line help. *
* *
*************************************************************
Platform: Linux 4.3.4-200.fc22.x86_64 [Linux mode]
Reading user settings ...
Checking mandatory packages:
     - python [OK]
     - python library: numpy [OK]
     - g++ [OK]
     - GNU Make [OK]
     - Root [OK]
     - PyRoot libraries [OK]
Checking optional packages:
     - pdflatex [OK]
     - latex [OK]
     - dvipdf [OK]
     - zlib [OK]
     - FastJet [OK]
     - Delphes [OK]
     - Delphes-MA5tune [DISABLED]
 ** WARNING: DelphesMA5tune folder not found.
 ** WARNING: Delphes-MA5tune ROOT format will be disabled.
 ** WARNING: To enable this format, please type 'install delphesMA5tune'.
     - Recasting tools [OK]
     - MadGraph [DISABLED]
Checking the MadAnalysis library:
  => MadAnalysis libraries found.
  => MadAnalysis test program works.
*************************************************************
Particle labels from input/reco_default.txt
  => 14 particles successfully exported.
Multiparticle labels from madanalysis/input/multiparticles_reco_default.txt
  => 9 multiparticles successfully exported.
  => 9 multiparticles successfully exported.
Reading commands from '/home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/madanalysis5_v1.3/R_ronson_root_selection' file ...
ma5>## IMPORT ROOT FILES ##
ma5>
ma5>import /home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/madanalysis5_v1.3/R_pp2ttbar_ROOT_selection/Output/_sig_hep/TheMouth.root as sig_root
   -> Storing the file 'TheMouth.root' in the dataset 'sig_root'.
ma5>
ma5>set sig_root.type = signal
ma5>
ma5>set sig_root.backcolor = red
ma5>
ma5>set sig_root.xsection = 55.24 #in pb
ma5>
ma5>## DEFINING PARTICLES ##
ma5>
ma5>#define l = e+ e- mu+ mu-
ma5>#define e = e+ e-
ma5>#define j = j
ma5>
ma5>## SELECTION CRATERIA ##
ma5>
ma5>select N(e+) = 1
ma5>select ET(e+) > 25 and ETA(e+) < 1.37 and ETA(e+) > 1.52 and ETA(e+) < 2.47
ma5>
ma5>#select 0.2 < DELTAR(j,e+) < 0.4
ma5>#select 30 < PT(j) <= 35 and ETA(j) < 4.5
ma5>#select PT(j) > 35 and 2.75 < ETA(j) < 3.5
ma5>
ma5>## CLASS TYPE MAIN OBJECT ASSIGNING ##
ma5>
ma5>set main.normalize = none #lumi #lumi_weight
ma5>set main.stacking_method = superimpose #normalize2one #stack
ma5>set main.lumi = 1500 #in fb^-1
ma5>#set main.SBratio = 'S/sqrt(S+B)' #S=no. of signal events #B=no. of background events
ma5>#set main.SBerror = 'sqrt(B**2*ES**2 + S**2*EB**2)/B**2'
ma5>
ma5>## PLOTS OR HISTOGRAMS ##
ma5>
ma5>plot N(j)
ma5>plot N(e+)
ma5>plot NPID
ma5>plot NAPID
ma5>plot MET
ma5>plot MHT
ma5>#plot SQRTS
ma5>plot TET
ma5>plot THT
ma5>plot DELTAR(j,e+)
ma5>plot E(j)
ma5>plot E(e+)
ma5>plot ET(j)
ma5>plot ET(e+)
ma5>plot ETA(j)
ma5>plot ETA(e+)
ma5>plot M(j)
ma5>plot M(e+)
ma5>plot PT(j)
ma5>plot PT(e+)
ma5>plot THETA(e+)
ma5>
ma5>## GENERATING OUTPUT ##
ma5>
ma5>#generate_html TIKU1 #html_directory name
ma5>#generate_latex TIKU2 #latex_directory name
ma5>#generate_pdflatex TIKU3 #pdflatex_directroy name
ma5>
ma5>## JOB SUBMISSION ##
ma5>
ma5>submit R_NPP2TTBAR_CUT
   Creating folder 'R_NPP2TTBAR_CUT'...
 ** WARNING: A directory called '/home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/madanalysis5_v1.3/R_NPP2TTBAR_CUT' is already defined.
Would you like to remove it ? (Y/N)
Answer: y
   Copying 'SampleAnalyzer' source files...
   Inserting your selection into 'SampleAnalyzer'...
   Writing the list of datasets...
   Writing the command line history...
   Creating Makefiles...
   Compiling 'SampleAnalyzer'...
   Linking 'SampleAnalyzer'...
   Running 'SampleAnalyzer' over dataset 'sig_root'...
    *******************************************************
    * SampleAnalyzer for MadAnalysis 5 - Welcome.
    * Initializing all components
      - version: 1.3 (2016/03/01)
      - general: everything is default.
      - extracting the list of event samples...
      - analyzer 'MadAnalysis5job'
    * Running over files ...
    * 1/1 /home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/madanalysis5_v1.3/R_pp2ttbar_ROOT_selection/Output/_sig_hep/TheMouth.root
        => file size: 1.10 Go
        => sample format: Delphes-ROOT file produced by Delphes.
        => progress: [===================================]
        => total number of events: 50000 ( analyzed: 50000 ; skipped: 0 )
    * Finalizing all components ...
    * Total number of processed events: 50000.
    * Goodbye.
    *******************************************************
   Checking SampleAnalyzer output...
   Extracting data from the output files...
   Preparing data for the reports ...
TH1::TH1:0: RuntimeWarning: nbins is <=0 - set to nbins = 1
TH1::TH1:0: RuntimeWarning: nbins is <=0 - set to nbins = 1
   Generating the HMTL report ...
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
     -> To open this HTML report, please type 'open'.
   Generating the PDF report ...
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
     -> To open this PDF report, please type 'open R_NPP2TTBAR_CUT/PDF'.
   Generating the DVI report ...
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
     -> Converting the DVI report to a PDF report.
     -> To open this PDF report, please type 'open R_NPP2TTBAR_CUT/DVI'.
   Well done! Elapsed time = 66 seconds
ma5>resubmit
   No new histogram / cut to account for. Updating the reports...
   Checking SampleAnalyzer output...
   Extracting data from the output files...
TH1::TH1:0: RuntimeWarning: nbins is <=0 - set to nbins = 1
TH1::TH1:0: RuntimeWarning: nbins is <=0 - set to nbins = 1
   Generating the HMTL report ...
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
     -> To open this HTML report, please type 'open'.
   Generating the PDF report ...
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
     -> To open this PDF report, please type 'open R_NPP2TTBAR_CUT/PDF'.
   Generating the DVI report ...
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
     -> Converting the DVI report to a PDF report.
     -> To open this PDF report, please type 'open R_NPP2TTBAR_CUT/DVI'.
   Well done! Elapsed time = 6 seconds
ma5>

Thanks,

Subhasish

Question information

Language:
English Edit question
Status:
Solved
For:
MadAnalysis 5 Edit question
Assignee:
No assignee Edit question
Solved by:
Benjamin Fuks
Solved:
Last query:
Last reply:
Revision history for this message
Best Benjamin Fuks (fuks) said :
#1

Hi Subhashish,

Remove the log scale and this should be fine. The error message means that one of your plot is empty. This makes the interpreter crashing, but the results are fine. Check the SAf files.

Cheers,

Benjamin

On 21 Mar 2016, at 13:17 , SUBHASISH BEHERA <email address hidden> wrote:

> New question #289043 on MadAnalysis 5:
> https://answers.launchpad.net/madanalysis5/+question/289043
>
> Dear Benjamin,
> I am getting some error while running the TheMouth.root in MA5 Normal mode through the command "./bin/ma5 -R <FN>". I have run the same file without cut; which gives no error and generate the required pdf.
>
> But when I apply cut to the same analysis file, it gives the following error :-
>
>
>
>
> ./bin/ma5 -R R_ronson_root_selection
>
> *************************************************************
> * *
> * W E L C O M E to M A D A N A L Y S I S 5 *
> * ______ ______ *
> * /'\_/`\/\ __ \/\ ___\ *
> * /\ \ \ \_\ \ \ \__/ *
> * \ \ \__\ \ \ __ \ \___``\ *
> * \ \ \_/\ \ \ \/\ \/\ \_\ \ *
> * \ \_\\ \_\ \_\ \_\ \____/ *
> * \/_/ \/_/\/_/\/_/\/___/ *
> * *
> * MA5 release : 1.3 2016/03/01 *
> * *
> * Comput. Phys. Commun. 184 (2013) 222-256 *
> * Eur. Phys. J. C74 (2014) 3103 *
> * *
> * The MadAnalysis Development Team - Please visit us at *
> * https://launchpad.net/madanalysis5 *
> * *
> * Type 'help' for in-line help. *
> * *
> *************************************************************
> Platform: Linux 4.3.4-200.fc22.x86_64 [Linux mode]
> Reading user settings ...
> Checking mandatory packages:
> - python [OK]
> - python library: numpy [OK]
> - g++ [OK]
> - GNU Make [OK]
> - Root [OK]
> - PyRoot libraries [OK]
> Checking optional packages:
> - pdflatex [OK]
> - latex [OK]
> - dvipdf [OK]
> - zlib [OK]
> - FastJet [OK]
> - Delphes [OK]
> - Delphes-MA5tune [DISABLED]
> ** WARNING: DelphesMA5tune folder not found.
> ** WARNING: Delphes-MA5tune ROOT format will be disabled.
> ** WARNING: To enable this format, please type 'install delphesMA5tune'.
> - Recasting tools [OK]
> - MadGraph [DISABLED]
> Checking the MadAnalysis library:
> => MadAnalysis libraries found.
> => MadAnalysis test program works.
> *************************************************************
> Particle labels from input/reco_default.txt
> => 14 particles successfully exported.
> Multiparticle labels from madanalysis/input/multiparticles_reco_default.txt
> => 9 multiparticles successfully exported.
> => 9 multiparticles successfully exported.
> Reading commands from '/home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/madanalysis5_v1.3/R_ronson_root_selection' file ...
> ma5>## IMPORT ROOT FILES ##
> ma5>
> ma5>import /home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/madanalysis5_v1.3/R_pp2ttbar_ROOT_selection/Output/_sig_hep/TheMouth.root as sig_root
> -> Storing the file 'TheMouth.root' in the dataset 'sig_root'.
> ma5>
> ma5>set sig_root.type = signal
> ma5>
> ma5>set sig_root.backcolor = red
> ma5>
> ma5>set sig_root.xsection = 55.24 #in pb
> ma5>
> ma5>## DEFINING PARTICLES ##
> ma5>
> ma5>#define l = e+ e- mu+ mu-
> ma5>#define e = e+ e-
> ma5>#define j = j
> ma5>
> ma5>## SELECTION CRATERIA ##
> ma5>
> ma5>select N(e+) = 1
> ma5>select ET(e+) > 25 and ETA(e+) < 1.37 and ETA(e+) > 1.52 and ETA(e+) < 2.47
> ma5>
> ma5>#select 0.2 < DELTAR(j,e+) < 0.4
> ma5>#select 30 < PT(j) <= 35 and ETA(j) < 4.5
> ma5>#select PT(j) > 35 and 2.75 < ETA(j) < 3.5
> ma5>
> ma5>## CLASS TYPE MAIN OBJECT ASSIGNING ##
> ma5>
> ma5>set main.normalize = none #lumi #lumi_weight
> ma5>set main.stacking_method = superimpose #normalize2one #stack
> ma5>set main.lumi = 1500 #in fb^-1
> ma5>#set main.SBratio = 'S/sqrt(S+B)' #S=no. of signal events #B=no. of background events
> ma5>#set main.SBerror = 'sqrt(B**2*ES**2 + S**2*EB**2)/B**2'
> ma5>
> ma5>## PLOTS OR HISTOGRAMS ##
> ma5>
> ma5>plot N(j)
> ma5>plot N(e+)
> ma5>plot NPID
> ma5>plot NAPID
> ma5>plot MET
> ma5>plot MHT
> ma5>#plot SQRTS
> ma5>plot TET
> ma5>plot THT
> ma5>plot DELTAR(j,e+)
> ma5>plot E(j)
> ma5>plot E(e+)
> ma5>plot ET(j)
> ma5>plot ET(e+)
> ma5>plot ETA(j)
> ma5>plot ETA(e+)
> ma5>plot M(j)
> ma5>plot M(e+)
> ma5>plot PT(j)
> ma5>plot PT(e+)
> ma5>plot THETA(e+)
> ma5>
> ma5>## GENERATING OUTPUT ##
> ma5>
> ma5>#generate_html TIKU1 #html_directory name
> ma5>#generate_latex TIKU2 #latex_directory name
> ma5>#generate_pdflatex TIKU3 #pdflatex_directroy name
> ma5>
> ma5>## JOB SUBMISSION ##
> ma5>
> ma5>submit R_NPP2TTBAR_CUT
> Creating folder 'R_NPP2TTBAR_CUT'...
> ** WARNING: A directory called '/home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/madanalysis5_v1.3/R_NPP2TTBAR_CUT' is already defined.
> Would you like to remove it ? (Y/N)
> Answer: y
> Copying 'SampleAnalyzer' source files...
> Inserting your selection into 'SampleAnalyzer'...
> Writing the list of datasets...
> Writing the command line history...
> Creating Makefiles...
> Compiling 'SampleAnalyzer'...
> Linking 'SampleAnalyzer'...
> Running 'SampleAnalyzer' over dataset 'sig_root'...
> *******************************************************
> * SampleAnalyzer for MadAnalysis 5 - Welcome.
> * Initializing all components
> - version: 1.3 (2016/03/01)
> - general: everything is default.
> - extracting the list of event samples...
> - analyzer 'MadAnalysis5job'
> * Running over files ...
> * 1/1 /home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/madanalysis5_v1.3/R_pp2ttbar_ROOT_selection/Output/_sig_hep/TheMouth.root
> => file size: 1.10 Go
> => sample format: Delphes-ROOT file produced by Delphes.
> => progress: [===================================]
> => total number of events: 50000 ( analyzed: 50000 ; skipped: 0 )
> * Finalizing all components ...
> * Total number of processed events: 50000.
> * Goodbye.
> *******************************************************
> Checking SampleAnalyzer output...
> Extracting data from the output files...
> Preparing data for the reports ...
> TH1::TH1:0: RuntimeWarning: nbins is <=0 - set to nbins = 1
> TH1::TH1:0: RuntimeWarning: nbins is <=0 - set to nbins = 1
> Generating the HMTL report ...
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> -> To open this HTML report, please type 'open'.
> Generating the PDF report ...
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> -> To open this PDF report, please type 'open R_NPP2TTBAR_CUT/PDF'.
> Generating the DVI report ...
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> -> Converting the DVI report to a PDF report.
> -> To open this PDF report, please type 'open R_NPP2TTBAR_CUT/DVI'.
> Well done! Elapsed time = 66 seconds
> ma5>resubmit
> No new histogram / cut to account for. Updating the reports...
> Checking SampleAnalyzer output...
> Extracting data from the output files...
> TH1::TH1:0: RuntimeWarning: nbins is <=0 - set to nbins = 1
> TH1::TH1:0: RuntimeWarning: nbins is <=0 - set to nbins = 1
> Generating the HMTL report ...
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> -> To open this HTML report, please type 'open'.
> Generating the PDF report ...
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> -> To open this PDF report, please type 'open R_NPP2TTBAR_CUT/PDF'.
> Generating the DVI report ...
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> Error in <TCanvas::Range>: illegal world coordinates range: x1=0.000000, y1=-0.153846, x2=0.000000, y2=1.128205
> Error in <TCanvas::RangeAxis>: illegal axis coordinates range: xmin=0.000000, ymin=0.000000, xmax=0.000000, ymax=1.000000
> -> Converting the DVI report to a PDF report.
> -> To open this PDF report, please type 'open R_NPP2TTBAR_CUT/DVI'.
> Well done! Elapsed time = 6 seconds
> ma5>
>
>
> Thanks,
>
> Subhasish
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
SUBHASISH BEHERA (subhparasara) said :
#2

Thanks Benjamin Fuks, that solved my question.