Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/SimpleCalorimeter.h

    r51f7063 re5767b57  
    22 *  Delphes: a framework for fast simulation of a generic collider experiment
    33 *  Copyright (C) 2012-2014  Universite catholique de Louvain (UCL), Belgium
    4  * 
     4 *
    55 *  This program is free software: you can redistribute it and/or modify
    66 *  it under the terms of the GNU General Public License as published by
    77 *  the Free Software Foundation, either version 3 of the License, or
    88 *  (at your option) any later version.
    9  * 
     9 *
    1010 *  This program is distributed in the hope that it will be useful,
    1111 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
    1212 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1313 *  GNU General Public License for more details.
    14  * 
     14 *
    1515 *  You should have received a copy of the GNU General Public License
    1616 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
     
    2424 *  Fills SimpleCalorimeter towers, performs SimpleCalorimeter resolution smearing,
    2525 *  and creates energy flow objects (tracks, photons, and neutral hadrons).
    26  *
    27  *  $Date: 2014-04-16 15:29:31 +0200 (Wed, 16 Apr 2014) $
    28  *  $Revision: 1364 $
    29  *
    3026 *
    3127 *  \author P. Demin - UCL, Louvain-la-Neuve
     
    6359  Double_t fTowerEnergy;
    6460  Double_t fTrackEnergy;
    65  
     61
    6662  Double_t fTowerTime;
    6763  Double_t fTrackTime;
    68    
    69   Double_t fTowerWeightTime;
    70   Double_t fTrackWeightTime;
    71  
     64
     65  Double_t fTowerTimeWeight;
     66  Double_t fTrackTimeWeight;
     67
    7268  Int_t fTowerTrackHits, fTowerPhotonHits;
    7369
    7470  Double_t fEnergyMin;
    75   Double_t fSigmaMin;
     71
     72  Double_t fEnergySignificanceMin;
     73
     74  Bool_t fDitherTowerCenter;
    7675
    7776  TFractionMap fFractionMap; //!
     
    8483
    8584  std::vector < Double_t > fTowerFractions;
    86  
     85
    8786  std::vector < Double_t > fTrackFractions;
    88  
     87
    8988  DelphesFormula *fResolutionFormula; //!
    90  
     89
    9190  TIterator *fItParticleInputArray; //!
    9291  TIterator *fItTrackInputArray; //!
     
    9695
    9796  TObjArray *fTowerOutputArray; //!
    98  
     97
    9998  TObjArray *fEFlowTowerOutputArray; //!
    100  
     99
    101100  TObjArray *fTowerTrackArray; //!
    102101  TIterator *fItTowerTrackArray; //!
Note: See TracChangeset for help on using the changeset viewer.