Changes in classes/DelphesClasses.h [e9c0d73:ba75867] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.h
re9c0d73 rba75867 388 388 Float_t Tau[5]; // N-subjettiness 389 389 390 TLorentzVector SoftDroppedJet; 391 TLorentzVector SoftDroppedSubJet1; 392 TLorentzVector SoftDroppedSubJet2; 393 390 394 TLorentzVector TrimmedP4[5]; // first entry (i = 0) is the total Trimmed Jet 4-momenta and from i = 1 to 4 are the trimmed subjets 4-momenta 391 395 TLorentzVector PrunedP4[5]; // first entry (i = 0) is the total Pruned Jet 4-momenta and from i = 1 to 4 are the pruned subjets 4-momenta 392 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 393 397 394 395 398 Int_t NSubJetsTrimmed; // number of subjets trimmed 396 399 Int_t NSubJetsPruned; // number of subjets pruned 397 400 Int_t NSubJetsSoftDropped; // number of subjets soft-dropped 398 401 399 Double_t ExclYmerge23;400 Double_t ExclYmerge34;401 Double_t ExclYmerge45;402 Double_t ExclYmerge56;403 404 402 TRefArray Constituents; // references to constituents 405 403 TRefArray Particles; // references to generated particles … … 631 629 // Other Substructure variables 632 630 631 TLorentzVector SoftDroppedJet; 632 TLorentzVector SoftDroppedSubJet1; 633 TLorentzVector SoftDroppedSubJet2; 634 633 635 TLorentzVector TrimmedP4[5]; // first entry (i = 0) is the total Trimmed Jet 4-momenta and from i = 1 to 4 are the trimmed subjets 4-momenta 634 636 TLorentzVector PrunedP4[5]; // first entry (i = 0) is the total Pruned Jet 4-momenta and from i = 1 to 4 are the pruned subjets 4-momenta … … 639 641 Int_t NSubJetsSoftDropped; // number of subjets soft-dropped 640 642 641 // Exclusive clustering variables 642 Double_t ExclYmerge23; 643 Double_t ExclYmerge34; 644 Double_t ExclYmerge45; 645 Double_t ExclYmerge56; 646 643 647 644 static CompBase *fgCompare; //! 648 645 const CompBase *GetCompare() const { return fgCompare; }
Note:
See TracChangeset
for help on using the changeset viewer.