Skip to content

Commit

Permalink
Backport cms-sw#30007
Browse files Browse the repository at this point in the history
  • Loading branch information
felicepantaleo authored and rovere committed Oct 22, 2020
1 parent 848196d commit ec27beb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions RecoHGCal/TICL/plugins/HGCGraph.cc
Original file line number Diff line number Diff line change
Expand Up @@ -233,3 +233,6 @@ void HGCGraphT<TILES>::findNtuplets(std::vector<HGCDoublet::HGCntuplet> &foundNt
}
}
}

template class HGCGraphT<TICLLayerTiles>;
template class HGCGraphT<TICLLayerTilesHFNose>;
3 changes: 0 additions & 3 deletions RecoHGCal/TICL/plugins/HGCGraph.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,4 @@ class HGCGraphT {
int verbosity_;
};

template class HGCGraphT<TICLLayerTiles>;
template class HGCGraphT<TICLLayerTilesHFNose>;

#endif
3 changes: 3 additions & 0 deletions RecoHGCal/TICL/plugins/PatternRecognitionbyCA.cc
Original file line number Diff line number Diff line change
Expand Up @@ -389,3 +389,6 @@ void PatternRecognitionbyCA<TILES>::energyRegressionAndID(const std::vector<reco
}
}
}

template class ticl::PatternRecognitionbyCA<TICLLayerTiles>;
template class ticl::PatternRecognitionbyCA<TICLLayerTilesHFNose>;
3 changes: 0 additions & 3 deletions RecoHGCal/TICL/plugins/PatternRecognitionbyCA.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,5 @@ namespace ticl {
static const int eidNFeatures_ = 3;
};

template class PatternRecognitionbyCA<TICLLayerTiles>;
template class PatternRecognitionbyCA<TICLLayerTilesHFNose>;

} // namespace ticl
#endif

0 comments on commit ec27beb

Please sign in to comment.