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

HCALDQM Updates upon the request from HCAL Operations/DPG #14743

Closed

Conversation

vkhristenko
Copy link
Contributor

cherry-picked from 80X commits from 14742

There are no significant updates, all of them are either tweaking some thresholds or some requests of parameter tweaking:

  1. Accomodate Monitoring QIE11/10 in the release
  2. Raw Task use 16LS bits not 32bits for comparison of ORN between AMC13/uHTR
  3. Use of Unconstrained timing reconstruction of HBHE in Online!
  4. Additional module to monitor all the channels w/o the use of Quality Masks from Conditions
  5. Tweaking Offline thresholds
  6. Synchronization across all of HCALDQM devs.

V

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 1, 2016

A new Pull Request was created by @vkhristenko (Viktor Khristenko) for CMSSW_8_1_X.

It involves the following packages:

DQM/HcalCommon
DQM/HcalTasks
DQM/Integration

@cmsbuild, @dmitrijus, @vanbesien, @davidlange6 can you please review it and eventually sign? Thanks.
@threus, @batinkov 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

@vkhristenko
Copy link
Contributor Author

@cmsbuild please test

@vanbesien
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 2, 2016

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 2, 2016

{
edm::Handle<QIE10DigiCollection> cqie10;
if (!e.getByToken(_tokQIE10, cqie10))
std::cout << "Collection isn't available" << std::endl;
Copy link
Contributor

Choose a reason for hiding this comment

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

Please replace with LogWarning, LogError or cms::Exception.
Use of std::cout is forbidden!

Copy link
Contributor

Choose a reason for hiding this comment

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

@vkhristenko @dmitrijus - yes, this needs to be changed

@dmitrijus
Copy link
Contributor

80x reference: #14742

@dmitrijus
Copy link
Contributor

+1

This should be merged. It has been open for far too long.
No std::cout should be implemented in the next PR...

@cmsbuild
Copy link
Contributor

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

@@ -215,6 +215,42 @@ namespace hcaldqm
int const RAW_EMPTY = 16;
int const UTCA_DATAFLAVOR = 0x5;

double const adc2fC[256] = {
Copy link
Contributor

Choose a reason for hiding this comment

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

dqm doesn't seem like the place we should be defining adc2fC. I guess this is already done elsewhere?

@vkhristenko
Copy link
Contributor Author

@davidlange6 this array is for QIE10. As Phase 1 is in dev stage, I've included that in here, but it's used only for Onliny DQM

@davidlange6
Copy link
Contributor

we seem to have similar yet different arrays defined for qie10 elsewhere? no?

On Jun 30, 2016, at 12:59 PM, Viktor Khristenko notifications@github.com wrote:

@davidlange6 this array is for QIE10. As Phase 1 is in dev stage, I've included that in here, but it's used only for Onliny DQM


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

@vkhristenko
Copy link
Contributor Author

@davidlange6 , these updates went into Online DQM quite a while ago and PR with this array has been submitted long time ago. Regarding if it's defined anyelse, I don't know. Since RECO has not been fully developed yet for Phase1, which is where this array will only be used, I included that in the release - but it will be removed once Phase soft is fully deved.

VK

@abdoulline
Copy link

abdoulline commented Jul 11, 2016

Concerning adc2FC conversion for QIE10:

(1) "coder" prepared (generic piece both for QIE8/QIE10, as QIE8/QIE10 comes from HcalQIETypes in DB and defines QIE shape for concrete DetId "behind the scene"):
http://cmslxr.fnal.gov/source/RecoLocalCalo/HcalRecProducers/src/HcalSimpleReconstructor.cc?v=CMSSW_8_1_0_pre8#0272

(2)
then used in Digi-> CaloSamples (fC) conversion
http://cmslxr.fnal.gov/source/RecoLocalCalo/HcalRecAlgos/src/HcalSimpleRecAlgo.cc?v=CMSSW_8_1_0_pre8#0174

Adding NB: this is for possible future usage, I'm not suggesting to implement it to case even more approval delay for this PR...

@vkhristenko vkhristenko mentioned this pull request Aug 6, 2016
@vkhristenko
Copy link
Contributor Author

a new one is preped #15380 closing

@vkhristenko vkhristenko closed this Aug 6, 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

6 participants