Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/SimpleCalorimeter.h

    re5767b57 r51f7063  
    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 *
    2630 *
    2731 *  \author P. Demin - UCL, Louvain-la-Neuve
     
    5963  Double_t fTowerEnergy;
    6064  Double_t fTrackEnergy;
    61 
     65 
    6266  Double_t fTowerTime;
    6367  Double_t fTrackTime;
    64 
    65   Double_t fTowerTimeWeight;
    66   Double_t fTrackTimeWeight;
    67 
     68   
     69  Double_t fTowerWeightTime;
     70  Double_t fTrackWeightTime;
     71 
    6872  Int_t fTowerTrackHits, fTowerPhotonHits;
    6973
    7074  Double_t fEnergyMin;
    71 
    72   Double_t fEnergySignificanceMin;
    73 
    74   Bool_t fDitherTowerCenter;
     75  Double_t fSigmaMin;
    7576
    7677  TFractionMap fFractionMap; //!
     
    8384
    8485  std::vector < Double_t > fTowerFractions;
    85 
     86 
    8687  std::vector < Double_t > fTrackFractions;
    87 
     88 
    8889  DelphesFormula *fResolutionFormula; //!
    89 
     90 
    9091  TIterator *fItParticleInputArray; //!
    9192  TIterator *fItTrackInputArray; //!
     
    9596
    9697  TObjArray *fTowerOutputArray; //!
    97 
     98 
    9899  TObjArray *fEFlowTowerOutputArray; //!
    99 
     100 
    100101  TObjArray *fTowerTrackArray; //!
    101102  TIterator *fItTowerTrackArray; //!
Note: See TracChangeset for help on using the changeset viewer.