Fork me on GitHub

Changes in / [92263a8:d20cefb] in git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/Example1.C

    r92263a8 rd20cefb  
    4141    // Load selected branches with data from specified event
    4242    treeReader->ReadEntry(entry);
     43
    4344   
    4445    //HepMCEvent *event = (HepMCEvent*) branchEvent -> At(0);
     
    5354
    5455      // Plot jet transverse momentum
    55       //histJetPT->Fill(jet->PT, weight);
    5656      histJetPT->Fill(jet->PT);
    5757
     
    7070
    7171      // Plot their invariant mass
    72       //histMass->Fill(((elec1->P4()) + (elec2->P4())).M(), weight);
    7372      histMass->Fill(((elec1->P4()) + (elec2->P4())).M());
    7473    }
Note: See TracChangeset for help on using the changeset viewer.