Skip to content

Commit

Permalink
Merge pull request #34141 from smuzaffar/12_0-codechecks-SIMULATION
Browse files Browse the repository at this point in the history
[SIMULATION] Apply code-checks/format
  • Loading branch information
cmsbuild authored Jun 16, 2021
2 parents 4bc518c + 82f8d70 commit ce0d571
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
#include "FWCore/MessageLogger/interface/MessageLogger.h"

namespace track_associator {
const TrackingRecHit *getHitFromIter(trackingRecHit_iterator iter) { return &(**iter); }
inline const TrackingRecHit *getHitFromIter(trackingRecHit_iterator iter) { return &(**iter); }

const TrackingRecHit *getHitFromIter(TrackingRecHitCollection::const_iterator iter) { return &(*iter); }
inline const TrackingRecHit *getHitFromIter(TrackingRecHitCollection::const_iterator iter) { return &(*iter); }

template <typename iter>
std::vector<OmniClusterRef> hitsToClusterRefs(iter begin, iter end) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
#ifndef SIMTRACKER_TRACKERMATERIALANALYSIS_LISTGROUPS_MATERIALDIFFERENCE_H
#define SIMTRACKER_TRACKERMATERIALANALYSIS_LISTGROUPS_MATERIALDIFFERENCE_H

void ListGroups::fillMaterialDifferences() {}
inline void ListGroups::fillMaterialDifferences() {}

#endif // SIMTRACKER_TRACKERMATERIALANALYSIS_LISTGROUPS_MATERIALDIFFERENCE_H
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
#ifndef DD4HEP_SIMTRACKER_TRACKERMATERIALANALYSIS_LISTGROUPS_MATERIALDIFFERENCE_H
#define DD4HEP_SIMTRACKER_TRACKERMATERIALANALYSIS_LISTGROUPS_MATERIALDIFFERENCE_H

void DD4hep_ListGroups::fillMaterialDifferences() {}
inline void DD4hep_ListGroups::fillMaterialDifferences() {}

#endif // DD4HEP_SIMTRACKER_TRACKERMATERIALANALYSIS_LISTGROUPS_MATERIALDIFFERENCE_H

0 comments on commit ce0d571

Please sign in to comment.