CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SimBeamSpotObjects.h
Go to the documentation of this file.
1 #ifndef SIMBEAMSPOTOBJECTS_H
2 #define SIMBEAMSPOTOBJECTS_H
3 
11 
12 #include <sstream>
13 
15 public:
17  virtual ~SimBeamSpotObjects(){};
18 
19  double fX0, fY0, fZ0;
20  double fSigmaZ;
22  double fPhi, fAlpha;
23  double fTimeOffset;
24 
25  void print(std::stringstream& ss) const;
26 
28 };
29 
30 std::ostream& operator<<(std::ostream&, SimBeamSpotObjects beam);
31 
32 #endif
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:167
void print(std::stringstream &ss) const
#define COND_SERIALIZABLE
Definition: Serializable.h:39