CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
PrintRecoObjects.h
Go to the documentation of this file.
1 #ifndef PRINT_RecoOBJECTS_H
2 #define PRINT_RecoOBJECTS_H
3 
6 
12 
13 #include <sstream>
14 
17 
18 class TrackerTopology;
19 
21 public:
24 
25  void print(std::stringstream& ss, const SiStripCluster& clus);
26  void print(std::stringstream& ss, const TrajectorySeed& tjS);
27  void print(std::stringstream& ss, const uint32_t& detid, const TrackerTopology* tTopo) const;
28  void print(std::stringstream& ss, const reco::Track* track, const math::XYZPoint& vx);
29  std::string getString(uint32_t detid, const TrackerTopology* tTopo) const;
30 };
31 #endif
std::string getString(uint32_t detid, const TrackerTopology *tTopo) const
data_type const * const_iterator
Definition: DetSetNew.h:31
edmNew::DetSet< SiStripCluster >::const_iterator ClusIter
edmNew::DetSetVector< SiStripCluster > ClusterCollection
void print(std::stringstream &ss, const SiStripCluster &clus)
XYZPointD XYZPoint
point in space with cartesian internal representation
Definition: Point3D.h:12