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

additional and modified plots for SiStrip and Tracking DQM, for 80x #15422

Merged
merged 1 commit into from Oct 11, 2016

Conversation

manoni
Copy link
Contributor

@manoni manoni commented Aug 11, 2016

Addition of 7 plots in the SiStripMonitorCluster class:
1) DeltaBx: Delta Bunch Crossing
2) DeltaBxCycle: Delta Bunch Crossing Cycle
3) AbsoluteBx_CStripVsCpixe: absolute bunch crossing in events with both pixel end strip on
4) MainDiagonalPosition_vs_BX: TProfile of absolute BX vs main diagonal position (tan^{-1}(NPix/kNStrip)))
5) TH2MainDiagonalPosition_vs_BX: TH2F of absolute BX vs main diagonal position (tan^{-1}(NPix/kNStrip)))
6) NumberOfClustersInStrip_vs_BX: # of Clusters in Strip vs absolute BX
7) NumberOfClustersInPixel_vs_BX: # of Clusters in Pixel vs absolute BX

Change in binning and maximum value for chi2 dof plot in TrackerHeavyIonTrackingMonitor_cfi.py
e TrackerCollisionTrackingMonitor_cfi.py

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @manoni for CMSSW_8_0_X.

It involves the following packages:

DQM/SiStripMonitorCluster
DQM/TrackingMonitor

@cmsbuild, @dmitrijus, @vanbesien, @davidlange6 can you please review it and eventually sign? Thanks.
@makortel, @idebruyn, @threus, @fioriNTU, @hdelanno this is something you requested to watch as well.
@slava77, @smuzaffar you are the release manager for this.

cms-bot commands are list here #13028

Nbinsx = cms.int32(3565),
xmin = cms.double(0),
xmax = cms.double(3564),
Nbinsy = cms.int32(200),
Copy link
Contributor

Choose a reason for hiding this comment

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

How many of instances of these will appear?
3565x200 ~1 M bins is already fairly large by itself.
Will this run in PromptReco?

Copy link
Contributor

Choose a reason for hiding this comment

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

Only two instances. We need to monitor single bunch crossings so the x
axis bins can not be modified. Maybe we can reduce the y bins to half
(i.e 100) but the current value is an optimal one used also in offline
analysis. Let us know if this is a big issue.

Il 11/08/2016 15.42, Slava Krutelyov ha scritto:

In DQM/SiStripMonitorCluster/python/SiStripMonitorCluster_cfi.py
#15422 (comment):

@@ -249,6 +291,26 @@
xmin = cms.double(-0.5)
),

  • TProfNClusStrip = cms.PSet(
    
  •    Nbinsx = cms.int32(3565),
    
  •    xmin = cms.double(0),
    
  •    xmax = cms.double(3564),
    
  •    Nbinsy = cms.int32(200),
    
  •    ymin = cms.double(-0.5),
    
  •    ymax = cms.double(99999.5),
    
  •    globalswitchon = cms.bool(True)
    
  •    ),
    
  • TProfNClusPixel = cms.PSet(
    
  •    Nbinsx = cms.int32(3565),
    
  •    xmin = cms.double(0),
    
  •    xmax = cms.double(3564),
    
  •    Nbinsy = cms.int32(200),
    

How many of instances of these will appear?
3565x200 ~1 M bins is already fairly large by itself.
Will this run in PromptReco?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/cms-sw/cmssw/pull/15422/files/f9809ee7d33e765b8a898f678ee5acefd40e3f44#r74423562,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AKYUWkLC_hsapokMZvd2c51jQ1lUdcLLks5qeybHgaJpZM4Jh59Y.

Copy link
Contributor

Choose a reason for hiding this comment

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

O(1) instances should be OK.
less bins would be nicer is possible.

@dmitrijus
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 16, 2016

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

@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 after it passes the integration tests. This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @smuzaffar

@dmitrijus
Copy link
Contributor

Compared to 81x, this lacks this commit, da7dc21
I believe it should be ported back too.

@fioriNTU
Copy link
Contributor

no, this is ok. By mistake that file has been changed in 81X but not in
80X, it has nothing to deal with the DQM PR. So you can proceed.

Il 16/08/2016 16.40, Dmitrijus ha scritto:

Compared to 81x, this lacks this commit, da7dc21
da7dc21
I believe it should be ported back too.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#15422 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AKYUWjLk45hczIh5TnWUNorboPvGTo7vks5qgcvVgaJpZM4Jh59Y.

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

@fioriNTU
Copy link
Contributor

fioriNTU commented Oct 7, 2016

Please, can someone merge this PR?

@boudoul
Copy link
Contributor

boudoul commented Oct 10, 2016

@dmitrijus can you request this to be merged ? (maybe at the ORP tomorrow ..) ?

@davidlange6
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit efd123b into cms-sw:CMSSW_8_0_X Oct 11, 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

7 participants