CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 #include "boost/foreach.hpp"
16 
19 
21 
22  public:
25 
26  void print(std::stringstream& ss, const SiStripCluster& clus);
27  void print(std::stringstream& ss, const TrajectorySeed& tjS);
28  void print(std::stringstream& ss, const uint32_t& detid) const;
29  void print(std::stringstream& ss, const reco::Track* track, const math::XYZPoint& vx);
30  std::string getString(uint32_t detid) const;
31 
32 };
33 #endif
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)
std::string getString(uint32_t detid) const
XYZPointD XYZPoint
point in space with cartesian internal representation
Definition: Point3D.h:12