Go to the source code of this file.
◆ operator<<()
Definition at line 17 of file FPGATrackSimLogicalEventInputHeader.cxx.
18{
19 s <<
"Event: " <<
h.event() <<
"\t"
20 <<
"Optional: " <<
h.optional() <<
"\t"
21 <<
"NTowers: " <<
h.nTowers() <<
"\n";
22
23 const std::vector<FPGATrackSimTowerInputHeader>&
towers =
h.towers();
24 for (
int j = 0;
j <
h.nTowers();
j++)
25 {
26 s <<
" " <<
j <<
" " <<
towers[
j] <<
"\n";
27 }
29
31}
Header file for AthHistogramAlgorithm.
float j(const xAOD::IParticle &, const xAOD::TrackMeasurementValidation &hit, const Eigen::Matrix3d &jab_inv)