-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
new code to make validation plots #74
Conversation
BTW, @acaudron I just noticed this development is for CMSSW_6_2_X, not CMSSW_7_0_X. While the plan is to open also the former in git tomorrow, are you sure you did not want it for the latter? |
@ktf the plan was to have this included in pre8, so that we would have had it for free in 700pre0, but that did not happen. It's not true, it's a lie ... but I'm sure @acaudron will exercise git and pull it also for 70X. @ktf while we appreciate your attachment to the release, we were wondering if we will receive the new equivalent of BUMP for all the pull requests ;) 'Cause we are kind of settling down on a twice-a-week procedure to test pull requests, maybe out of sync with your reminders. |
@ktf , @rovere I add these changes in the pull request I queued for 70X. But if possible, I will appreciate if it could be include also in 62x. As I said, the modifications concern only script in the script/ and test/ directories which then are not affecting the DQM/Validation code directly but are really useful for release validation. @ktf the next time I will follow your request for the commit log. Is there any documentation about this that I missed ? |
@acaudron Sounds good. I just wanted to make sure the changes were queued correctly, since the procedure is new. CMSSW_6_2_X will be opened in git later today. I will approve them then. |
Is this still active? |
yes as not yet included in the 62x releases |
ciao, scram project -n CMSSW_6_2_0_ID74-108-137 CMSSW_6_2_0 No release tags specified, using default CMSSW_6_2_0. git branch ls |
I'm not sure to understand what is the problem but if I can help somehow or make some tries on my side, please, let me know. |
Hi, it also doesn't seem to work for me in 62X: No release tags specified, using default CMSSW_6_2_X_2013-08-06-0200.
|
@acaudron can you try following: http://cms-sw.github.io/cmssw/tutorial-forward-port.html and see if you can resolve the conflicts? |
@ktf : No release tags specified, using default CMSSW_6_2_X_2013-08-08-1400.
I think that is the same problems as yours. What should be a correct output ? |
The following categories have been signed by @deguio: DQM @cms-git-dqm |
This pull request is fully signed and it will be integrated in one of the next IBs unless changes. |
yes, but now this cannot be merged anymore. Can you please rebase it? |
+1 |
Closing this since it's now obsolete. |
It requests 100 results per page
make running on MINIAOD cfg FullHad and Singlelepton
…lopment Tool to get a report on the systematics in a card and their correlations
Heppy 745 from colin side
…generic_TF_unpacker Tested with buffer dump from MP7 at P5 and with RAW generated from rx/tx files
Vhbb to central heppy 80X
Fix isSoftMuonHIP cutflow
Run the `thrust::exclusive_scan` within the given CUDA stream. This improves the overall synchronisation, replacing calls to `cudaDeviceSynchronize` with calls to `cudaStreamSynchronize`.
Tau reco mini aod single pf tau class 10 x
* allow gluons to be shot * Extend Pythia8 gun description
* Anders DTC merge with a gazillion manual fixes * propagate buildfile fixes * code formats * fix cherrypick mess up * Remove LayerProjection class * Further cleanup of tracklet projections interface * Correct number of processing steps by changing < to <= * Add missing include of algorithm * Remove extra const * Remove some commented out code * Remove duplicate code * Fix message logger and DTC Stub for consistency with hybrid configuration * Fix problem with writing of input link memories * Create Residual class that will replace LayerResidual and DiskResidual * Remove the use of the class DiskResiduals * Remove unused nMatch and nMatchDisk method of Tracklet * (Re-)Implement the correction to writing the DTC data link file after moving functionality to Sector. * Combine addMatch method for disk and layers into on method * combine the disk and layer match into one method * Remove some redundant poiters to l1tstubs * Pass iSeed to Tracklet * Introduce an InputRouter module. Does not change functionality, but simplifies/unifies the code and makes it similar to the HLS * Cleanup of writing the DTC link files * Change processing order such that all steps in one sector are done and then move to the next sector. This saves memory * Interface updates for CMSSW following change to module processing order * Change in VMRouter to processing PS links before 2S in disks * Cleanup of unused iSector variable in processs and memory modules * Fixes to make the HybridTracks_cfg.py run * Cleanup of hardcoded numbers etc. * Updates to MP to put all regions into one memory slot in the ProjectionTemp * Fix to calculation of irinv for projections - no matches what is done in HLS * Remove now unused file paths for the old cable mapping code * Correct missplaced curly bracket * Fixes for the displaced tracking * Fix to avoid duplicate VMSTE name in D1 for standard configuration * Address comments from Louise S. * Ran scram b code-format * Address comments from Louise S. * Addressing more comments from Louise S. * More fixes to comments * Make running hybrid default (not displaced) * restore buildfile * Add DTC link config to Settings.h * Changes to suppress warning in MatchCalculator when running displaced tracking * Fix typo introduced in code cleanup for MatchProcessor Co-authored-by: Anders Ryd <[email protected]> Co-authored-by: Anders <[email protected]>
* Anders DTC merge with a gazillion manual fixes * propagate buildfile fixes * code formats * fix cherrypick mess up * Remove LayerProjection class * Further cleanup of tracklet projections interface * Correct number of processing steps by changing < to <= * Add missing include of algorithm * Remove extra const * Remove some commented out code * Remove duplicate code * Fix message logger and DTC Stub for consistency with hybrid configuration * Fix problem with writing of input link memories * Create Residual class that will replace LayerResidual and DiskResidual * Remove the use of the class DiskResiduals * Remove unused nMatch and nMatchDisk method of Tracklet * (Re-)Implement the correction to writing the DTC data link file after moving functionality to Sector. * Combine addMatch method for disk and layers into on method * combine the disk and layer match into one method * Remove some redundant poiters to l1tstubs * Pass iSeed to Tracklet * Introduce an InputRouter module. Does not change functionality, but simplifies/unifies the code and makes it similar to the HLS * Cleanup of writing the DTC link files * Change processing order such that all steps in one sector are done and then move to the next sector. This saves memory * Interface updates for CMSSW following change to module processing order * Change in VMRouter to processing PS links before 2S in disks * Cleanup of unused iSector variable in processs and memory modules * Fixes to make the HybridTracks_cfg.py run * Cleanup of hardcoded numbers etc. * Updates to MP to put all regions into one memory slot in the ProjectionTemp * Fix to calculation of irinv for projections - no matches what is done in HLS * Remove now unused file paths for the old cable mapping code * Correct missplaced curly bracket * Fixes for the displaced tracking * Fix to avoid duplicate VMSTE name in D1 for standard configuration * Address comments from Louise S. * Ran scram b code-format * Address comments from Louise S. * Addressing more comments from Louise S. * More fixes to comments * Make running hybrid default (not displaced) * restore buildfile * Add DTC link config to Settings.h * Changes to suppress warning in MatchCalculator when running displaced tracking * Fix typo introduced in code cleanup for MatchProcessor Co-authored-by: Anders Ryd <[email protected]> Co-authored-by: Anders <[email protected]>
Upstream updates of track and muon word
…O-13_2_0_pre3_feat DQM+Reco for single modules
These changes are only affecting offline scripts to be used to produce some validation plots from DQM root files.