Skip to content

Commit 9147dcb

Browse files
author
Sunanda
committed
Code check
1 parent 4cc01dc commit 9147dcb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

SimMuon/MCTruth/src/MuonTruth.cc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
#include "SimDataFormats/TrackerDigiSimLink/interface/StripDigiSimLink.h"
55
#include "SimMuon/MCTruth/interface/MuonTruth.h"
66

7-
MuonTruth::MuonTruth(const edm::Event &event, const edm::EventSetup &setup, const edm::ParameterSet &conf, edm::ConsumesCollector &iC)
7+
MuonTruth::MuonTruth(const edm::Event &event,
8+
const edm::EventSetup &setup,
9+
const edm::ParameterSet &conf,
10+
edm::ConsumesCollector &iC)
811
: theDigiSimLinks(nullptr),
912
theWireDigiSimLinks(nullptr),
1013
linksTag(conf.getParameter<edm::InputTag>("CSClinksTag")),

0 commit comments

Comments
 (0)