File indexing completed on 2024-04-06 12:30:41
0001
0002
0003 cat $CMSSW_RELEASE_BASE/src/Validation/RecoTrack/test/macro/TrackValHistoPublisher.C | sed \
0004 -e 's:REF_FILE:TrackingTruthValidationWithoutConditions.root:g' \
0005 -e 's:NEW_FILE:TrackingTruthValidationWithConditions.root:g' \
0006 -e 's:REF_LABEL:Without conditions:g' \
0007 -e 's:NEW_LABEL:With conditions:g' \
0008 -e "s:REF_RELEASE:$CMSSW_VERSION:g" \
0009 -e "s:NEW_RELEASE:$CMSSW_VERSION:g" \
0010 -e 's:REFSELECTION:highPuritySelection:g' \
0011 -e 's:NEWSELECTION:highPuritySelection:g' \
0012 -e 's:TrackValHistoPublisher:RelValTTbar:g' \
0013 -e 's:MINEFF:0.5:g' \
0014 -e 's:MAXEFF:1.025:g' \
0015 -e 's:MAXFAKE:0.7:g' \
0016 > TrackingTruthValidationMacro.C
0017