#include "DataFormats/Math/interface/LorentzVector.h"
#include "DataFormats/Math/interface/Vector3D.h"
#include "Math/GenVector/RotationX.h"
#include "Math/GenVector/RotationY.h"
#include "Math/GenVector/RotationZ.h"
#include "Math/GenVector/Rotation3D.h"
#include "Math/GenVector/AxisAngle.h"
#include "Math/GenVector/Boost.h"
#include <string>
#include <iosfwd>
#include <memory>
Go to the source code of this file.
◆ XYZTLorentzVector
A prototype for a particle class. This class describes a general particle beeing a fourvector and containing a vertex (fourvector). It is defined in RawParticle.h
- Author
- Stephan Wynhoff
Definition at line 25 of file RawParticle.h.
◆ XYZVector
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
const RawParticle & |
p |
|
) |
| |