#include <iostream>
#include <vector>
#include <Math/PtEtaPhiM4D.h>
#include <Math/Cylindrical3D.h>
#include <Math/Polar2D.h>
#include <TRandom3.h>
Go to the source code of this file.
◆ operator<<() [1/4]
Stream operator for FourVectors.
274 Stream <<
'(' << v.Pt() <<
',' << v.Eta() <<
',' << v.Phi() <<
')';
◆ operator<<() [2/4]
Stream operator for event at generator level.
262 Stream <<
'(' <<
event.process <<
',' <<
event.hard_scale <<
')';
◆ operator<<() [3/4]
Stream operator for jets.
280 Stream <<
'(' << jet.CorrPt() <<
',' << jet.CorrEta() <<
',' << jet.Phi() <<
')';
◆ operator<<() [4/4]
Stream operator for event at detector level.
268 Stream <<
'(' <<
event.fill <<
',' <<
event.runNo <<
',' <<
event.lumi <<
',' <<
event.evtNo <<
')';