CMS 3D CMS Logo

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
void print(std::stringstream &ss) const
std::ostream & operator<<(std::ostream &, SimBeamSpotObjects beam)
#define COND_SERIALIZABLE
Definition: Serializable.h:39