Fork me on GitHub

Changeset 6cdc544 in git for modules/PileUpJetID.h


Ignore:
Timestamp:
Dec 21, 2014, 12:07:11 PM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
38bf1ae
Parents:
1d1f6a4
Message:

fix formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/PileUpJetID.h

    r1d1f6a4 r6cdc544  
    5454  // If set to false, uses everything within dR < fParameterR even if in other jets &c.
    5555  // Results should be very similar for PF
    56   Int_t fUseConstituents; 
     56  Int_t fUseConstituents;
    5757
    5858  Bool_t fAverageEachTower;
     
    6262  const TObjArray *fJetInputArray; //!
    6363
    64   const TObjArray *fTrackInputArray; // SCZ
    65   const TObjArray *fNeutralInputArray;
     64  const TObjArray *fTrackInputArray; //!
     65  const TObjArray *fNeutralInputArray; //!
    6666
    67   TIterator *fItTrackInputArray; // SCZ
    68   TIterator *fItNeutralInputArray; // SCZ
     67  TIterator *fItTrackInputArray; //!
     68  TIterator *fItNeutralInputArray; //!
    6969
    7070  TObjArray *fOutputArray; //!
    71  
     71
    7272  TIterator *fItVertexInputArray; //!
    7373  const TObjArray *fVertexInputArray; //!
Note: See TracChangeset for help on using the changeset viewer.