- Timestamp:
- Apr 26, 2013, 12:39:14 PM (12 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- f8d08bb
- Parents:
- a817a22
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.h
ra817a22 r264bf40 246 246 Float_t DeltaPhi; // jet radius in azimuthal angle 247 247 248 Int_t BTag; // 0 or 1 for a jet that has been tagged as containing a heavy quark249 Int_t TauTag; // 0 or 1 for a jet that has been tagged as a tau248 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 250 250 251 251 Int_t Charge; // tau charge … … 346 346 Int_t IsConstituent; 347 347 348 Int_t BTag;349 Int_t TauTag;348 UInt_t BTag; 349 UInt_t TauTag; 350 350 351 351 Float_t Eem;
Note:
See TracChangeset
for help on using the changeset viewer.