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

Rechit #1578

Merged
merged 18 commits into from
Dec 3, 2013
Merged

Rechit #1578

merged 18 commits into from
Dec 3, 2013

Commits on Nov 29, 2013

  1. Import RecHit embedding code from CVS HEAD

    Also, make it compile in CMSSW_7_0_X_2013-11-26-0200
    aburgm committed Nov 29, 2013
    Configuration menu
    Copy the full SHA
    ab73413 View commit details
    Browse the repository at this point in the history
  2. Fix Zmumu skim

    aburgm committed Nov 29, 2013
    Configuration menu
    Copy the full SHA
    34f2d1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06d0a6b View commit details
    Browse the repository at this point in the history
  4. Don't apply the Zmumu skim by default

    The default configuration is to run on a pre-skimmed sample. This is
    more efficient when having to run over the same dataset many times, for
    example when creating embedded samples for many different decay modes.
    aburgm committed Nov 29, 2013
    Configuration menu
    Copy the full SHA
    d086b31 View commit details
    Browse the repository at this point in the history
  5. Remove unused file

    aburgm committed Nov 29, 2013
    Configuration menu
    Copy the full SHA
    4c1aa34 View commit details
    Browse the repository at this point in the history
  6. Add new options of Ztautau replacer to MCParticleReplacer_cfi.py

    This allows a configuration file generated with cmsDriver to work out of
    the box.
    aburgm committed Nov 29, 2013
    Configuration menu
    Copy the full SHA
    920bea9 View commit details
    Browse the repository at this point in the history
  7. Don't create embeddingKineWeights if no factors known for current con…

    …figuration
    
    This allows to run the code with configurations not used for the Htautau
    analysis, for example mdtau=0. In those cases no embeddingKineWeights
    are being produced (and a warning message is printed).
    
    However, it is not a fatal issue. Maybe they are not needed, or if they
    are they can be computed and applied still after the actual sample
    production.
    aburgm committed Nov 29, 2013
    Configuration menu
    Copy the full SHA
    ae0544f View commit details
    Browse the repository at this point in the history
  8. Fix multiple tauola decays for minimum visible transverse momentum cuts

    It looks like between CMSSW_5_3_X and CMSSW_7_0_X the decay() function
    of the TauolaInterface was changed such that it modifies the event
    inplace instead of returning a new event. This commit adapts the code
    accordingly.
    aburgm committed Nov 29, 2013
    Configuration menu
    Copy the full SHA
    488bc85 View commit details
    Browse the repository at this point in the history
  9. Make MuonRadiationFilter work in CMSSW_7_0_X

    Basically the pfPileUp and pfNoPileup modules now produce a
    std::vector<edm::FwdPtr<reco::PFCandidate> > instead of a
    std::vector<reco::PFCandidate>.
    aburgm committed Nov 29, 2013
    Configuration menu
    Copy the full SHA
    183d236 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    06d8fb9 View commit details
    Browse the repository at this point in the history
  11. Update few files to Christian's private copy

    which was advanced a bit since CVS HEAD.
    aburgm committed Nov 29, 2013
    Configuration menu
    Copy the full SHA
    736a9d8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c912e44 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ed671c1 View commit details
    Browse the repository at this point in the history
  14. Patch for TauSpinner rnd Check in 7_0_0_pre8

    inugent authored and aburgm committed Nov 29, 2013
    Configuration menu
    Copy the full SHA
    815ffea View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    344684f View commit details
    Browse the repository at this point in the history
  16. Remove #warning about ZDCRecHit mixing

    ZDC is not relevant for embedded tau samples
    aburgm committed Nov 29, 2013
    Configuration menu
    Copy the full SHA
    f51d464 View commit details
    Browse the repository at this point in the history
  17. Remove EGamma/EGammaAnalysisTools from BuildFile.xml

    The package is actually not needed at the moment.
    aburgm committed Nov 29, 2013
    Configuration menu
    Copy the full SHA
    e8aaf06 View commit details
    Browse the repository at this point in the history
  18. Change INSTRUCTIONS file so that it can be run out of the box

    Just doing `source INSTRUCTIONS'
    Volker Adler authored and aburgm committed Nov 29, 2013
    Configuration menu
    Copy the full SHA
    c346429 View commit details
    Browse the repository at this point in the history