ATLAS Offline Software
Classes | Functions
FPGATrackSimLogicalEventInputHeader.h File Reference
#include <TObject.h>
#include <vector>
#include <iostream>
#include <sstream>
#include "FPGATrackSimObjects/FPGATrackSimTowerInputHeader.h"
#include "FPGATrackSimObjects/FPGATrackSimEventInfo.h"
#include "FPGATrackSimObjects/FPGATrackSimOptionalEventInfo.h"
Include dependency graph for FPGATrackSimLogicalEventInputHeader.h:

Go to the source code of this file.

Classes

class  FPGATrackSimLogicalEventInputHeader
 

Functions

std::ostream & operator<< (std::ostream &, const FPGATrackSimLogicalEventInputHeader &)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  ,
const FPGATrackSimLogicalEventInputHeader  
)

Definition at line 19 of file FPGATrackSimLogicalEventInputHeader.cxx.

20 {
21  s << "Event: " << h.event() << "\t"
22  << "Optional: " << h.optional() << "\t"
23  << "NTowers: " << h.nTowers() << "\n";
24 
25  const std::vector<FPGATrackSimTowerInputHeader>& towers = h.towers();
26  for (int j = 0; j < h.nTowers(); j++)
27  {
28  s << " " << j << " " << towers[j] << "\n";
29  }
30  s << std::endl;
31 
32  return s;
33 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
h
RunTileMonitoring.towers
towers
Definition: RunTileMonitoring.py:133