Skip to content

Commit b36e41a

Browse files
committed
Code format
1 parent 25be3c9 commit b36e41a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

L1Trigger/DTTriggerPhase2/interface/ShowerBuilder.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ class ShowerBuilder {
130130
// Main methods
131131
void initialise(const edm::EventSetup& iEventSetup);
132132
void run(edm::Event& iEvent,
133-
const edm::EventSetup& iEventSetup,
134-
const DTDigiCollection& digis,
135-
ShowerCandidatePtr& showerCandidate_SL1,
136-
ShowerCandidatePtr& showerCandidate_SL3);
133+
const edm::EventSetup& iEventSetup,
134+
const DTDigiCollection& digis,
135+
ShowerCandidatePtr& showerCandidate_SL1,
136+
ShowerCandidatePtr& showerCandidate_SL3);
137137

138138
private:
139139
// Private auxiliary methods

L1Trigger/DTTriggerPhase2/interface/constants.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ namespace cmsdt {
374374
constexpr float zFE[5] = {-658.9, -393.3, 126.4, 393.3, 658.9}; // Front-End z positions in cm
375375
constexpr float xFE[3] = {218 / 2., 266.8 / 2., 315 / 2.}; // Front-End x positions in cm
376376

377-
378377
/*
379378
* Size of pre-mixer buffers for DTPrimitives
380379
*

0 commit comments

Comments
 (0)