-
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
Test feature #4
Closed
Closed
Test feature #4
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The following categories have been rejected by chrjones (a.k.a. @Dr15Jones on GitHub): Core @cms-git-visualization, @cms-git-core, @cms-git-geometry |
icali
pushed a commit
to icali/cmssw
that referenced
this pull request
Dec 11, 2013
add davidlw to DEVELOPERS
yetkinyilmaz
referenced
this pull request
in CmsHI/cmssw
Dec 23, 2013
new fragment with alternative PhysList
mmaggi
pushed a commit
to mmaggi/cmssw
that referenced
this pull request
Jan 16, 2014
Ecal PhaseII digitizer
Closed
mileva
pushed a commit
to mileva/cmssw
that referenced
this pull request
Feb 15, 2014
lperrini
pushed a commit
to lperrini/cmssw
that referenced
this pull request
Feb 17, 2014
tahuang1991
pushed a commit
to tahuang1991/cmssw
that referenced
this pull request
Apr 19, 2014
Merge pull request cms-sw#41 from dildick/master
tahuang1991
pushed a commit
to tahuang1991/cmssw
that referenced
this pull request
Apr 19, 2014
nclopezo
pushed a commit
to nclopezo/cmssw
that referenced
this pull request
May 5, 2014
Putting Dinko back to the list of watchers
nsmith-
pushed a commit
to nsmith-/cmssw
that referenced
this pull request
Jun 10, 2014
Tti 62 x track trigger objects
fhoehle
added a commit
to fhoehle/cmssw
that referenced
this pull request
Jul 1, 2014
…_cff_fix removed embedCaloTowers
geonmo
referenced
this pull request
in geonmo/cmssw
Jul 23, 2014
geonmo
referenced
this pull request
in geonmo/cmssw
Jul 23, 2014
geonmo
referenced
this pull request
in geonmo/cmssw
Jul 23, 2014
geonmo
referenced
this pull request
in geonmo/cmssw
Jul 23, 2014
harmonicoscillator
pushed a commit
to harmonicoscillator/cmssw
that referenced
this pull request
Jul 30, 2014
Forest 53 x 04 jpt v2 - configuration for JEC
cmsbuild
pushed a commit
that referenced
this pull request
Dec 2, 2020
Fix read i/o rules for backward accessibility of scouting dataset
Sam-Harper
referenced
this pull request
in Sam-Harper/cmssw
Jan 7, 2021
addressing review comments: 11_1_6
folguera
pushed a commit
to folguera/cmssw
that referenced
this pull request
Feb 10, 2021
sources copied from branch from-CMSSW_11_1_0_pre6_KB_v2, which in turn were copied from branch from-CMSSW_10_6_1_patch2-pahse2-KB_v2 After copying from the branch from-CMSSW_10_6_1_patch2-pahse2-KB_v2 serious code refactoring was applied, and then some later changes from the from-CMSSW_10_6_1_patch2-pahse2-KB_v2 were copied to from-CMSSW_11_1_0_pre6_KB_v2 from-CMSSW_11_1_0_pre6_KB_v2 and from from-CMSSW_10_6_1_patch2-pahse2-KB_v2 should be frozen now Here is the summary of the changes (commits) in the from-CMSSW_11_1_0_pre6_KB_v2: Code refactoring: Changing the name of the L1TMuonBayes to L1TMuonOverlapPhase1 Dividing L1Trigger/L1TMuonBayes into 3 packages: L1TMuonOverlapPhase1 L1TMuonOverlapPhase2 L1TkMuonBayes - Tracker Track and Muon stubs correlator renaming subfolder OmtfPatternGeneration to Tools OMTFReconstruction - some code from the beginRun() moved to the modifyOmtfConfig() and addObservers() - changed class member names to be more consistent OMTFProcessor - inputMaker moved to the OMTFReconstruction, is passed to the run() method, removed loadAndFilterDigis() XMLConfigReader readPatterns() modified so that it takes now a list of the xml pattern files previously when the patterns were read from multiple xml files, the patter groups where not set properly, what affected patterns generation. XMLConfigReader can read now the Patterns_template.xml that can contain only the GP tags. MuonStubMakerBase, OMTFinputMaker and MuCorrelatorInputMaker refactored - the classes DtDigiToStubsConverter, CscDigiToStubsConverter and RpcDigiToStubsConverter extracted fixing a bug in GhostBuster.cc std::sort was sorting the pointers, not the AlgoMuons "no hit" likelihood is included in the pdfs GoldenPatternBase::process1Layer1RefLayer modified such that "no hit" likelihood is taken from the bin 0 of the pdf. cut on the DT phiB stubs quality is applied with the getMinDtPhiBQuality() implementing GoldenPatternResult:: finalise7(), finalise8() and finalise9() GoldenPatternResult::finalise7() is devoted for using with the new patterns, it adds the pdfVal to the pdfSum regardless of the stub validity, it does not reject the low quality DT phiB (as the finalise6), because the GoldenPatternBase::process1Layer1RefLayer must do it. GoldenPatternResult::finalise8() is dedicated for the version with pdfs having the "no hit" probability pdfSum is counted always (no matter if the layer is fired), the DT phiB layer is counted as fired only when the phi layer is fired GoldenPatternResult::finalise9() - If in the DT or CSC there is a hit that does not fit to the pdf (pdfVAl = 0), 64 is subtracted from pdfSum added OMTFConfiguration::noHitValueInPdf in OMTFReconstruction::modifyOmtfConfig() added noHitValueInPdf, minDtPhiQuality and minDtPhiBQuality EventCapture - changed filtering Merge pull request cms-sw#4 from folguera/from-CMSSW_11_1_0_pre6_omtf_AddDTP2TP Incorporate Phase-2 DT Trigger primitives removing unique_ptr<> angleConv from OMTFReconstruction as it is not needed there
folguera
pushed a commit
to folguera/cmssw
that referenced
this pull request
Feb 10, 2021
it contains experimental algorithms for the phase2 trigger Depends on the L1TMuonOverlapPhase1 sources copied from branch from-CMSSW_11_1_0_pre6_KB_v2, which in turn were copied from branch from-CMSSW_10_6_1_patch2-pahse2-KB_v2 After copying from the branch from-CMSSW_10_6_1_patch2-pahse2-KB_v2 serious code refactoring was applied, and then some later changes from the from-CMSSW_10_6_1_patch2-pahse2-KB_v2 were copied to from-CMSSW_11_1_0_pre6_KB_v2 Merge pull request cms-sw#4 from folguera/from-CMSSW_11_1_0_pre6_omtf_AddDTP2TP Incorporate Phase-2 DT Trigger primitives
dsrankin
pushed a commit
to dsrankin/cmssw
that referenced
this pull request
Mar 9, 2022
adding the new muon getting
dbruschi
pushed a commit
to dbruschi/cmssw
that referenced
this pull request
Jun 30, 2022
Add standalone flag for muons, charge and no IP for isotracks
missirol
pushed a commit
to missirol/cmssw
that referenced
this pull request
Sep 28, 2022
…2_5_tmp fix eventProducts to particleFlowClusterHBHEOnly for HcalOnly running…
missirol
pushed a commit
to missirol/cmssw
that referenced
this pull request
Feb 21, 2023
…3_0_cudaMemcpyAsync Pf rec hit and cluster gpu 13 0 cuda memcpy async
sanuvarghese
pushed a commit
to sanuvarghese/cmssw
that referenced
this pull request
Mar 27, 2023
update of `customizeHLTFor2022L1TMenu` (undo new L1T seed for W->3pi)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Just testing the tutorial