Changeset 8c3ac78 in git for classes/DelphesClasses.h
- Timestamp:
- Apr 11, 2018, 6:26:41 PM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 58cfe91, 900ad95
- Parents:
- a670493 (diff), b1d948c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Michele Selvaggi <michele.selvaggi@…> (04/11/18 18:26:41)
- git-committer:
- GitHub <noreply@…> (04/11/18 18:26:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.h
ra670493 r8c3ac78 396 396 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 397 397 398 398 399 Int_t NSubJetsTrimmed; // number of subjets trimmed 399 400 Int_t NSubJetsPruned; // number of subjets pruned 400 401 Int_t NSubJetsSoftDropped; // number of subjets soft-dropped 401 402 403 Double_t ExclYmerge23; 404 Double_t ExclYmerge34; 405 Double_t ExclYmerge45; 406 Double_t ExclYmerge56; 407 402 408 TRefArray Constituents; // references to constituents 403 409 TRefArray Particles; // references to generated particles … … 641 647 Int_t NSubJetsSoftDropped; // number of subjets soft-dropped 642 648 643 649 // Exclusive clustering variables 650 Double_t ExclYmerge23; 651 Double_t ExclYmerge34; 652 Double_t ExclYmerge45; 653 Double_t ExclYmerge56; 654 644 655 static CompBase *fgCompare; //! 645 656 const CompBase *GetCompare() const { return fgCompare; }
Note:
See TracChangeset
for help on using the changeset viewer.