Giter Club home page Giter Club logo

artus's People

Contributors

anehrkor avatar annafriedel avatar arturakh avatar betre avatar cheidecker avatar claria avatar cverstege avatar dsavoiu avatar fcolombo avatar gkoeher avatar herrhorizontal avatar hsert avatar jd550179 avatar jonas-wagner avatar joramberger avatar juhandl avatar lucaswiens avatar marcusschmitt avatar maxfischer2781 avatar mschnepf avatar perahrens avatar pfackeldey avatar pistone87 avatar rcaspart avatar rfriese avatar rhofsaess avatar roger-wolf avatar swayand avatar thoberger avatar thomas-mueller avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

artus's Issues

Run 2 Rochester Corrections with UL

Run 2 Rochester Corrections for UL campaign https://twiki.cern.ch/twiki/pub/CMS/RochcorMuon/roccor.Run2.v4.tgz need to be added into the code /Utility/interface/RoccoR.h and /Utility/src/RoccoR.cc.

Furthermore, it is not necessary anymore to differentiate the treatment of 2016 Rochester Corrections.

Also, there might be some changes in the recommended methods to compute the scaleFactors, since the methods

//old, should only be used with 2017v0
double kScaleFromGenMC(int Q, double pt, double eta, double phi, int n, double gt, double w, int s=0, int m=0) const; 
double kScaleAndSmearMC(int Q, double pt, double eta, double phi, int n, double u, double w, int s=0, int m=0) const;  
double kScaleFromGenMCerror(int Q, double pt, double eta, double phi, int n, double gt, double w) const; 
double kScaleAndSmearMCerror(int Q, double pt, double eta, double phi, int n, double u, double w) const;  

provided are deprecated and still in use in /KappaAnalysis/src/Producers/MuonCorrectionsProducer.cc.

Applied Rochester Corrections for UL all years and 2016 behaviour unclear

void MuonCorrectionsProducer::Init(KappaSettings const& settings)
{
KappaProducerBase::Init(settings);
muonEnergyCorrection = ToMuonEnergyCorrection(boost::algorithm::to_lower_copy(boost::algorithm::trim_copy(settings.GetMuonEnergyCorrection())));
if (muonEnergyCorrection == MuonEnergyCorrection::ROCHCORR2015)
{
rmcor2015 = new rochcor2015(settings.GetMuonRochesterCorrectionsFile());
}
if ((muonEnergyCorrection == MuonEnergyCorrection::ROCHCORR2017) || (muonEnergyCorrection == MuonEnergyCorrection::ROCHCORR2018))
{
rmcor = new RoccoR(settings.GetMuonRochesterCorrectionsFile());
}
random = new TRandom3();
}

doesn't cover all the possible run periods. This needs to be fixed immediately!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.