From f2ca81c6471154f6864b67c36584c3bf80a89fcf Mon Sep 17 00:00:00 2001 From: Andrey Pozdnyakov Date: Mon, 24 Sep 2018 12:43:00 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40ac247aa7d..48e4e541014 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,8 @@ The output branches should be filled calling the `fillBranch(branchname, value)` Now, let's have a look at another example, `python/postprocessing/examples/mhtjuProducerCpp.py`, [file](python/postprocessing/examples/mhtjuProducerCpp.py). Similarly, it should be imported using the following syntax: ``` -python scripts/nano_postproc.py -I PhysicsTools.NanoAODTools.postprocessing.examples.mhtjuProducerCpp mhtju +python scripts/nano_postproc.py outDir /eos/cms/store/user/andrey/f.root -I PhysicsTools.NanoAODTools.postprocessing.examples.mhtjuProducerCpp mhtju ``` -This module has the same structure of its producer as `exampleProducer`. However, in addition it utilizes a C++ code to calculate the mht variable, `src/mhtjuProducerCppWorker.cc`. This code is loaded in the `__init__` method of the producer. +This module has the same structure of its producer as `exampleProducer`, but in addition it utilizes a C++ code to calculate the mht variable, `src/mhtjuProducerCppWorker.cc`. This code is loaded in the `__init__` method of the producer.