-- XiaoWang - 2018-07-09

highlights

Run reconstruction setup

to check the list of available of the CMSSW version:

scram list -a CMSSW
scram project CMSSW_X_X...

make the directory and setup the environment:

cmsrel CMSSW_10_x_x
cd CMSSW_10_x_x/src
cmsenv

git clone the tracking analysis code from the github. switch to the correct branch and compiling by

 scram b -j4

Training MVA selection

The instruction can be found in the GitHub: https://github.com/hajohajo/MVATracking

Making sure the reconstruction sequence include the trackingMatch:

process.reconstruction_step = cms.Path(process.reconstruction*process.tpClusterProducer*process.quickTrackAssociatorByHits*process.myAnalyzer)

and the myAnalyzer here refer to https://github.com/hajohajo/MVATracking/blob/master/NtupleMaker/test/runTuple_InitialStep.py#L130

Tracking validation

The validation module in sw can be used (https://twiki.cern.ch/twiki/bin/view/CMSPublic/SWGuideMultiTrackValidator).

Edit | Attach | Watch | Print version | History: r5 < r4 < r3 < r2 < r1 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r5 - 2018-08-07 - XiaoWang1
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Sandbox All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback