Skip to content

Commit

Permalink
code-format
Browse files Browse the repository at this point in the history
  • Loading branch information
namapane committed Jul 24, 2021
1 parent f96be9a commit dce7665
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions RecoLocalMuon/DTRecHit/plugins/DTLinearDriftFromDBAlgo.cc
Expand Up @@ -36,8 +36,10 @@ DTLinearDriftFromDBAlgo::DTLinearDriftFromDBAlgo(const ParameterSet& config)
// Option to force going back to digi time at Step 2
stepTwoFromDigi(config.getParameter<bool>("stepTwoFromDigi")),
useUncertDB(config.getParameter<bool>("useUncertDB")),
readLegacyTTrigDB(config.existsAs<bool>("readLegacyTTrigDB") ? config.getParameter<bool>("readLegacyTTrigDB") : true ),
readLegacyVDriftDB(config.existsAs<bool>("readLegacyVDriftDB") ? config.getParameter<bool>("readLegacyVDriftDB") : true ),
readLegacyTTrigDB(config.existsAs<bool>("readLegacyTTrigDB") ? config.getParameter<bool>("readLegacyTTrigDB")
: true),
readLegacyVDriftDB(config.existsAs<bool>("readLegacyVDriftDB") ? config.getParameter<bool>("readLegacyVDriftDB")
: true),
// Set verbose output
debug(config.getUntrackedParameter<bool>("debug")) {}

Expand Down

0 comments on commit dce7665

Please sign in to comment.