Changes in modules/PileUpJetID.h [51f7063:6cdc544] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/PileUpJetID.h
r51f7063 r6cdc544 2 2 * Delphes: a framework for fast simulation of a generic collider experiment 3 3 * Copyright (C) 2012-2014 Universite catholique de Louvain (UCL), Belgium 4 * 4 * 5 5 * This program is free software: you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by 7 7 * the Free Software Foundation, either version 3 of the License, or 8 8 * (at your option) any later version. 9 * 9 * 10 10 * This program is distributed in the hope that it will be useful, 11 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 13 * GNU General Public License for more details. 14 * 14 * 15 15 * You should have received a copy of the GNU General Public License 16 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. … … 25 25 * 26 26 * \author S. Zenz, December 2013 27 *28 27 * 29 28 */ … … 55 54 // If set to false, uses everything within dR < fParameterR even if in other jets &c. 56 55 // Results should be very similar for PF 57 Int_t fUseConstituents; 56 Int_t fUseConstituents; 58 57 59 58 Bool_t fAverageEachTower; … … 63 62 const TObjArray *fJetInputArray; //! 64 63 65 const TObjArray *fTrackInputArray; // SCZ66 const TObjArray *fNeutralInputArray; 64 const TObjArray *fTrackInputArray; //! 65 const TObjArray *fNeutralInputArray; //! 67 66 68 TIterator *fItTrackInputArray; // SCZ69 TIterator *fItNeutralInputArray; // SCZ67 TIterator *fItTrackInputArray; //! 68 TIterator *fItNeutralInputArray; //! 70 69 71 70 TObjArray *fOutputArray; //! 72 71 73 72 TIterator *fItVertexInputArray; //! 74 73 const TObjArray *fVertexInputArray; //!
Note:
See TracChangeset
for help on using the changeset viewer.