Fork me on GitHub

Ticket #1562: log_delphes_eventdisplay

File log_delphes_eventdisplay, 6.7 KB (added by Marianna Testa, 2 years ago)
Line 
1[mtesta@lxplus725 Delphes-3.5.0]$ root -l examples/EventDisplay.C'("cards/delphes_card_CMS.tcl","delphes_output.root")'
2root [0]
3Processing examples/EventDisplay.C("cards/delphes_card_CMS.tcl","delphes_output.root")...
4Warning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to 93-41-113-252.ip81.fastwebnet.it:0.0
5libDisplayDict dictionary payload:5:10: fatal error: '/workspace/build/projects/delphes-3.4.3pre06/src/delphes/3.4.3pre06/display/Delphes3DGeometry.h' file not found
6#include "/workspace/build/projects/delphes-3.4.3pre06/src/delphes/3.4.3pre06/display/Delphes3DGeometry.h"
7 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8Error in <TInterpreter::AutoParse>: Error parsing payload code for class DelphesEventDisplay with content:
9
10#line 1 "libDisplayDict dictionary payload"
11
12
13#define _BACKWARD_BACKWARD_WARNING_H
14// Inline headers
15#include "/workspace/build/projects/delphes-3.4.3pre06/src/delphes/3.4.3pre06/display/Delphes3DGeometry.h"
16#include "/workspace/build/projects/delphes-3.4.3pre06/src/delphes/3.4.3pre06/display/DelphesBranchElement.h"
17#include "/workspace/build/projects/delphes-3.4.3pre06/src/delphes/3.4.3pre06/display/DelphesCaloData.h"
18#include "/workspace/build/projects/delphes-3.4.3pre06/src/delphes/3.4.3pre06/display/DelphesDisplay.h"
19#include "/workspace/build/projects/delphes-3.4.3pre06/src/delphes/3.4.3pre06/display/DelphesEventDisplay.h"
20#include "/workspace/build/projects/delphes-3.4.3pre06/src/delphes/3.4.3pre06/display/DelphesHtmlSummary.h"
21#include "/workspace/build/projects/delphes-3.4.3pre06/src/delphes/3.4.3pre06/display/DelphesPlotSummary.h"
22/*
23 * Delphes: a framework for fast simulation of a generic collider experiment
24 * Copyright (C) 2012-2014 Universite catholique de Louvain (UCL), Belgium
25 *
26 * This program is free software: you can redistribute it and/or modify
27 * it under the terms of the GNU General Public License as published by
28 * the Free Software Foundation, either version 3 of the License, or
29 * (at your option) any later version.
30 *
31 * This program is distributed in the hope that it will be useful,
32 * but WITHOUT ANY WARRANTY; without even the implied warranty of
33 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34 * GNU General Public License for more details.
35 *
36 * You should have received a copy of the GNU General Public License
37 * along with this program. If not, see <http://www.gnu.org/licenses/>.
38 */
39
40
41/** ExRootAnalysisLinkDef
42 *
43 * Lists classes to be included in cint dicitonary
44 *
45 * \author P. Demin - UCL, Louvain-la-Neuve
46 *
47 */
48
49#include "display/DelphesDisplay.h"
50#include "display/DelphesCaloData.h"
51#include "display/DelphesBranchElement.h"
52#include "display/Delphes3DGeometry.h"
53#include "display/DelphesEventDisplay.h"
54#include "display/DelphesHtmlSummary.h"
55#include "display/DelphesPlotSummary.h"
56
57#ifdef __CINT__
58
59#pragma link off all globals;
60#pragma link off all classes;
61#pragma link off all functions;
62
63#pragma link C++ class DelphesDisplay+;
64#pragma link C++ class DelphesCaloData+;
65#pragma link C++ class DelphesBranchElement<DelphesCaloData>-!;
66#pragma link C++ class DelphesBranchElement<TEveElementList>-!;
67#pragma link C++ class DelphesBranchElement<TEveTrackList>-!;
68#pragma link C++ class Delphes3DGeometry;
69#pragma link C++ class DelphesEventDisplay;
70#pragma link C++ class DelphesHtmlObjTable;
71#pragma link C++ class DelphesHtmlSummary;
72#pragma link C++ class DelphesPlotSummary;
73
74#endif
75
76
77#undef _BACKWARD_BACKWARD_WARNING_H
78
79libDisplayDict dictionary payload:5:10: fatal error: '/workspace/build/projects/delphes-3.4.3pre06/src/delphes/3.4.3pre06/display/Delphes3DGeometry.h' file not found
80#include "/workspace/build/projects/delphes-3.4.3pre06/src/delphes/3.4.3pre06/display/Delphes3DGeometry.h"
81 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
82Error in <TInterpreter::AutoParse>: Error parsing payload code for class Delphes3DGeometry with content:
83
84#line 1 "libDisplayDict dictionary payload"
85
86
87#define _BACKWARD_BACKWARD_WARNING_H
88// Inline headers
89#include "/workspace/build/projects/delphes-3.4.3pre06/src/delphes/3.4.3pre06/display/Delphes3DGeometry.h"
90#include "/workspace/build/projects/delphes-3.4.3pre06/src/delphes/3.4.3pre06/display/DelphesBranchElement.h"
91#include "/workspace/build/projects/delphes-3.4.3pre06/src/delphes/3.4.3pre06/display/DelphesCaloData.h"
92#include "/workspace/build/projects/delphes-3.4.3pre06/src/delphes/3.4.3pre06/display/DelphesDisplay.h"
93#include "/workspace/build/projects/delphes-3.4.3pre06/src/delphes/3.4.3pre06/display/DelphesEventDisplay.h"
94#include "/workspace/build/projects/delphes-3.4.3pre06/src/delphes/3.4.3pre06/display/DelphesHtmlSummary.h"
95#include "/workspace/build/projects/delphes-3.4.3pre06/src/delphes/3.4.3pre06/display/DelphesPlotSummary.h"
96/*
97 * Delphes: a framework for fast simulation of a generic collider experiment
98 * Copyright (C) 2012-2014 Universite catholique de Louvain (UCL), Belgium
99 *
100 * This program is free software: you can redistribute it and/or modify
101 * it under the terms of the GNU General Public License as published by
102 * the Free Software Foundation, either version 3 of the License, or
103 * (at your option) any later version.
104 *
105 * This program is distributed in the hope that it will be useful,
106 * but WITHOUT ANY WARRANTY; without even the implied warranty of
107 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
108 * GNU General Public License for more details.
109 *
110 * You should have received a copy of the GNU General Public License
111 * along with this program. If not, see <http://www.gnu.org/licenses/>.
112 */
113
114
115/** ExRootAnalysisLinkDef
116 *
117 * Lists classes to be included in cint dicitonary
118 *
119 * \author P. Demin - UCL, Louvain-la-Neuve
120 *
121 */
122
123#include "display/DelphesDisplay.h"
124#include "display/DelphesCaloData.h"
125#include "display/DelphesBranchElement.h"
126#include "display/Delphes3DGeometry.h"
127#include "display/DelphesEventDisplay.h"
128#include "display/DelphesHtmlSummary.h"
129#include "display/DelphesPlotSummary.h"
130
131#ifdef __CINT__
132
133#pragma link off all globals;
134#pragma link off all classes;
135#pragma link off all functions;
136
137#pragma link C++ class DelphesDisplay+;
138#pragma link C++ class DelphesCaloData+;
139#pragma link C++ class DelphesBranchElement<DelphesCaloData>-!;
140#pragma link C++ class DelphesBranchElement<TEveElementList>-!;
141#pragma link C++ class DelphesBranchElement<TEveTrackList>-!;
142#pragma link C++ class Delphes3DGeometry;
143#pragma link C++ class DelphesEventDisplay;
144#pragma link C++ class DelphesHtmlObjTable;
145#pragma link C++ class DelphesHtmlSummary;
146#pragma link C++ class DelphesPlotSummary;
147
148#endif
149
150
151#undef _BACKWARD_BACKWARD_WARNING_H
152
153root [1] client_loop: send disconnect: Broken pipe