Fork me on GitHub

Changes between Initial Version and Version 2 of Ticket #1492


Ignore:
Timestamp:
Mar 31, 2021, 1:11:54 PM (4 years ago)
Author:
Pavel Demin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1492 – Description

    initial v2  
    22
    33At step "make" I see bugs at validation/DelphesValidation.cpp
    4 
     4{{{
    55validation/DelphesValidation.cpp:1196:109: error: invalid use of incomplete type ‘class TF1’
    66 1196 |   TF1 *f1 = new TF1("f1", "gaus", hist->GetMean() - 2 * hist->GetRMS(), hist->GetMean() + 2 * hist->GetRMS());
     
    5858/home/v/root/include/TGraph.h:36:7: note: forward declaration of ‘class TF1’
    5959   36 | class TF1;
     60}}}