Skip to content

Commit

Permalink
Forgot to change example 5 file path back
Browse files Browse the repository at this point in the history
  • Loading branch information
lcorcodilos committed Oct 9, 2020
1 parent 109cdb2 commit 249a336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ex5.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# Enable using 4 threads
ROOT.ROOT.EnableImplicitMT(4)

# file_name = 'root://cms-xrd-global.cern.ch//store/mc/RunIISummer16NanoAODv6/TT_TuneCUETP8M2T4_13TeV-powheg-pythia8/NANOAODSIM/PUMoriond17_Nano25Oct2019_102X_mcRun2_asymptotic_v7-v2/20000/740B9BA3-8A64-B743-9439-2930CE247191.root'
file_name = 'TIMBER/examples/ttbar16_sample.root'
file_name = 'root://cms-xrd-global.cern.ch//store/mc/RunIISummer16NanoAODv6/TT_TuneCUETP8M2T4_13TeV-powheg-pythia8/NANOAODSIM/PUMoriond17_Nano25Oct2019_102X_mcRun2_asymptotic_v7-v2/20000/740B9BA3-8A64-B743-9439-2930CE247191.root'
# file_name = 'TIMBER/examples/ttbar16_sample.root'

# Import the C++
CompileCpp('TIMBER/Framework/include/common.h') # Compile (via gInterpreter) commonly used c++ code
Expand Down

0 comments on commit 249a336

Please sign in to comment.