Go to the source code of this file.
◆ operator<<()
Definition at line 21 of file FPGATrackSimEventInputHeader.cxx.
21 {
22 s <<
"Event: " <<
h.event() <<
"\t"
23 <<
"Optional: " <<
h.optional() <<
"\t"
24 <<
"Nhits=" <<
h.nHits();
25
27
28 const std::vector<FPGATrackSimHit>&
hits =
h.hits();
29 for (
int j = 0;
j <
h.nHits();
j++) {
30 s <<
" " <<
j <<
" " <<
hits[
j] <<
"\n";
31
32 }
33
34
35
37}
Header file for AthHistogramAlgorithm.
float j(const xAOD::IParticle &, const xAOD::TrackMeasurementValidation &hit, const Eigen::Matrix3d &jab_inv)