Skip to content

Commit

Permalink
Code check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Feb 10, 2022
1 parent 1ac481d commit 92bd73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Calibration/IsolatedParticles/plugins/StudyCaloResponse.cc
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ void StudyCaloResponse::analyze(edm::Event const& iEvent, edm::EventSetup const&

if ((!trkCollection.isValid()) || (!muonEventHandle.isValid()) || (!recVtxs.isValid())) {
edm::LogWarning("StudyCaloResponse") << "Track collection " << trkCollection.isValid() << " Muon collection "
<< muonEventHandle.isValid() << " Vertex Collecttion " << recVtxs.isValid();
<< muonEventHandle.isValid() << " Vertex Collecttion " << recVtxs.isValid();
ok = false;
}

Expand Down

0 comments on commit 92bd73d

Please sign in to comment.