Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hit Skipping in Track Candidate producer #13214

Merged
merged 4 commits into from Feb 10, 2016

Conversation

a-kapoor
Copy link
Contributor

@a-kapoor a-kapoor commented Feb 8, 2016

Hits skipped by seed are also skipped by track.

Number of crossed layers check was also removed.

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 8, 2016

A new Pull Request was created by @Ansh0712 (Anshul Kapoor) for CMSSW_8_0_X.

It involves the following packages:

FastSimulation/Tracking

@ssekmen, @lveldere, @civanch, @mdhildreth, @cmsbuild, @davidlange6 can you please review it and eventually sign? Thanks.
@Martin-Grunewald, @matt-komm this is something you requested to watch as well.
@slava77, @Degano, @smuzaffar you are the release manager for this.

cms-bot commands are list here #13028

@a-kapoor
Copy link
Contributor Author

a-kapoor commented Feb 8, 2016

please test

recHitCandidates.push_back(seedHit);
}
bool passedLastSeedHit = false;
const FastTrackerRecHit * lastSeedHit = recHitCandidates.back().hit();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not safe for hitless seeds
and for hitless seeds we need

passedLastSeedHits = true

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done !!

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 8, 2016

Pull request #13214 was updated. @ssekmen, @lveldere, @civanch, @mdhildreth, @cmsbuild, @davidlange6 can you please check and sign again.

@lveldere
Copy link
Contributor

lveldere commented Feb 8, 2016

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 8, 2016

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/11070/console

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 8, 2016

-1
Tested at: 9d12e73
I found an error when building:

>> Compiling edm plugin /tmp/cmsbuild/workspace/ib-any-integration/CMSSW_8_0_X_2016-02-07-2300/src/FastSimulation/Tracking/plugins/TrackCandidateProducer.cc 
>> Compiling edm plugin /tmp/cmsbuild/workspace/ib-any-integration/CMSSW_8_0_X_2016-02-07-2300/src/FastSimulation/Tracking/plugins/TrajectorySeedProducer.cc 
>> Compiling  /tmp/cmsbuild/workspace/ib-any-integration/CMSSW_8_0_X_2016-02-07-2300/src/Utilities/StaticAnalyzers/src/EDMPluginDumper.cc 
>> Compiling  /tmp/cmsbuild/workspace/ib-any-integration/CMSSW_8_0_X_2016-02-07-2300/src/Utilities/StaticAnalyzers/src/FiniteMathChecker.cc 
/tmp/cmsbuild/workspace/ib-any-integration/CMSSW_8_0_X_2016-02-07-2300/src/FastSimulation/Tracking/plugins/TrackCandidateProducer.cc: In member function 'virtual void TrackCandidateProducer::produce(edm::Event&, const edm::EventSetup&)':
/tmp/cmsbuild/workspace/ib-any-integration/CMSSW_8_0_X_2016-02-07-2300/src/FastSimulation/Tracking/plugins/TrackCandidateProducer.cc:158:31: error: unused variable 'lastSeedHit' [-Werror=unused-variable]
     const FastTrackerRecHit \* lastSeedHit = recHitCandidates.back().hit();
                               ^
/tmp/cmsbuild/workspace/ib-any-integration/CMSSW_8_0_X_2016-02-07-2300/src/FastSimulation/Tracking/plugins/TrackCandidateProducer.cc:165:24: error: 'lastSeedHit' was not declared in this scope
    if(seed.nHits()==0||lastSeedHit->sameId(currentTrackerHit.hit()))  
                        ^


you can see the results of the tests here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-13214/11070/summary.html

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 9, 2016

Pull request #13214 was updated. @ssekmen, @lveldere, @civanch, @mdhildreth, @cmsbuild, @davidlange6 can you please check and sign again.

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 9, 2016

Pull request #13214 was updated. @ssekmen, @lveldere, @civanch, @mdhildreth, @cmsbuild, @davidlange6 can you please check and sign again.

@a-kapoor
Copy link
Contributor Author

a-kapoor commented Feb 9, 2016

please test

1 similar comment
@lveldere
Copy link
Contributor

lveldere commented Feb 9, 2016

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 9, 2016

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/11090/console

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 9, 2016

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 9, 2016

@lveldere
Copy link
Contributor

lveldere commented Feb 9, 2016

@Ansh0712

could you validate this once more, exactly as it is right now?
The comparisons in the github tests look slightly odd, but it might be the limited statistics (only 10 events).

@a-kapoor
Copy link
Contributor Author

@lveldere

Everything looks fine to me. Here are the validation plots for the latest version:
/afs/cern.ch/user/a/akapoor/public/hitSkipping_9Feb/plots_hitSkipping_9Feb.tgz

@lveldere
Copy link
Contributor

+1

thanks @Ansh0712

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next CMSSW_8_0_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar

@davidlange6
Copy link
Contributor

+1

cmsbuild added a commit that referenced this pull request Feb 10, 2016
Hit Skipping in Track Candidate producer
@cmsbuild cmsbuild merged commit cce9f46 into cms-sw:CMSSW_8_0_X Feb 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants