Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
arabella committed Jan 29, 2020
1 parent 8b212f6 commit 231b930
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -76,9 +76,9 @@ HGCalRecHitWorkerSimple::HGCalRecHitWorkerSimple(const edm::ParameterSet& ps) :

// error for recHit time
timeEstimatorSi_ = hgcalsimclustertime::ComputeClusterTime(ps.getParameter<double>("minValSiPar"),
ps.getParameter<double>("maxValSiPar"),
ps.getParameter<double>("constSiPar"),
ps.getParameter<double>("noiseSiPar"));
ps.getParameter<double>("maxValSiPar"),
ps.getParameter<double>("constSiPar"),
ps.getParameter<double>("noiseSiPar"));
}

void HGCalRecHitWorkerSimple::set(const edm::EventSetup& es) {
Expand Down

0 comments on commit 231b930

Please sign in to comment.