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 
7 #include <vector>
8 
9 namespace ticl {
10  void assignPCAtoTracksters(std::vector<Trackster> &,
11  const std::vector<reco::CaloCluster> &,
12  double,
13  bool energyWeight = true);
14 }
15 #endif
ticl::assignPCAtoTracksters
void assignPCAtoTracksters(std::vector< Trackster > &, const std::vector< reco::CaloCluster > &, double, bool energyWeight=true)
Definition: TrackstersPCA.cc:10
Trackster.h
ticl
Definition: Common.h:8
CaloCluster.h