CMS 3D CMS Logo

TrackstersPCA.h
Go to the documentation of this file.
1 #ifndef RECOHGCAL_TICL_TRACKSTERSPCA_H
2 #define RECOHGCAL_TICL_TRACKSTERSPCA_H
3 
6 #include <vector>
7 
8 namespace ticl {
9  void assignPCAtoTracksters(std::vector<Trackster> &,
10  const std::vector<reco::CaloCluster> &,
11  const edm::ValueMap<std::pair<float, float>> &,
12  double,
13  bool energyWeight = true);
14 }
15 #endif
void assignPCAtoTracksters(std::vector< Trackster > &, const std::vector< reco::CaloCluster > &, const edm::ValueMap< std::pair< float, float >> &, double, bool energyWeight=true)
Definition: Common.h:8