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

Check Muon and Tau Analyzers in 2015MiniAOD branch #65

Open
caredg opened this issue May 5, 2022 · 3 comments
Open

Check Muon and Tau Analyzers in 2015MiniAOD branch #65

caredg opened this issue May 5, 2022 · 3 comments
Assignees
Labels
2015MiniAOD Branch 2015MiniAOD

Comments

@caredg
Copy link
Member

caredg commented May 5, 2022

Following the general recommendations in #64, check the Muon and the Tau Analyzers.

@caredg caredg added the 2015MiniAOD Branch 2015MiniAOD label May 5, 2022
@katilp
Copy link
Member

katilp commented May 5, 2022

Question: 2012 MuonAnalyzer (accessing reco::Muon collection) shows how to access tracks? Can this also be done with 2015 MiniAOD (accessing pat::Muon collection)?

@katilp
Copy link
Member

katilp commented May 5, 2022

Replying to myself (sorry for the noise)...
It is already there, so ignore my question:

muon_dxy.push_back(mu.muonBestTrack()->dxy(PV.position()));
muon_dz.push_back(mu.muonBestTrack()->dz(PV.position()));
muon_dxyError.push_back(mu.muonBestTrack()->d0Error());
muon_dzError.push_back(mu.muonBestTrack()->dzError());

@caredg
Copy link
Member Author

caredg commented May 11, 2022

Please take a look at the references in here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2015MiniAOD Branch 2015MiniAOD
Projects
None yet
Development

No branches or pull requests

3 participants