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

Rebase PR#10798 Update standard EventContent definitions #11068

Merged
merged 139 commits into from Sep 29, 2015

Commits on Aug 14, 2015

  1. Update RecoMET_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions
    to add missing Module ('keep recoPFMETs_pfMetEI_*_*',)
    to fix Label name ('keep recoMuonMETCorrectionDataedmValueMap_muonMETValueMapProducer_muCorrData_*',)
    and change the wildcards to specific Type and Modules (#'keep *HaloData_*_*_*',)
    jeongeun committed Aug 14, 2015
    Configuration menu
    Copy the full SHA
    e976f10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    224fd18 View commit details
    Browse the repository at this point in the history
  3. Update RecoMuon_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
    to remove lines (no such Modules in EventContent)
    jeongeun committed Aug 14, 2015
    Configuration menu
    Copy the full SHA
    9145036 View commit details
    Browse the repository at this point in the history
  4. Update muIsolation_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
    to remove some line ( no such Module in EventContent)
    jeongeun committed Aug 14, 2015
    Configuration menu
    Copy the full SHA
    51df926 View commit details
    Browse the repository at this point in the history
  5. Update RecoTauTag_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
    to remove wildcards and replaced with specific module names
    #'keep *_hpsPFTauDiscrimination*_*_*', --> 'keep *_hpsPFTauDiscriminationByDeadECALElectronRejection_*_*' .. etc
    #'keep *_hpsPFTau*PtSum_*_*',  -->  'keep *_hpsPFTauMVA3IsolationChargedIsoPtSum_*_*', .. etc
    jeongeun committed Aug 14, 2015
    Configuration menu
    Copy the full SHA
    b8ed587 View commit details
    Browse the repository at this point in the history
  6. Update RecoVertex_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
     and remove some line ( no such Module in EventContent)
    jeongeun committed Aug 14, 2015
    Configuration menu
    Copy the full SHA
    f308fd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2015

  1. Update RecoEgamma_EventContent_cff.py

    Updating the standard RECO and AOD EventContent definitions
    to fix module name
    and to remove some lines.(no such Module in EventContent)
    jeongeun committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    631bc23 View commit details
    Browse the repository at this point in the history
  2. Update RecoParticleFlow_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions
    to change Module names
    and remove some line ( no such Module in EventContent)
    jeongeun committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    a7f7a92 View commit details
    Browse the repository at this point in the history
  3. Update L1Trigger_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
    add Type name and remove some lines ( no such Modules in event content)
    jeongeun committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    865fd6f View commit details
    Browse the repository at this point in the history
  4. Update EITopPAG_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions
    to change Module name from  pfTausDiscrimination* to pfTausDiscriminationByDecayModeFinding, pfTausDiscriminationByIsolation
    and add Type names
    jeongeun committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    ac11c45 View commit details
    Browse the repository at this point in the history
  5. Update HLTrigger_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
    to add Module or Type names
    jeongeun committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    c0f3468 View commit details
    Browse the repository at this point in the history
  6. Update Scalers_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
    to replace with specific Module name and remove wildcard .
    #'keep L1AcceptBunchCrossings_*_*_*', --> 'keep L1AcceptBunchCrossings_scalersRawToDigi_*_*',
    jeongeun committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    d82b23f View commit details
    Browse the repository at this point in the history
  7. Update MicroEventContent_cff.py

     update the standard event content definitions to have no wildcards of module
    #'keep double_fixedGridRho*__*', --> 'keep double_fixedGridRhoAll__*', ...etc
    to add specific Module and Label names
    Add 'keep *_slimmedMETsPuppi_*_*', 
    #'keep recoPhotonCores_reducedEgamma_*_*',  --> 'keep recoPhotonCores_reducedEgamma_reducedGedPhotonCores_*',
    jeongeun committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    91c2366 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    246c7cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    66df19f View commit details
    Browse the repository at this point in the history
  10. Update RecoLocalCalo_EventContent_cff.py

    Replacing the wildcard in the Module filed with specific Module
    jeongeun committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    9618f3b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    17fb95e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1db01ec View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0c033bc View commit details
    Browse the repository at this point in the history
  14. Update RecoTracker_EventContent_cff.py

    Updating the standard RECO and AOD EventContent definitions
    to fix the Label name.
    #'keep *_generalTracks_MVAValues_*', -->  'keep *_generalTracks_MVAVals_*',
    jeongeun committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    158e1f2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a3f9153 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9782b13 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7c04ef7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d6b1c8a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    165d516 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2015

  1. Configuration menu
    Copy the full SHA
    3e8fb2b View commit details
    Browse the repository at this point in the history
  2. Update L1Trigger_EventContent_cff.py

    Undo
    jeongeun committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    28e3726 View commit details
    Browse the repository at this point in the history
  3. Update L1Trigger_EventContent_cff.py

    Undo
    jeongeun committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    c7b9b4e View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2015

  1. Configuration menu
    Copy the full SHA
    24183e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c1fdcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    431171f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52c126a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ce9c5b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2015

  1. Configuration menu
    Copy the full SHA
    5d3930c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    600ec89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae5ea43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2db7fb View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2015

  1. Merged patch-10 from repository jeongeun

    Conflicts:
    	RecoHI/HiEgammaAlgos/python/RecoHiEgamma_EventContent_cff.py
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    c1b5bae View commit details
    Browse the repository at this point in the history
  2. Update RecoMET_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions
    to add missing Module ('keep recoPFMETs_pfMetEI_*_*',)
    to fix Label name ('keep recoMuonMETCorrectionDataedmValueMap_muonMETValueMapProducer_muCorrData_*',)
    and change the wildcards to specific Type and Modules (#'keep *HaloData_*_*_*',)
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    3540eae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dca24f1 View commit details
    Browse the repository at this point in the history
  4. Update RecoMuon_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
    to remove lines (no such Modules in EventContent)
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    5c49b39 View commit details
    Browse the repository at this point in the history
  5. Update muIsolation_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
    to remove some line ( no such Module in EventContent)
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    91c18b5 View commit details
    Browse the repository at this point in the history
  6. Update RecoTauTag_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
    to remove wildcards and replaced with specific module names
    #'keep *_hpsPFTauDiscrimination*_*_*', --> 'keep *_hpsPFTauDiscriminationByDeadECALElectronRejection_*_*' .. etc
    #'keep *_hpsPFTau*PtSum_*_*',  -->  'keep *_hpsPFTauMVA3IsolationChargedIsoPtSum_*_*', .. etc
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    8059068 View commit details
    Browse the repository at this point in the history
  7. Update RecoVertex_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
     and remove some line ( no such Module in EventContent)
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    64b1b34 View commit details
    Browse the repository at this point in the history
  8. Update RecoEgamma_EventContent_cff.py

    Updating the standard RECO and AOD EventContent definitions
    to fix module name
    and to remove some lines.(no such Module in EventContent)
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    8da3737 View commit details
    Browse the repository at this point in the history
  9. Update RecoParticleFlow_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions
    to change Module names
    and remove some line ( no such Module in EventContent)
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    9284e00 View commit details
    Browse the repository at this point in the history
  10. Update L1Trigger_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
    add Type name and remove some lines ( no such Modules in event content)
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    2237f04 View commit details
    Browse the repository at this point in the history
  11. Update EITopPAG_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions
    to change Module name from  pfTausDiscrimination* to pfTausDiscriminationByDecayModeFinding, pfTausDiscriminationByIsolation
    and add Type names
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    3484fe6 View commit details
    Browse the repository at this point in the history
  12. Update HLTrigger_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
    to add Module or Type names
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    b11caca View commit details
    Browse the repository at this point in the history
  13. Update Scalers_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
    to replace with specific Module name and remove wildcard .
    #'keep L1AcceptBunchCrossings_*_*_*', --> 'keep L1AcceptBunchCrossings_scalersRawToDigi_*_*',
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    1589215 View commit details
    Browse the repository at this point in the history
  14. Update MicroEventContent_cff.py

     update the standard event content definitions to have no wildcards of module
    #'keep double_fixedGridRho*__*', --> 'keep double_fixedGridRhoAll__*', ...etc
    to add specific Module and Label names
    Add 'keep *_slimmedMETsPuppi_*_*', 
    #'keep recoPhotonCores_reducedEgamma_*_*',  --> 'keep recoPhotonCores_reducedEgamma_reducedGedPhotonCores_*',
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    d8ea977 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8e28769 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e9d015f View commit details
    Browse the repository at this point in the history
  17. Update RecoLocalCalo_EventContent_cff.py

    Replacing the wildcard in the Module filed with specific Module
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    4b30159 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    287e513 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2aaacb9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    60208ac View commit details
    Browse the repository at this point in the history
  21. Update RecoTracker_EventContent_cff.py

    Updating the standard RECO and AOD EventContent definitions
    to fix the Label name.
    #'keep *_generalTracks_MVAValues_*', -->  'keep *_generalTracks_MVAVals_*',
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    d570328 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    903b2b9 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    45377b8 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    40a6d07 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1b8c194 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b38e51e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7befa46 View commit details
    Browse the repository at this point in the history
  28. Update L1Trigger_EventContent_cff.py

    Undo
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    7dc0b86 View commit details
    Browse the repository at this point in the history
  29. Update L1Trigger_EventContent_cff.py

    Undo
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    ff22aa3 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    738e8ba View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    626aaac View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    e79ebd7 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    5cd75a1 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    294e778 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    4d56bb0 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    860b0d4 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    97f831f View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    ec016ac View commit details
    Browse the repository at this point in the history
  39. Merge branch 'merge-attempt' into patch-10

    Conflicts:
    	RecoHI/HiEgammaAlgos/python/RecoHiEgamma_EventContent_cff.py
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    41abc00 View commit details
    Browse the repository at this point in the history
  40. Update RecoMET_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions
    to add missing Module ('keep recoPFMETs_pfMetEI_*_*',)
    to fix Label name ('keep recoMuonMETCorrectionDataedmValueMap_muonMETValueMapProducer_muCorrData_*',)
    and change the wildcards to specific Type and Modules (#'keep *HaloData_*_*_*',)
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    d8a1efc View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    9fb84d8 View commit details
    Browse the repository at this point in the history
  42. Update RecoMuon_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
    to remove lines (no such Modules in EventContent)
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    7c1bf15 View commit details
    Browse the repository at this point in the history
  43. Update muIsolation_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
    to remove some line ( no such Module in EventContent)
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    fa65e5f View commit details
    Browse the repository at this point in the history
  44. Update RecoTauTag_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
    to remove wildcards and replaced with specific module names
    #'keep *_hpsPFTauDiscrimination*_*_*', --> 'keep *_hpsPFTauDiscriminationByDeadECALElectronRejection_*_*' .. etc
    #'keep *_hpsPFTau*PtSum_*_*',  -->  'keep *_hpsPFTauMVA3IsolationChargedIsoPtSum_*_*', .. etc
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    7bda5e8 View commit details
    Browse the repository at this point in the history
  45. Update RecoVertex_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
     and remove some line ( no such Module in EventContent)
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    621eee1 View commit details
    Browse the repository at this point in the history
  46. Update RecoEgamma_EventContent_cff.py

    Updating the standard RECO and AOD EventContent definitions
    to fix module name
    and to remove some lines.(no such Module in EventContent)
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    5143854 View commit details
    Browse the repository at this point in the history
  47. Update RecoParticleFlow_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions
    to change Module names
    and remove some line ( no such Module in EventContent)
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    8ec78c5 View commit details
    Browse the repository at this point in the history
  48. Update L1Trigger_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
    add Type name and remove some lines ( no such Modules in event content)
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    66a524c View commit details
    Browse the repository at this point in the history
  49. Update EITopPAG_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions
    to change Module name from  pfTausDiscrimination* to pfTausDiscriminationByDecayModeFinding, pfTausDiscriminationByIsolation
    and add Type names
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    bd5706b View commit details
    Browse the repository at this point in the history
  50. Update HLTrigger_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
    to add Module or Type names
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    7307685 View commit details
    Browse the repository at this point in the history
  51. Update Scalers_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
    to replace with specific Module name and remove wildcard .
    #'keep L1AcceptBunchCrossings_*_*_*', --> 'keep L1AcceptBunchCrossings_scalersRawToDigi_*_*',
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    f3cd369 View commit details
    Browse the repository at this point in the history
  52. Update MicroEventContent_cff.py

     update the standard event content definitions to have no wildcards of module
    #'keep double_fixedGridRho*__*', --> 'keep double_fixedGridRhoAll__*', ...etc
    to add specific Module and Label names
    Add 'keep *_slimmedMETsPuppi_*_*', 
    #'keep recoPhotonCores_reducedEgamma_*_*',  --> 'keep recoPhotonCores_reducedEgamma_reducedGedPhotonCores_*',
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    d6e1794 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    93a68aa View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    7cceb68 View commit details
    Browse the repository at this point in the history
  55. Update RecoLocalCalo_EventContent_cff.py

    Replacing the wildcard in the Module filed with specific Module
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    26009ea View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    c8c3fb2 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    e6d3ff7 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    76c71dd View commit details
    Browse the repository at this point in the history
  59. Update RecoTracker_EventContent_cff.py

    Updating the standard RECO and AOD EventContent definitions
    to fix the Label name.
    #'keep *_generalTracks_MVAValues_*', -->  'keep *_generalTracks_MVAVals_*',
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    2ffe637 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    1113b34 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    f9d82b4 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    85443ab View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    67f9b55 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    bcf5917 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    f391694 View commit details
    Browse the repository at this point in the history
  66. Update L1Trigger_EventContent_cff.py

    Undo
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    73e930d View commit details
    Browse the repository at this point in the history
  67. Update L1Trigger_EventContent_cff.py

    Undo
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    786afe8 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    1778ae8 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    a352af5 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    d0ca5a6 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    1154c6d View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    5f5b45e View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    8358099 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    0c9c9aa View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    23b77e7 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    1ac4536 View commit details
    Browse the repository at this point in the history
  77. Update RecoMET_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions
    to add missing Module ('keep recoPFMETs_pfMetEI_*_*',)
    to fix Label name ('keep recoMuonMETCorrectionDataedmValueMap_muonMETValueMapProducer_muCorrData_*',)
    and change the wildcards to specific Type and Modules (#'keep *HaloData_*_*_*',)
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    3c91cff View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    daa84b9 View commit details
    Browse the repository at this point in the history
  79. Update RecoMuon_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
    to remove lines (no such Modules in EventContent)
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    c8d4fb3 View commit details
    Browse the repository at this point in the history
  80. Update muIsolation_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
    to remove some line ( no such Module in EventContent)
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    9e31729 View commit details
    Browse the repository at this point in the history
  81. Update RecoEgamma_EventContent_cff.py

    Updating the standard RECO and AOD EventContent definitions
    to fix module name
    and to remove some lines.(no such Module in EventContent)
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    24ecca3 View commit details
    Browse the repository at this point in the history
  82. Update RecoParticleFlow_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions
    to change Module names
    and remove some line ( no such Module in EventContent)
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    2122912 View commit details
    Browse the repository at this point in the history
  83. Update L1Trigger_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
    add Type name and remove some lines ( no such Modules in event content)
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    714edf3 View commit details
    Browse the repository at this point in the history
  84. Update HLTrigger_EventContent_cff.py

    Update the standard RECO and AOD EventContent definitions 
    to add Module or Type names
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    08158b0 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    3717455 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    f094a2d View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    abe51f3 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    db8942e View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    a983e1b View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    65fff49 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    fa7b5b5 View commit details
    Browse the repository at this point in the history
  92. Update L1Trigger_EventContent_cff.py

    Undo
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    dac041a View commit details
    Browse the repository at this point in the history
  93. Update L1Trigger_EventContent_cff.py

    Undo
    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    c024c12 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    60a91c5 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    8791296 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    e32ec33 View commit details
    Browse the repository at this point in the history
  97. Fix confilcts

    jeongeun committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    020c2ad View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2015

  1. Update RecoLocalCalo_EventContentCosmics_cff.py

    add a comma.
    jeongeun committed Sep 6, 2015
    Configuration menu
    Copy the full SHA
    f9dc3f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c09bb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2015

  1. Update RecoTauTag_EventContent_cff.py

    Add missing parts
    jeongeun committed Sep 12, 2015
    Configuration menu
    Copy the full SHA
    df918dd View commit details
    Browse the repository at this point in the history
  2. Update RecoEgamma_EventContent_cff.py

    Delete incorrectly added gedPhotonsTmp line
    jeongeun committed Sep 12, 2015
    Configuration menu
    Copy the full SHA
    ca1d794 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2015

  1. Configuration menu
    Copy the full SHA
    17a054f View commit details
    Browse the repository at this point in the history