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

Merge 74x into 75x #8357

Merged
merged 129 commits into from
Mar 19, 2015
Merged

Merge 74x into 75x #8357

merged 129 commits into from
Mar 19, 2015

Commits on Feb 10, 2015

  1. move CCC in pset

    VinInn committed Feb 10, 2015
    Configuration menu
    Copy the full SHA
    2469311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66240b8 View commit details
    Browse the repository at this point in the history
  3. migrate hitextractor as well

    VinInn committed Feb 10, 2015
    Configuration menu
    Copy the full SHA
    0441f4f View commit details
    Browse the repository at this point in the history
  4. migrate chi2cut as well

    VinInn committed Feb 10, 2015
    Configuration menu
    Copy the full SHA
    754347a View commit details
    Browse the repository at this point in the history
  5. fix default seed layers

    VinInn committed Feb 10, 2015
    Configuration menu
    Copy the full SHA
    d0baccc View commit details
    Browse the repository at this point in the history
  6. fix special and hi

    VinInn committed Feb 10, 2015
    Configuration menu
    Copy the full SHA
    06e4059 View commit details
    Browse the repository at this point in the history
  7. remove cout

    VinInn committed Feb 10, 2015
    Configuration menu
    Copy the full SHA
    12f622d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2015

  1. fix calZeroBiasClusters

    VinInn committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    21ce812 View commit details
    Browse the repository at this point in the history
  2. fix Famos

    VinInn committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    00d26b2 View commit details
    Browse the repository at this point in the history
  3. fix import

    VinInn committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    bb5d2f4 View commit details
    Browse the repository at this point in the history
  4. Remove the import of SiStripClusterChargeCut_cfi from FastSim trackin…

    …g configurations
    
    The import of SiStripClusterChargeCut_cfi was needed because the
    import of seeding layer configuration adds the *SeedLayers* modules to
    the cms.Process when load()ed. If the *SeedLayers* modules are
    imported with "as" and a name beginning with an underscore, these
    names do not end up in cms.Process, and we can avoid importing
    SiStripClusterChargeCut_cfi here.
    makortel authored and VinInn committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    809b29e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2015

  1. Reuse as many resources as possible for online image capture:

    - keep one image saving thread per eve view;
    - reuse FBO objects (as long as they keep the same size);
    - reuse intermediate buffers for image creation.
    All this shaves off about 10% of execution time when saving 5 extremely large images.
    
    (cherry picked from commit 6a97d6d)
    osschar committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    4de95ee View commit details
    Browse the repository at this point in the history
  2. And a lost change ...

    (cherry picked from commit d10d3cb)
    osschar committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    6ed95d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2015

  1. added description

    rgerosa committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    f66a642 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2015

  1. Merge remote-tracking branch 'official-cmssw/CMSSW_7_4_X' into electr…

    …onStreamDescription_74X
    rgerosa committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    64775ab View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2015

  1. Configuration menu
    Copy the full SHA
    bb40bae View commit details
    Browse the repository at this point in the history
  2. Changing FwdPtr to Ptr as per Andrea's request. Also putting together…

    … the start of a workflow.
    rappoccio committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    6945756 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f160f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2ce17e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd9be48 View commit details
    Browse the repository at this point in the history
  6. Fixing the Ptr constructor

    rappoccio committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    73f9400 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66a6712 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b25c41 View commit details
    Browse the repository at this point in the history
  9. Fixing checksum

    rappoccio committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    94aab92 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a735126 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4329c3e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5582fab View commit details
    Browse the repository at this point in the history
  13. Committed wrong file

    rappoccio committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    7d2aaf5 View commit details
    Browse the repository at this point in the history
  14. Slimming subjets

    rappoccio committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    9ed7980 View commit details
    Browse the repository at this point in the history
  15. Add the slimmed subjets

    rappoccio committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    a573f9f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5468028 View commit details
    Browse the repository at this point in the history
  17. AK8 constituents not in subjets added as daughters in addition

    to the subjets, so that alternative reclusterings are possible
    gpetruc authored and rappoccio committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    e9e2456 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2015

  1. Configuration menu
    Copy the full SHA
    5087128 View commit details
    Browse the repository at this point in the history
  2. Fix compiler warning for QIEXXDataFrames

    Replace "magic numbers" with constants
    Add "flag" word which will inevitably be required operationally
    jmmans authored and Alexander Gude committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    5c27ab4 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2015

  1. Configuration menu
    Copy the full SHA
    1f2d74e View commit details
    Browse the repository at this point in the history
  2. re-enable the kOutOfTime filtering of PF-rechits (needed to complete …

    …the ECAL spike rejection together with the topological cuts)
    
    enable the usage of the EAL rechits recovered in case of dead trigger towers (new algorithm for the recovery in place)
    emanueledimarco committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    bbb4a48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    345c6c7 View commit details
    Browse the repository at this point in the history
  4. enforce no DS naming collisions (relevant only for submission to prod…

    …uction)
    Giovanni Franzoni committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    d6d1935 View commit details
    Browse the repository at this point in the history
  5. miniaod validation in full, with unscheduled execution of PAT+RECO in…

    … the same step
    Giovanni Franzoni committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    02883cc View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2015

  1. Configuration menu
    Copy the full SHA
    4893864 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bca25e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad645d5 View commit details
    Browse the repository at this point in the history
  4. New binning for the jet mutliplicity histogram

    Elvire Bouvier committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    6ce13a5 View commit details
    Browse the repository at this point in the history
  5. Fixed pixel match bug

    Values returned by the pixel match variables now take the charge into
    account.
    aidansean committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    75a3a16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37bb902 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a54959 View commit details
    Browse the repository at this point in the history
  8. Make ElectronTagger thread safe

    Since the ElectronTagger can be obtained via the EventSetup, the
    const methods of the class must be thread safe. This required replacing
    TRandom3 with C++11 random facility (since TRandom3 uses a global seed)
    and using an std::mutex to protect MvaSoftEleEstimator since the
    way it interacts with TMVA::Reader is thread-unsafe.
    Dr15Jones committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    e5c6b6d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    359d1dc View commit details
    Browse the repository at this point in the history
  10. Use mersenne twister random engine for repeatable results

    Switch from the default random engine to the mersenne twister
    in order to have reproducibility across platforms.
    Dr15Jones committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    a4aee8c View commit details
    Browse the repository at this point in the history
  11. Calling TFormula::SetName leads to thread safety issues

    When a TFormula is created, it may be added to a global list of formulas.
    If that happens, then calling TFormula::SetName at the same time another
    thread is looping through the list of formulas can lead to a crash.
    Setting the name correctly in the constructor avoids the problem.
    This problem was found by helgrind.
    Dr15Jones committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    1528181 View commit details
    Browse the repository at this point in the history
  12. Back port changes from ROOT6 IB

    wmtan committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    450a10d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2015

  1. Merge pull request cms-sw#8233 from wmtan/ReconcileSimDataFormatsPile…

    …upSummaryInfo
    
    Remove unnecessary ROOT5/ROOT6 difference in SimDataFormats/PileupSummar...
    cmsbuild committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    c6e338e View commit details
    Browse the repository at this point in the history
  2. Merge pull request cms-sw#8247 from VinInn/FixFPIXfor74X

    Workaround for FPIX shift for 74X
    cmsbuild committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    eed840c View commit details
    Browse the repository at this point in the history
  3. Merge pull request cms-sw#8267 from ebouvier/JetMultBinningTopDQMOffl…

    …ine74X
    
    New binning for the jet multiplicity histogram in Top DMQ Offline
    davidlange6 committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    3d7cafc View commit details
    Browse the repository at this point in the history
  4. Merge pull request cms-sw#8245 from wmtan/DropUnneededDependencies

    Drop unneeded explicit dependency in 7_4_X
    davidlange6 committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    5f59eb4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request cms-sw#8292 from wmtan/ReconcileAnalysis

    Back port analysis changes from ROOT6 IB
    davidlange6 committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    6d8480d View commit details
    Browse the repository at this point in the history
  6. Merge pull request cms-sw#8281 from wmtan/RemoveUnneededrootrflx

    Remove two remaining unnecessary direct dependencies on rootrflx
    davidlange6 committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    af1025c View commit details
    Browse the repository at this point in the history
  7. Merge pull request cms-sw#8239 from wmtan/ReconcileCondCoreIOVService

    Remove unnecessary ROOT5/ROOT6 diffs in CondCore/IOVService
    davidlange6 committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    1897380 View commit details
    Browse the repository at this point in the history
  8. Merge pull request cms-sw#8207 from UMN-CMS/7_4_qie_patch

    Fix compiler warning for QIEXXDataFrames (Backport of cms-sw#8206)
    davidlange6 committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    a327776 View commit details
    Browse the repository at this point in the history
  9. Merge pull request cms-sw#8228 from wmtan/ROOT6ChecksumsInROOT5

    ROOT6 checksums must be known to ROOT5
    davidlange6 committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    d9de358 View commit details
    Browse the repository at this point in the history
  10. Merge pull request cms-sw#8242 from franzoni/miniAodValidation-CMSSW_…

    …7_4_X_2015-03-12-1400
    
    MiniAod validation and DQM
    cmsbuild committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    1340a67 View commit details
    Browse the repository at this point in the history
  11. Merge pull request cms-sw#8205 from mark-grimes/updateEras

    Update the Run2_HI era to use the latest trigger menu XML file
    davidlange6 committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    da11142 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    55d9819 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    769ff97 View commit details
    Browse the repository at this point in the history
  14. Create README.md

    venturia committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    13b65fe View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    74b6507 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2015

  1. Configuration menu
    Copy the full SHA
    e679500 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f4a50c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9330433 View commit details
    Browse the repository at this point in the history
  4. Make MuonTagger thread safe

    Since the MuonTagger can be obtained via the EventSetup, the
    const methods of the class must be thread safe. This required replacing
    TRandom3 with C++11 random facility (since TRandom3 uses a global seed)
    and using an std::mutex to protect MvaSoftMuonEstimator since the
    way it interacts with TMVA::Reader is thread-unsafe.
    Dr15Jones committed Mar 15, 2015
    Configuration menu
    Copy the full SHA
    6346525 View commit details
    Browse the repository at this point in the history
  5. Merge pull request cms-sw#8300 from threus/script_fix_74x

    TK offline shift tools fixes
    cmsbuild committed Mar 15, 2015
    Configuration menu
    Copy the full SHA
    706672a View commit details
    Browse the repository at this point in the history
  6. Merge pull request cms-sw#8298 from venturia/sistripmonitorclient_74x

    New script and macro to extract occupancy plots from DQM files
    cmsbuild committed Mar 15, 2015
    Configuration menu
    Copy the full SHA
    e214863 View commit details
    Browse the repository at this point in the history
  7. Merge pull request cms-sw#8289 from Dr15Jones/fixRecoTauDiscriminantC…

    …utMultiplexerThreadSafety
    
    Calling TFormula::SetName leads to thread safety issues
    cmsbuild committed Mar 15, 2015
    Configuration menu
    Copy the full SHA
    f50c43a View commit details
    Browse the repository at this point in the history
  8. Merge pull request cms-sw#8278 from cms-btv-pog/IPProducerUpdate_from…

    …-CMSSW_7_4_0_pre7
    
    IPProducer update: Part 2
    cmsbuild committed Mar 15, 2015
    Configuration menu
    Copy the full SHA
    9d33be3 View commit details
    Browse the repository at this point in the history
  9. Merge pull request cms-sw#8266 from dmitrijus/wednesday_fix_for_fede

    Optimize SiStripMonitorTrack to perform less string operations.
    cmsbuild committed Mar 15, 2015
    Configuration menu
    Copy the full SHA
    9975094 View commit details
    Browse the repository at this point in the history
  10. Merge pull request cms-sw#8249 from jshlee/puppiIntoMiniAOD

    Puppi into mini aod
    cmsbuild committed Mar 15, 2015
    Configuration menu
    Copy the full SHA
    592ca91 View commit details
    Browse the repository at this point in the history
  11. Merge pull request cms-sw#8175 from rappoccio/MiniAODSubstructurePiec…

    …esAugmented
    
    Mini aod substructure pieces overhaul, rebase of cms-sw#7659
    cmsbuild committed Mar 15, 2015
    Configuration menu
    Copy the full SHA
    d1dbe7d View commit details
    Browse the repository at this point in the history
  12. Merge pull request cms-sw#8259 from ggovi/new-conddb-sqlite-format-v2…

    …-74X
    
    Default format for new condition databases moved to v2
    cmsbuild committed Mar 15, 2015
    Configuration menu
    Copy the full SHA
    5ffae36 View commit details
    Browse the repository at this point in the history
  13. Fixed warnings from clang

    The clang compiler was complaining about several standard items:
    -unused typedefs in functions
    -missing override in a class where override is specified for other functions
    -checking if a reference actually points to nullptr
    Dr15Jones committed Mar 15, 2015
    Configuration menu
    Copy the full SHA
    d7c674d View commit details
    Browse the repository at this point in the history
  14. Merge pull request cms-sw#8272 from archiron/ElectronAnalyzerCorrection2

    Electron analyzer correction for 7_4_X
    cmsbuild committed Mar 15, 2015
    Configuration menu
    Copy the full SHA
    b873b91 View commit details
    Browse the repository at this point in the history
  15. Merge pull request cms-sw#8224 from emanueledimarco/enable_kOOT_PFRHE…

    …cal_74X
    
    re-enable the kOutOfTime filtering in PF-rechits
    cmsbuild committed Mar 15, 2015
    Configuration menu
    Copy the full SHA
    e76d4bb View commit details
    Browse the repository at this point in the history
  16. fix after pr cms-sw#8231

    Lukas committed Mar 15, 2015
    Configuration menu
    Copy the full SHA
    4ca73e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2015

  1. switching default ref fed

    danduggan committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    453f680 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f20cda6 View commit details
    Browse the repository at this point in the history
  3. Removed use of CLHEP::HepMatrix::determinant

    The determinant calculation of CLHEP::HepMatrix is not thread safe
    since it uses a global memory cache. Switching to SMatrix solve the
    problem. One complication is HeMatrix starts counting at 1 while
    SMatrix starts at 0.
    Dr15Jones committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    57ef14d View commit details
    Browse the repository at this point in the history
  4. split 25 and 50 ns HLT menu in relval; both point to GRun, for the mo…

    …ment
    Giovanni Franzoni committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    9728b22 View commit details
    Browse the repository at this point in the history
  5. Merge pull request cms-sw#8307 from Dr15Jones/fixClangWarningsInFrame…

    …workCode
    
    Fixed warnings from clang
    cmsbuild committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    9cca538 View commit details
    Browse the repository at this point in the history
  6. Merge pull request cms-sw#8284 from Dr15Jones/makeElectronTaggerThrea…

    …dSafe
    
    Make ElectronTagger thread safe
    cmsbuild committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    a109b83 View commit details
    Browse the repository at this point in the history
  7. Merge pull request cms-sw#8277 from aidansean/CMSSW_7_4_X_PixelMatchB…

    …ugFix
    
    Fixed pixel match bug
    cmsbuild committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    aa814b4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request cms-sw#8083 from osschar/mt-74x

    [Fireworks] Forward-port changes from 7_3_X
    cmsbuild committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    f12da5d View commit details
    Browse the repository at this point in the history
  9. Merge pull request cms-sw#8309 from lveldere/fastsim-ele-fix-genmix-f…

    …ollowup
    
    FastSim PF electrons: fix gen-mixing after pr cms-sw#8231
    cmsbuild committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    5de2404 View commit details
    Browse the repository at this point in the history
  10. Merge pull request cms-sw#8071 from cms-tsg-storm/hltMenuUpdates_74X

    HLT menu updates 74X
    cmsbuild committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    f826fb0 View commit details
    Browse the repository at this point in the history
  11. Merge pull request cms-sw#8159 from cms-met/MM-miniAODFix74X

    MET bugfix for miniAOD + addition of caloMET in slimmedMET
    cmsbuild committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    f82c13a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    09fb8ca View commit details
    Browse the repository at this point in the history
  13. improved error reporting which prints out an offending list element i…

    …nstead of a whole list
    ferencek committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    ff25dd8 View commit details
    Browse the repository at this point in the history
  14. Merge pull request cms-sw#8316 from danduggan/74x_l1timing

    get trigger type via TCDS for l1dqm 74x
    cmsbuild committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    36042d6 View commit details
    Browse the repository at this point in the history
  15. Merge pull request cms-sw#8111 from rgerosa/electronStreamDescription…

    …_74X
    
    Electron stream description 74 x
    cmsbuild committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    6c2e763 View commit details
    Browse the repository at this point in the history
  16. prod workflows output AODSIM (and not also RECO), make miniAOD from i…

    …t, and unclude the DQM:DQMOfflinePOGMC
    Giovanni Franzoni committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    e30088b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2015

  1. Merge pull request cms-sw#8321 from franzoni/hltmenu-CMSSW_7_4_X_2015…

    …-03-15-1400
    
    split 25 and 50 ns HLT menu
    cmsbuild committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    8c27d8b View commit details
    Browse the repository at this point in the history
  2. Merge pull request cms-sw#8331 from ferencek/ConfigToolBase-ImprovedE…

    …rrorReporting_from-CMSSW_7_4_0_pre8
    
    Improved error reporting in ConfigToolBase
    cmsbuild committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    b010347 View commit details
    Browse the repository at this point in the history
  3. Merge pull request cms-sw#8304 from Dr15Jones/makeMuonTaggerThreadSafe

    Make MuonTagger thread safe
    cmsbuild committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    f171bb2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request cms-sw#8333 from franzoni/miniAOD-fromAODSIM-CMSSW…

    …_7_4_X_2015-03-15-1400
    
    prod relval wfs: miniAOD from AODSIM
    cmsbuild committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    8daf84b View commit details
    Browse the repository at this point in the history
  5. merge with Bill F. changes

    VinInn committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    782a29b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    400aa92 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2342cee View commit details
    Browse the repository at this point in the history
  8. Merge pull request cms-sw#8318 from Dr15Jones/makeSETFilterThreadSafe

    Removed use of CLHEP::HepMatrix::determinant
    cmsbuild committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    3cf7085 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bc668d8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request cms-sw#8208 from arizzi/from-CMSSW_7_4_0_pre8_plus…

    …8159_Float16Uncert
    
    MINIAOD: reducing packedMETunceratinty to float16 on top of 8159
    davidlange6 committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    aae7d22 View commit details
    Browse the repository at this point in the history
  11. Merge pull request cms-sw#8343 from cms-tsg-storm/CCCPSet74X

    CCC PSet migration with HLT for 74X
    davidlange6 committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    ba7ddd3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    adbd189 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8e55c0c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ae8bc36 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6bb2a37 View commit details
    Browse the repository at this point in the history
  16. Merge pull request cms-sw#8363 from wmtan/PortBackFromROOT6IBDQM

    Port back from ROOT6 IB for commonality (DQM)
    davidlange6 committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    3921bec View commit details
    Browse the repository at this point in the history
  17. Merge pull request cms-sw#8361 from wmtan/PortBackFromROOT6IBCore

    Port back from ROOT6 IB for commonality (Core)
    ktf committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    fd906a7 View commit details
    Browse the repository at this point in the history
  18. Merge pull request cms-sw#8344 from slava77/CMSSW_7_4_X_2015-03-14-14…

    …00/trim-HEPTopTagger-combinatorics
    
    trim hep top tagger combinatorics
    cmsbuild committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    faa2e65 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b5af8d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2015

  1. Merge pull request cms-sw#8301 from venturia/tkdbmonitoring_71x

    Fix in two scripts to monitor the SiStrip DB objects
    cmsbuild committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    3a95422 View commit details
    Browse the repository at this point in the history
  2. Merge pull request cms-sw#8365 from wmtan/PortBackFromROOT6IBL1

    Port back from ROOT6 IB for commonality (L1)
    davidlange6 committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    4149b47 View commit details
    Browse the repository at this point in the history
  3. Merge pull request cms-sw#8364 from wmtan/PortBackFromROOT6IBSim

    Port back from ROOT6 IB for commonality (Sim)
    davidlange6 committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    a100ce9 View commit details
    Browse the repository at this point in the history
  4. port of 8342 from 73X to 74X

    VinInn committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    6bae9ad View commit details
    Browse the repository at this point in the history
  5. HCAL customization update for cosmics

    Salavat committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    46b4e12 View commit details
    Browse the repository at this point in the history
  6. Merge pull request cms-sw#8374 from VinInn/PR8343to74X

    port of 8342 from 73X to 74X
    cmsbuild committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    082fcaf View commit details
    Browse the repository at this point in the history
  7. Merge pull request cms-sw#8362 from wmtan/PortBackFromROOT6IBReco

    Port back from ROOT6 IB for commonality (Reco)
    cmsbuild committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    998cb2f View commit details
    Browse the repository at this point in the history
  8. Merge pull request cms-sw#8311 from hardenbr/pizero_eta_hlt_calib_stream

    HLT Module for Saving DIGIs of Rechits for Pi0/Eta Calibration Stream [74X]
    cmsbuild committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    8a56432 View commit details
    Browse the repository at this point in the history
  9. ROOT6 checksums needed in ROOT5

    wmtan committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    fb68115 View commit details
    Browse the repository at this point in the history
  10. Merge pull request cms-sw#8387 from wmtan/ROOT5needsROOT6checksums

    ROOT6 checksums needed in ROOT5
    davidlange6 committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    8423d37 View commit details
    Browse the repository at this point in the history
  11. Merge pull request cms-sw#8376 from abdoulline/Cosmics_HCAL_custom_74X

    HCAL Cosmics reco configuration update for 74X
    cmsbuild committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    fe37ad1 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2015

  1. Merge remote-tracking branch 'cms-sw/CMSSW_7_4_X' into merge-74x-into…

    …-75x
    
    Conflicts:
    	FastSimulation/TrackingRecHitProducer/test/BuildFile.xml
    ktf committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    85b6a8b View commit details
    Browse the repository at this point in the history