#include "FPGATrackSimObjects/FPGATrackSimOfflineHit.h"
#include <cmath>
#include <TObject.h>
Go to the source code of this file.
◆ operator<<()
Definition at line 14 of file FPGATrackSimOfflineTrack.cxx.
14 {
15
16 s <<
"pt: " << offline_t.
getPt() <<
", "
17 <<
"eta: " << offline_t.
getEta() <<
", "
18 <<
"phi: " << offline_t.
getPhi() <<
", "
19 <<
"d0: " << offline_t.
getD0() <<
", "
20 <<
"z0: " << offline_t.
getZ0() <<
", "
21 <<
"qoverpt: " << offline_t.
getQOverPt() <<
", "
22 <<
"barcode: " << offline_t.
getBarcode() <<
", "
23 <<
"barcode fraction: " << offline_t.
getBarcodeFrac() << std::endl;
24
26 for (
int j = 0;
j < offline_t.
nHits();
j++) {
27 s <<
" " <<
j <<
" " <<
hits[
j] <<
"\n";
28 }
30
32}
const std::vector< FPGATrackSimOfflineHit > & getOfflineHits() const
double getQOverPt() const
double getBarcodeFrac() const
unsigned long getBarcode() const
float j(const xAOD::IParticle &, const xAOD::TrackMeasurementValidation &hit, const Eigen::Matrix3d &jab_inv)