Skip to content

Commit

Permalink
add missing muon feat
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-komm authored and matt-komm committed Nov 16, 2020
1 parent c6fc6f5 commit 1c1462e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions DataFormats/interface/MuonCandidateFeatures.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ struct MuonCandidateFeatures {
float Pfpileup03;
float sumPfPhotonEt03;


float timeAtIpInOut;
float timeAtIpInOutErr;
float timeAtIpOutIn;
Expand Down Expand Up @@ -116,7 +115,6 @@ struct MuonCandidateFeatures {
Pfpileup03(0),
sumPfPhotonEt03(0),


timeAtIpInOut(0),
timeAtIpInOutErr(0),
timeAtIpOutIn(0)
Expand Down
5 changes: 4 additions & 1 deletion NANOProducer/plugins/NANOProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,11 @@ NANOProducer::NANOProducer(const edm::ParameterSet& iConfig) :
PROPERTY(llpdnnx::MuonCandidateFeatures, sumPfChHadronPt03, "doc"),
PROPERTY(llpdnnx::MuonCandidateFeatures, sumPfNeuHadronEt03, "doc"),
PROPERTY(llpdnnx::MuonCandidateFeatures, Pfpileup03, "doc"),
PROPERTY(llpdnnx::MuonCandidateFeatures, sumPfPhotonEt03, "doc")
PROPERTY(llpdnnx::MuonCandidateFeatures, sumPfPhotonEt03, "doc"),

PROPERTY(llpdnnx::MuonCandidateFeatures, timeAtIpInOut, "doc"),
PROPERTY(llpdnnx::MuonCandidateFeatures, timeAtIpInOutErr, "doc"),
PROPERTY(llpdnnx::MuonCandidateFeatures, timeAtIpOutIn, "doc")
};


Expand Down

0 comments on commit 1c1462e

Please sign in to comment.