CMS 3D CMS Logo

PrintRecoObjects.h
Go to the documentation of this file.
1 #ifndef PRINT_RecoOBJECTS_H
2 #define PRINT_RecoOBJECTS_H
3 
4 
7 
13 
14 #include <sstream>
15 
18 
19 class TrackerTopology;
20 
22 
23  public:
26 
27  void print(std::stringstream& ss, const SiStripCluster& clus);
28  void print(std::stringstream& ss, const TrajectorySeed& tjS);
29  void print(std::stringstream& ss, const uint32_t& detid, const TrackerTopology *tTopo) const;
30  void print(std::stringstream& ss, const reco::Track* track, const math::XYZPoint& vx);
31  std::string getString(uint32_t detid, const TrackerTopology *tTopo) const;
32 
33 };
34 #endif
std::string getString(uint32_t detid, const TrackerTopology *tTopo) const
data_type const * const_iterator
Definition: DetSetNew.h:30
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