Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
ccaillol committed May 10, 2021
1 parent ad7e27c commit 6bdd8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/Phase2L1Taus/plugins/HPSPFTauProducer.cc
Expand Up @@ -67,7 +67,7 @@ void HPSPFTauProducer::produce(edm::Event& evt, const edm::EventSetup& es) {
if (!srcL1Vertices_.label().empty()) {
edm::Handle<std::vector<l1t::TkPrimaryVertex>> vertices;
evt.getByToken(tokenL1Vertices_, vertices);
if (!vertices->->empty()) {
if (!vertices->empty()) {
primaryVertex = l1t::TkPrimaryVertexRef(vertices, 0);
primaryVertex_z = primaryVertex->zvertex();
}
Expand Down

0 comments on commit 6bdd8e8

Please sign in to comment.