Fork me on GitHub

Changeset 264bf40 in git for classes


Ignore:
Timestamp:
Apr 26, 2013, 12:39:14 PM (11 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
f8d08bb
Parents:
a817a22
Message:

define BTag and TauTag as UInt_t and use them as a set of bits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.h

    ra817a22 r264bf40  
    246246  Float_t DeltaPhi;  // jet radius in azimuthal angle
    247247
    248   Int_t BTag; // 0 or 1 for a jet that has been tagged as containing a heavy quark
    249   Int_t TauTag; // 0 or 1 for a jet that has been tagged as a tau
     248  UInt_t BTag; // 0 or 1 for a jet that has been tagged as containing a heavy quark
     249  UInt_t TauTag; // 0 or 1 for a jet that has been tagged as a tau
    250250
    251251  Int_t Charge; // tau charge
     
    346346  Int_t IsConstituent;
    347347 
    348   Int_t BTag;
    349   Int_t TauTag;
     348  UInt_t BTag;
     349  UInt_t TauTag;
    350350
    351351  Float_t Eem;
Note: See TracChangeset for help on using the changeset viewer.