File indexing completed on 2021-02-14 13:34:40
0001 #ifndef RECOHGCAL_TICL_TRACKSTERSPCA_H
0002 #define RECOHGCAL_TICL_TRACKSTERSPCA_H
0003
0004 #include "DataFormats/HGCalReco/interface/Trackster.h"
0005 #include "DataFormats/CaloRecHit/interface/CaloCluster.h"
0006 #include <vector>
0007
0008 namespace ticl {
0009 void assignPCAtoTracksters(std::vector<Trackster> &,
0010 const std::vector<reco::CaloCluster> &,
0011 const edm::ValueMap<std::pair<float, float>> &,
0012 double,
0013 bool energyWeight = true);
0014 }
0015 #endif