Skip to content

Commit

Permalink
setting the 1/E-1/p default var to 0 not 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Harper committed Apr 5, 2018
1 parent 7420370 commit aaaff8f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ void EgammaHLTGsfTrackVarProducer::produce(edm::Event& iEvent, const edm::EventS
missingHitsValue = 0;
validHitsValue = 100;
chi2Value = 0;
oneOverESuperMinusOneOverPValue = 1;
oneOverESeedMinusOneOverPValue = 1;
oneOverESuperMinusOneOverPValue = 0;
oneOverESeedMinusOneOverPValue = 0;
}else{
for(size_t trkNr=0;trkNr<gsfTracks.size();trkNr++){

Expand Down

0 comments on commit aaaff8f

Please sign in to comment.