diff --git a/README.md b/README.md index 86f803a..100a50a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a simple comparison code to validate the reprocessing step on the Open Data VM by comparing the resulting file (newly rereconstructed from the RAW data sample available on the Open Data Portal) and the original AOD (also available on the Open Data portal). It loops over different physics objects (tracks, electrons, muons, photons, jets, taus and missing et) and fills histograms with P, pt, eta and phi of these objects. -The new AOD can be repocessed from RAW with minor modifications (global tag, input file, commenting out unnecessary steps) to the configuration file which is recorded together with the original AOD file on the Open Data portal (http://opendata.cern.ch/record/24). See https://github.com/cms-opendata-validation/recotest for the updated configuration file and instructions. +The new AOD can be reprocessed from RAW with minor modifications (global tag, input file, commenting out unnecessary steps) to the configuration file which is recorded together with the original AOD file on the Open Data portal (http://opendata.cern.ch/record/24). See https://github.com/cms-opendata-validation/recotest for the updated configuration file and instructions. By default, this code reads the original AOD (see demoanalyzer_cfg.py).