Changes in classes/DelphesClasses.h [7429c6a:0e0f211] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.h
r7429c6a r0e0f211 275 275 Float_t SumPt; // isolation variable 276 276 277 Int_t Status; // 1: prompt -- 2: non prompt -- 3: fake 278 277 279 static CompBase *fgCompare; //! 278 280 const CompBase *GetCompare() const { return fgCompare; } … … 373 375 374 376 UInt_t TauTag; // 0 or 1 for a jet that has been tagged as a tau 375 Float_t TauWeight; // probability for jet to be identified as tau376 377 377 378 Int_t Charge; // tau charge … … 397 398 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 398 399 400 399 401 Int_t NSubJetsTrimmed; // number of subjets trimmed 400 402 Int_t NSubJetsPruned; // number of subjets pruned 401 403 Int_t NSubJetsSoftDropped; // number of subjets soft-dropped 402 404 405 Double_t ExclYmerge23; 406 Double_t ExclYmerge34; 407 Double_t ExclYmerge45; 408 Double_t ExclYmerge56; 409 403 410 TRefArray Constituents; // references to constituents 404 411 TRefArray Particles; // references to generated particles … … 545 552 546 553 Int_t IsConstituent; 547 548 554 Int_t IsFromConversion; 549 555 … … 557 563 558 564 UInt_t TauTag; 559 Float_t TauWeight;560 565 561 566 Float_t Eem; … … 643 648 Int_t NSubJetsSoftDropped; // number of subjets soft-dropped 644 649 645 650 // Exclusive clustering variables 651 Double_t ExclYmerge23; 652 Double_t ExclYmerge34; 653 Double_t ExclYmerge45; 654 Double_t ExclYmerge56; 655 646 656 static CompBase *fgCompare; //! 647 657 const CompBase *GetCompare() const { return fgCompare; }
Note:
See TracChangeset
for help on using the changeset viewer.