Changes between Initial Version and Version 2 of Ticket #1492
- Timestamp:
- Mar 31, 2021, 1:11:54 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1492 – Description
initial v2 2 2 3 3 At step "make" I see bugs at validation/DelphesValidation.cpp 4 4 {{{ 5 5 validation/DelphesValidation.cpp:1196:109: error: invalid use of incomplete type ‘class TF1’ 6 6 1196 | TF1 *f1 = new TF1("f1", "gaus", hist->GetMean() - 2 * hist->GetRMS(), hist->GetMean() + 2 * hist->GetRMS()); … … 58 58 /home/v/root/include/TGraph.h:36:7: note: forward declaration of ‘class TF1’ 59 59 36 | class TF1; 60 }}}