Changeset affe5c7 in git for examples/DenseTracks.C
- Timestamp:
- Jun 26, 2017, 7:46:37 PM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- f8a2939
- Parents:
- 196994a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/DenseTracks.C
r196994a raffe5c7 51 51 TClonesArray *branchEFlowPhoton = treeReader->UseBranch("EFlowPhoton"); 52 52 TClonesArray *branchEFlowNeutralHadron = treeReader->UseBranch("EFlowNeutralHadron"); 53 TClonesArray *branchJet = treeReader->UseBranch(" Jet");53 TClonesArray *branchJet = treeReader->UseBranch("FatJet"); 54 54 55 55 Long64_t allEntries = treeReader->GetEntries(); … … 114 114 } 115 115 } 116 plots->fhistNum->Divide(plots->fhistDen);116 //plots->fhistNum->Divide(plots->fhistDen); 117 117 } 118 118 … … 126 126 //------------------------------------------------------------------------------ 127 127 128 void CoreTrack(const char *inputFile)128 void DenseTracks(const char *inputFile) 129 129 { 130 130 gSystem->Load("libDelphes");
Note:
See TracChangeset
for help on using the changeset viewer.