Changeset e9c0d73 in git for classes/DelphesClasses.h
- Timestamp:
- Dec 5, 2017, 1:11:19 PM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 0879ed1
- Parents:
- 197fed7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.h
r197fed7 re9c0d73 392 392 TLorentzVector SoftDroppedP4[5]; // first entry (i = 0) is the total SoftDropped Jet 4-momenta and from i = 1 to 4 are the pruned subjets 4-momenta 393 393 394 394 395 Int_t NSubJetsTrimmed; // number of subjets trimmed 395 396 Int_t NSubJetsPruned; // number of subjets pruned 396 397 Int_t NSubJetsSoftDropped; // number of subjets soft-dropped 397 398 399 Double_t ExclYmerge23; 400 Double_t ExclYmerge34; 401 Double_t ExclYmerge45; 402 Double_t ExclYmerge56; 403 398 404 TRefArray Constituents; // references to constituents 399 405 TRefArray Particles; // references to generated particles … … 633 639 Int_t NSubJetsSoftDropped; // number of subjets soft-dropped 634 640 635 641 // Exclusive clustering variables 642 Double_t ExclYmerge23; 643 Double_t ExclYmerge34; 644 Double_t ExclYmerge45; 645 Double_t ExclYmerge56; 646 636 647 static CompBase *fgCompare; //! 637 648 const CompBase *GetCompare() const { return fgCompare; }
Note:
See TracChangeset
for help on using the changeset viewer.