Fork me on GitHub

Changeset 341014c in git for modules/PileUpJetID.h


Ignore:
Timestamp:
Feb 12, 2019, 9:29:17 PM (6 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, llp, master
Children:
6455202
Parents:
45e58be
Message:

apply .clang-format to all .h, .cc and .cpp files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/PileUpJetID.h

    r45e58be r341014c  
    1010 */
    1111
    12 
    1312#include "classes/DelphesModule.h"
    1413
     
    2120{
    2221public:
    23 
    2422  PileUpJetID();
    2523  ~PileUpJetID();
     
    3028
    3129private:
    32 
    3330  Double_t fJetPTMin;
    3431  Double_t fParameterR;
     
    8885  // If set to false, uses everything within dR < fParameterR even if in other jets &c.
    8986  // Results should be very similar for PF
    90   Int_t fUseConstituents; 
     87  Int_t fUseConstituents;
    9188
    9289  Bool_t fAverageEachTower;
     
    9794
    9895  const TObjArray *fTrackInputArray; // SCZ
    99   const TObjArray *fNeutralInputArray; 
     96  const TObjArray *fNeutralInputArray;
    10097
    10198  TIterator *fItTrackInputArray; // SCZ
     
    105102  TObjArray *fNeutralsInPassingJets; // SCZ
    106103
    107 
    108104  ClassDef(PileUpJetID, 2)
    109105};
Note: See TracChangeset for help on using the changeset viewer.