- Timestamp:
- Dec 5, 2017, 1:11:19 PM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 0879ed1
- Parents:
- 197fed7
- Location:
- classes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.cc
r197fed7 re9c0d73 157 157 NSubJetsPruned(0), 158 158 NSubJetsSoftDropped(0), 159 ExclYmerge23(0), 160 ExclYmerge34(0), 161 ExclYmerge45(0), 162 ExclYmerge56(0), 159 163 fFactory(0), 160 164 fArray(0) -
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.