Changes in modules/PileUpJetID.h [6cdc544:51f7063] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/PileUpJetID.h
r6cdc544 r51f7063 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 * 27 28 * 28 29 */ … … 54 55 // If set to false, uses everything within dR < fParameterR even if in other jets &c. 55 56 // Results should be very similar for PF 56 Int_t fUseConstituents; 57 Int_t fUseConstituents; 57 58 58 59 Bool_t fAverageEachTower; … … 62 63 const TObjArray *fJetInputArray; //! 63 64 64 const TObjArray *fTrackInputArray; // !65 const TObjArray *fNeutralInputArray; //!65 const TObjArray *fTrackInputArray; // SCZ 66 const TObjArray *fNeutralInputArray; 66 67 67 TIterator *fItTrackInputArray; // !68 TIterator *fItNeutralInputArray; // !68 TIterator *fItTrackInputArray; // SCZ 69 TIterator *fItNeutralInputArray; // SCZ 69 70 70 71 TObjArray *fOutputArray; //! 71 72 72 73 TIterator *fItVertexInputArray; //! 73 74 const TObjArray *fVertexInputArray; //!
Note:
See TracChangeset
for help on using the changeset viewer.