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