Changeset 9e991f8 in git
- Timestamp:
- Dec 9, 2014, 1:41:06 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 2b01e13, 856efb6
- Parents:
- 49234af (diff), 37deb3b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 5 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r49234af r9e991f8 301 301 modules/ParticlePropagator.h \ 302 302 modules/Efficiency.h \ 303 modules/IdentificationMap.h \ 303 304 modules/EnergySmearing.h \ 304 305 modules/MomentumSmearing.h \ … … 696 697 modules/EnergyScale.$(SrcSuf) \ 697 698 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.h 705 tmp/modules/IdentificationMap.$(ObjSuf): \ 706 modules/IdentificationMap.$(SrcSuf) \ 707 modules/IdentificationMap.h \ 698 708 classes/DelphesClasses.h \ 699 709 classes/DelphesFactory.h \ … … 1164 1174 tmp/modules/PdgCodeFilter.$(ObjSuf) \ 1165 1175 tmp/modules/EnergyScale.$(ObjSuf) \ 1176 tmp/modules/IdentificationMap.$(ObjSuf) \ 1166 1177 tmp/modules/TrackCountingBTagging.$(ObjSuf) \ 1167 1178 tmp/modules/Calorimeter.$(ObjSuf) \ … … 1487 1498 @touch $@ 1488 1499 1500 modules/IdentificationMap.h: \ 1501 classes/DelphesModule.h 1502 @touch $@ 1503 1504 modules/ExampleModule.h: \ 1505 classes/DelphesModule.h 1506 @touch $@ 1507 1489 1508 modules/Isolation.h: \ 1490 1509 classes/DelphesModule.h … … 1496 1515 1497 1516 modules/Merger.h: \ 1498 classes/DelphesModule.h1499 @touch $@1500 1501 modules/ExampleModule.h: \1502 1517 classes/DelphesModule.h 1503 1518 @touch $@ -
display/DelphesHtmlSummary.cc
r49234af r9e991f8 1 /* 2 * Delphes: a framework for fast simulation of a generic collider experiment 3 * Copyright (C) 2012-2014 Universite catholique de Louvain (UCL), Belgium 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (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 of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 */ 18 1 19 #include "display/DelphesHtmlSummary.h" 2 20 #include "TGHtml.h" -
display/DelphesHtmlSummary.h
r49234af r9e991f8 1 /* 2 * Delphes: a framework for fast simulation of a generic collider experiment 3 * Copyright (C) 2012-2014 Universite catholique de Louvain (UCL), Belgium 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (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 of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 */ 18 1 19 // Delphes HTML table for the event display. 2 20 // Based on the ROOT example "alice_esd_html_summary.C" -
display/DelphesPlotSummary.cc
r49234af r9e991f8 1 /* 2 * Delphes: a framework for fast simulation of a generic collider experiment 3 * Copyright (C) 2012-2014 Universite catholique de Louvain (UCL), Belgium 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (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 of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 */ 18 1 19 #include "display/DelphesPlotSummary.h" 2 20 #include "TRootEmbeddedCanvas.h" -
display/DelphesPlotSummary.h
r49234af r9e991f8 1 /* 2 * Delphes: a framework for fast simulation of a generic collider experiment 3 * Copyright (C) 2012-2014 Universite catholique de Louvain (UCL), Belgium 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (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 of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 */ 18 1 19 #ifndef DelphesPlotSummary_h 2 20 #define DelphesPlotSummary_h -
modules/ModulesLinkDef.h
r49234af r9e991f8 22 22 * Lists classes to be included in cint dicitonary 23 23 * 24 * $Date $25 * $Revision $24 * $Date: 2014-04-16 17:17:35 +0200 (Wed, 16 Apr 2014) $ 25 * $Revision: 1369 $ 26 26 * 27 27 * … … 36 36 #include "modules/ParticlePropagator.h" 37 37 #include "modules/Efficiency.h" 38 #include "modules/IdentificationMap.h" 38 39 #include "modules/EnergySmearing.h" 39 40 #include "modules/MomentumSmearing.h" … … 75 76 #pragma link C++ class ParticlePropagator+; 76 77 #pragma link C++ class Efficiency+; 78 #pragma link C++ class IdentificationMap+; 77 79 #pragma link C++ class EnergySmearing+; 78 80 #pragma link C++ class MomentumSmearing+;
Note:
See TracChangeset
for help on using the changeset viewer.