Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/PileUpJetID.h

    r51f7063 r6cdc544  
    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/>.
     
    2525 *
    2626 *  \author S. Zenz, December 2013
    27  * 
    2827 *
    2928 */
     
    5554  // If set to false, uses everything within dR < fParameterR even if in other jets &c.
    5655  // Results should be very similar for PF
    57   Int_t fUseConstituents; 
     56  Int_t fUseConstituents;
    5857
    5958  Bool_t fAverageEachTower;
     
    6362  const TObjArray *fJetInputArray; //!
    6463
    65   const TObjArray *fTrackInputArray; // SCZ
    66   const TObjArray *fNeutralInputArray;
     64  const TObjArray *fTrackInputArray; //!
     65  const TObjArray *fNeutralInputArray; //!
    6766
    68   TIterator *fItTrackInputArray; // SCZ
    69   TIterator *fItNeutralInputArray; // SCZ
     67  TIterator *fItTrackInputArray; //!
     68  TIterator *fItNeutralInputArray; //!
    7069
    7170  TObjArray *fOutputArray; //!
    72  
     71
    7372  TIterator *fItVertexInputArray; //!
    7473  const TObjArray *fVertexInputArray; //!
Note: See TracChangeset for help on using the changeset viewer.