Fork me on GitHub

Changeset 92263a8 in git for examples


Ignore:
Timestamp:
Dec 15, 2018, 9:39:19 PM (6 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
d20cefb
Parents:
a7c3c84
Message:

fix Example1 compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/Example1.C

    ra7c3c84 r92263a8  
    5353
    5454      // Plot jet transverse momentum
    55       histJetPT->Fill(jet->PT, weight);
     55      //histJetPT->Fill(jet->PT, weight);
     56      histJetPT->Fill(jet->PT);
    5657
    5758      // Print jet transverse momentum
     
    6970
    7071      // Plot their invariant mass
    71       histMass->Fill(((elec1->P4()) + (elec2->P4())).M(), weight);
     72      //histMass->Fill(((elec1->P4()) + (elec2->P4())).M(), weight);
     73      histMass->Fill(((elec1->P4()) + (elec2->P4())).M());
    7274    }
    7375  }
Note: See TracChangeset for help on using the changeset viewer.