CMS 3D CMS Logo

OpticalAlignments.h
Go to the documentation of this file.
1 #ifndef OpticalAlignments_H
2 #define OpticalAlignments_H
3 
5 
7 
8 #include <vector>
9 #include <iostream>
10 
15 class OpticalAlignments;
16 
17 std::ostream &operator<<(std::ostream &, const OpticalAlignments &);
18 
23 public:
25  virtual ~OpticalAlignments() {}
26 
27  std::vector<OpticalAlignInfo> opticalAlignments() const { return opticalAlignments_; }
28 
29 public:
30  std::vector<OpticalAlignInfo> opticalAlignments_;
31 
33 };
34 
35 /* typedef std::vector<int> OptAlignIDs; */
36 /* typedef std::vector<int>::const_iterator OptAlignIDIterator; */
37 
38 #endif // OpticalAlignments_H
std::vector< OpticalAlignInfo > opticalAlignments() const
std::vector< OpticalAlignInfo > opticalAlignments_
virtual ~OpticalAlignments()
#define COND_SERIALIZABLE
Definition: Serializable.h:39
std::ostream & operator<<(std::ostream &, const OpticalAlignments &)