Code Monkey home page Code Monkey logo

fastsimulation's Introduction

##Setup Hit Merging Package

cmsrel CMSSW_7_2_0_pre1
cd CMSSW_7_2_0_pre1/src/
cmsenv
git clone [email protected]:lucien1011/FastSimulation.git
scram b -j 8

##Run Hit Merging

As an example, look at FastSimulation/Test/: First, run TTbar_Tauola_13TeV_cfi_GEN_SIM.py to produce a GEN-SIM file:

cmsRun FastSimulation/Test/TTbar_Tauola_13TeV_cfi_GEN_SIM.py

Then, run SingleTracking.py over the output of TTbar_Tauola_13TeV_cfi_GEN_SIM.py

cmsRun FastSimulation/Test/SingleTracking.py

##Changing the merging distance change the parameter mergedist in here:

FastSimulation/TrackingRecHitProducer/python/RecHitMerger_cfi.py

The default distance is 1.5cm, as shown in this file. This number is just for testing purpose and has to be further investigated.

##Some information

The EDProducer for the hit merger is added to FastSimulation/TrackingRecHitProducer/src/, as RecHitMerger.cc. The function passmerge reads two rechits and compare their distance. If the distance is larger than the mergedist in RecHitMerger_cfi.py, then the two rechits will be merged by the function mergehit, which produces a newhit from two input rechits by averaging their positions and adding their errors by quadrature.

Notice that to run the hit merging I have modified:

FastSimulation/Tracking/python/TrackCandidateProducer_cfi.py
FastSimulation/Tracking/python/TrajectorySeedProducer_cfi.py

in which the line

HitProducer = cms.InputTag("siTrackerGaussianSmearingRecHits","TrackerGSMatchedRecHits"),

is changed to

HitProducer = cms.InputTag("siTrackerMergeRecHit","MergeTrackerGSMatchedRecHits"),

This is to make sure only the merged hit collection is used for the whole fastsim tracking sequence. If you want to run the standard fastim you have to change it back.

fastsimulation's People

Contributors

lucien1011 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.