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

bsunanda:Run2-alca76 Add a useful filter to estimate space requirement for IsoTrackProducer with selected HLT's #18001

Merged
merged 2 commits into from Mar 29, 2017

Conversation

bsunanda
Copy link
Contributor

No description provided.

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @bsunanda for master.

It involves the following packages:

Calibration/HcalAlCaRecoProducers

@ghellwig, @arunhep, @cerminar, @cmsbuild, @franzoni, @mmusich, @davidlange6 can you please review it and eventually sign? Thanks.
@ghellwig, @tocheng this is something you requested to watch as well.
@Muzaffar, @davidlange6, @smuzaffar you are the release manager for this.

cms-bot commands are listed here #13028

@bsunanda
Copy link
Contributor Author

@cmsbuild Please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 20, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/18575/console Started: 2017/03/20 21:24

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

@bsunanda
Copy link
Contributor Author

@franzoni Please approve this

edm::LogWarning("HcalIsoTrack") << "Error! Can't get the product "
<< triggerEvent_.label() ;
} else {
triggerEvent = *(triggerEventHandle.product());
Copy link
Contributor

Choose a reason for hiding this comment

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

@bsunanda where are you using this triggerEvent?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This I shall check

Copy link
Contributor Author

Choose a reason for hiding this comment

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

If not useful can be taken care of later.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Earlier when we tested TriggerResults we always used to check if TriggerEvent is present for the event. We shall double check this.

Copy link
Contributor

Choose a reason for hiding this comment

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

indeed there is no reason for this object to be retrieved from the event, as you don't use it - please remove it.

edm::LogInfo("HcalIsoTrack") << "Trigger[" << k << "] " << trigNames_[k]
<< std::endl;
#ifdef EDM_ML_DEBUG
std::cout << "HcalIsoTrack: Trigger[" << k << "] " << trigNames_[k]
Copy link
Contributor

Choose a reason for hiding this comment

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

@bsunanda Is there any use of these cout statements now? There are few of them in this code. Although I think this ifdef won't let it print since it is defined without any initialisation. Is it false by default? Can you please confirm?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

They are useful in debugging - for normal operation they are protected by the EDM_ML_DEBUG flag. It is switched off for normal production

IsoTracksProdFilter = cms.EDFilter("AlCaIsoTracksProducerFilter",
TriggerEventLabel = cms.InputTag("hltTriggerSummaryAOD","","HLT"),
TriggerResultLabel= cms.InputTag("TriggerResults","","HLT"),
Triggers = cms.vstring("HLT_IsoTrackHB","HLT_IsoTrackHE"),
Copy link
Contributor

@arunhep arunhep Mar 21, 2017

Choose a reason for hiding this comment

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

@bsunanda Are these triggers part of 2017 HLT menu already? What rate has been agreed on? It would be good to have some pointers related to the proposal of these triggers.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes they are. They are the calibration triggers using IsoTracks in HCAL

@arunhep
Copy link
Contributor

arunhep commented Mar 21, 2017

@bsunanda thanks for the answers. What is the efficiency of such filtering? How much reduction you got with application of this filter, may be you have checked it already with some 2016 data. As I can see these triggers were present in 2016 menu, although prescaled.

@bsunanda
Copy link
Contributor Author

@arunhep This one just selects the chosen HLT's. We are using it together with a producer with appropriate output request. We reported disk space requirement for this stream in a previous AlCaDb meeting.

@arunhep
Copy link
Contributor

arunhep commented Mar 21, 2017

@bsunanda thanks.

@arunhep
Copy link
Contributor

arunhep commented Mar 21, 2017

+1

@cmsbuild
Copy link
Contributor

Pull request #18001 was updated. @ghellwig, @arunhep, @cerminar, @cmsbuild, @franzoni, @mmusich, @davidlange6 can you please check and sign again.

@bsunanda
Copy link
Contributor Author

@arunhep This one just selects the chosen HLT's. We are using it together with a producer with appropriate output request. We reported disk space requirement for this stream in a previous AlCaDb meeting.

@bsunanda
Copy link
Contributor Author

@cmsbuild Please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 27, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/18738/console Started: 2017/03/27 20:39

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

@bsunanda
Copy link
Contributor Author

@franzoni @arunhep @davidlange6 Can you approve and accept this PR now?

@arunhep
Copy link
Contributor

arunhep commented Mar 28, 2017

+1

@cmsbuild
Copy link
Contributor

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

@davidlange6
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit f1205d8 into cms-sw:master Mar 29, 2017
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