CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
OpticalAlignments.h
Go to the documentation of this file.
1 #ifndef OpticalAlignments_H
2 #define OpticalAlignments_H
3 
5 
6 #include <vector>
7 #include <iostream>
8 
13 class OpticalAlignments;
14 
15 std::ostream & operator<<(std::ostream &, const OpticalAlignments &);
16 
21 public:
23  virtual ~OpticalAlignments() {}
24 
25  std::vector<OpticalAlignInfo> opticalAlignments() const { return opticalAlignments_; }
26 
27  public:
28  std::vector<OpticalAlignInfo> opticalAlignments_;
29 };
30 
31 /* typedef std::vector<int> OptAlignIDs; */
32 /* typedef std::vector<int>::const_iterator OptAlignIDIterator; */
33 
34 #endif // OpticalAlignments_H
std::vector< OpticalAlignInfo > opticalAlignments() const
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:187
std::vector< OpticalAlignInfo > opticalAlignments_
virtual ~OpticalAlignments()