CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LogPositionCalc.h
Go to the documentation of this file.
1 #ifndef RecoEcal_EcalClusterAlgos_LogPositionCalc_h
2 #define RecoEcal_EcalClusterAlgos_LogPositionCalc_h
3 
12 // CMSSW headers from this subsystem
14 // C/C++ headers
15 #include <string>
16 #include <vector>
18 Point getECALposition(std::vector<reco::EcalRecHitData> recHits, const CaloSubdetectorGeometry);//Position determination
19 
20 
21 
22 #endif
Point getECALposition(std::vector< reco::EcalRecHitData > recHits, const CaloSubdetectorGeometry)
std::pair< double, double > Point
Definition: CaloEllipse.h:18
math::XYZPoint Point
XYZPointD XYZPoint
point in space with cartesian internal representation
Definition: Point3D.h:12