Fork me on GitHub

Changeset affe5c7 in git


Ignore:
Timestamp:
Jun 26, 2017, 7:46:37 PM (7 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
f8a2939
Parents:
196994a
Message:

fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/DenseTracks.C

    r196994a raffe5c7  
    5151  TClonesArray *branchEFlowPhoton = treeReader->UseBranch("EFlowPhoton");
    5252  TClonesArray *branchEFlowNeutralHadron = treeReader->UseBranch("EFlowNeutralHadron");
    53   TClonesArray *branchJet = treeReader->UseBranch("Jet");
     53  TClonesArray *branchJet = treeReader->UseBranch("FatJet");
    5454
    5555  Long64_t allEntries = treeReader->GetEntries();
     
    114114    }
    115115  }
    116   plots->fhistNum->Divide(plots->fhistDen);
     116  //plots->fhistNum->Divide(plots->fhistDen);
    117117}
    118118
     
    126126//------------------------------------------------------------------------------
    127127
    128 void CoreTrack(const char *inputFile)
     128void DenseTracks(const char *inputFile)
    129129{
    130130  gSystem->Load("libDelphes");
Note: See TracChangeset for help on using the changeset viewer.