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 18 of file FPGATrackSimLogicalEventInputHeader.cxx.

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