Changes in / [37deb3b:49234af] in git
- Files:
-
- 5 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r37deb3b r49234af 301 301 modules/ParticlePropagator.h \ 302 302 modules/Efficiency.h \ 303 modules/IdentificationMap.h \304 303 modules/EnergySmearing.h \ 305 304 modules/MomentumSmearing.h \ … … 697 696 modules/EnergyScale.$(SrcSuf) \ 698 697 modules/EnergyScale.h \ 699 classes/DelphesClasses.h \700 classes/DelphesFactory.h \701 classes/DelphesFormula.h \702 external/ExRootAnalysis/ExRootResult.h \703 external/ExRootAnalysis/ExRootFilter.h \704 external/ExRootAnalysis/ExRootClassifier.h705 tmp/modules/IdentificationMap.$(ObjSuf): \706 modules/IdentificationMap.$(SrcSuf) \707 modules/IdentificationMap.h \708 698 classes/DelphesClasses.h \ 709 699 classes/DelphesFactory.h \ … … 1174 1164 tmp/modules/PdgCodeFilter.$(ObjSuf) \ 1175 1165 tmp/modules/EnergyScale.$(ObjSuf) \ 1176 tmp/modules/IdentificationMap.$(ObjSuf) \1177 1166 tmp/modules/TrackCountingBTagging.$(ObjSuf) \ 1178 1167 tmp/modules/Calorimeter.$(ObjSuf) \ … … 1498 1487 @touch $@ 1499 1488 1500 modules/IdentificationMap.h: \ 1489 modules/Isolation.h: \ 1490 classes/DelphesModule.h 1491 @touch $@ 1492 1493 modules/EnergyScale.h: \ 1494 classes/DelphesModule.h 1495 @touch $@ 1496 1497 modules/Merger.h: \ 1501 1498 classes/DelphesModule.h 1502 1499 @touch $@ 1503 1500 1504 1501 modules/ExampleModule.h: \ 1505 classes/DelphesModule.h1506 @touch $@1507 1508 modules/Isolation.h: \1509 classes/DelphesModule.h1510 @touch $@1511 1512 modules/EnergyScale.h: \1513 classes/DelphesModule.h1514 @touch $@1515 1516 modules/Merger.h: \1517 1502 classes/DelphesModule.h 1518 1503 @touch $@ -
display/DelphesHtmlSummary.cc
r37deb3b r49234af 1 /*2 * Delphes: a framework for fast simulation of a generic collider experiment3 * Copyright (C) 2012-2014 Universite catholique de Louvain (UCL), Belgium4 *5 * This program is free software: you can redistribute it and/or modify6 * it under the terms of the GNU General Public License as published by7 * the Free Software Foundation, either version 3 of the License, or8 * (at your option) any later version.9 *10 * This program is distributed in the hope that it will be useful,11 * but WITHOUT ANY WARRANTY; without even the implied warranty of12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the13 * GNU General Public License for more details.14 *15 * You should have received a copy of the GNU General Public License16 * along with this program. If not, see <http://www.gnu.org/licenses/>.17 */18 19 1 #include "display/DelphesHtmlSummary.h" 20 2 #include "TGHtml.h" -
display/DelphesHtmlSummary.h
r37deb3b r49234af 1 /*2 * Delphes: a framework for fast simulation of a generic collider experiment3 * Copyright (C) 2012-2014 Universite catholique de Louvain (UCL), Belgium4 *5 * This program is free software: you can redistribute it and/or modify6 * it under the terms of the GNU General Public License as published by7 * the Free Software Foundation, either version 3 of the License, or8 * (at your option) any later version.9 *10 * This program is distributed in the hope that it will be useful,11 * but WITHOUT ANY WARRANTY; without even the implied warranty of12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the13 * GNU General Public License for more details.14 *15 * You should have received a copy of the GNU General Public License16 * along with this program. If not, see <http://www.gnu.org/licenses/>.17 */18 19 1 // Delphes HTML table for the event display. 20 2 // Based on the ROOT example "alice_esd_html_summary.C" -
display/DelphesPlotSummary.cc
r37deb3b r49234af 1 /*2 * Delphes: a framework for fast simulation of a generic collider experiment3 * Copyright (C) 2012-2014 Universite catholique de Louvain (UCL), Belgium4 *5 * This program is free software: you can redistribute it and/or modify6 * it under the terms of the GNU General Public License as published by7 * the Free Software Foundation, either version 3 of the License, or8 * (at your option) any later version.9 *10 * This program is distributed in the hope that it will be useful,11 * but WITHOUT ANY WARRANTY; without even the implied warranty of12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the13 * GNU General Public License for more details.14 *15 * You should have received a copy of the GNU General Public License16 * along with this program. If not, see <http://www.gnu.org/licenses/>.17 */18 19 1 #include "display/DelphesPlotSummary.h" 20 2 #include "TRootEmbeddedCanvas.h" -
display/DelphesPlotSummary.h
r37deb3b r49234af 1 /*2 * Delphes: a framework for fast simulation of a generic collider experiment3 * Copyright (C) 2012-2014 Universite catholique de Louvain (UCL), Belgium4 *5 * This program is free software: you can redistribute it and/or modify6 * it under the terms of the GNU General Public License as published by7 * the Free Software Foundation, either version 3 of the License, or8 * (at your option) any later version.9 *10 * This program is distributed in the hope that it will be useful,11 * but WITHOUT ANY WARRANTY; without even the implied warranty of12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the13 * GNU General Public License for more details.14 *15 * You should have received a copy of the GNU General Public License16 * along with this program. If not, see <http://www.gnu.org/licenses/>.17 */18 19 1 #ifndef DelphesPlotSummary_h 20 2 #define DelphesPlotSummary_h -
modules/ModulesLinkDef.h
r37deb3b r49234af 22 22 * Lists classes to be included in cint dicitonary 23 23 * 24 * $Date : 2014-04-16 17:17:35 +0200 (Wed, 16 Apr 2014)$25 * $Revision : 1369$24 * $Date$ 25 * $Revision$ 26 26 * 27 27 * … … 36 36 #include "modules/ParticlePropagator.h" 37 37 #include "modules/Efficiency.h" 38 #include "modules/IdentificationMap.h"39 38 #include "modules/EnergySmearing.h" 40 39 #include "modules/MomentumSmearing.h" … … 76 75 #pragma link C++ class ParticlePropagator+; 77 76 #pragma link C++ class Efficiency+; 78 #pragma link C++ class IdentificationMap+;79 77 #pragma link C++ class EnergySmearing+; 80 78 #pragma link C++ class MomentumSmearing+;
Note:
See TracChangeset
for help on using the changeset viewer.