Fork me on GitHub

Changes in / [d20cefb:92263a8] in git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/Example1.C

    rd20cefb r92263a8  
    4141    // Load selected branches with data from specified event
    4242    treeReader->ReadEntry(entry);
    43 
    4443   
    4544    //HepMCEvent *event = (HepMCEvent*) branchEvent -> At(0);
     
    5453
    5554      // 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);
    7273      histMass->Fill(((elec1->P4()) + (elec2->P4())).M());
    7374    }
Note: See TracChangeset for help on using the changeset viewer.