Fork me on GitHub

Changes in / [37deb3b:49234af] in git


Ignore:
Files:
5 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r37deb3b r49234af  
    301301        modules/ParticlePropagator.h \
    302302        modules/Efficiency.h \
    303         modules/IdentificationMap.h \
    304303        modules/EnergySmearing.h \
    305304        modules/MomentumSmearing.h \
     
    697696        modules/EnergyScale.$(SrcSuf) \
    698697        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 \
    708698        classes/DelphesClasses.h \
    709699        classes/DelphesFactory.h \
     
    11741164        tmp/modules/PdgCodeFilter.$(ObjSuf) \
    11751165        tmp/modules/EnergyScale.$(ObjSuf) \
    1176         tmp/modules/IdentificationMap.$(ObjSuf) \
    11771166        tmp/modules/TrackCountingBTagging.$(ObjSuf) \
    11781167        tmp/modules/Calorimeter.$(ObjSuf) \
     
    14981487        @touch $@
    14991488
    1500 modules/IdentificationMap.h: \
     1489modules/Isolation.h: \
     1490        classes/DelphesModule.h
     1491        @touch $@
     1492
     1493modules/EnergyScale.h: \
     1494        classes/DelphesModule.h
     1495        @touch $@
     1496
     1497modules/Merger.h: \
    15011498        classes/DelphesModule.h
    15021499        @touch $@
    15031500
    15041501modules/ExampleModule.h: \
    1505         classes/DelphesModule.h
    1506         @touch $@
    1507 
    1508 modules/Isolation.h: \
    1509         classes/DelphesModule.h
    1510         @touch $@
    1511 
    1512 modules/EnergyScale.h: \
    1513         classes/DelphesModule.h
    1514         @touch $@
    1515 
    1516 modules/Merger.h: \
    15171502        classes/DelphesModule.h
    15181503        @touch $@
  • display/DelphesHtmlSummary.cc

    r37deb3b r49234af  
    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 
    191#include "display/DelphesHtmlSummary.h"
    202#include "TGHtml.h"
  • display/DelphesHtmlSummary.h

    r37deb3b r49234af  
    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 
    191// Delphes HTML table for the event display.
    202// 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 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 
    191#include "display/DelphesPlotSummary.h"
    202#include "TRootEmbeddedCanvas.h"
  • display/DelphesPlotSummary.h

    r37deb3b r49234af  
    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 
    191#ifndef DelphesPlotSummary_h
    202#define DelphesPlotSummary_h
  • modules/ModulesLinkDef.h

    r37deb3b r49234af  
    2222 *  Lists classes to be included in cint dicitonary
    2323 *
    24  *  $Date: 2014-04-16 17:17:35 +0200 (Wed, 16 Apr 2014) $
    25  *  $Revision: 1369 $
     24 *  $Date$
     25 *  $Revision$
    2626 *
    2727 *
     
    3636#include "modules/ParticlePropagator.h"
    3737#include "modules/Efficiency.h"
    38 #include "modules/IdentificationMap.h"
    3938#include "modules/EnergySmearing.h"
    4039#include "modules/MomentumSmearing.h"
     
    7675#pragma link C++ class ParticlePropagator+;
    7776#pragma link C++ class Efficiency+;
    78 #pragma link C++ class IdentificationMap+;
    7977#pragma link C++ class EnergySmearing+;
    8078#pragma link C++ class MomentumSmearing+;
Note: See TracChangeset for help on using the changeset viewer.