ATLAS Offline Software
Loading...
Searching...
No Matches
TrigIDHitStats.h File Reference
#include <cstring>
#include "AthenaKernel/CLASS_DEF.h"
Include dependency graph for TrigIDHitStats.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TrigIDHitStats

Functions

template<class Ostream>
Ostream & operator<< (Ostream &os, const TrigIDHitStats &m)

Function Documentation

◆ operator<<()

template<class Ostream>
Ostream & operator<< ( Ostream & os,
const TrigIDHitStats & m )

Definition at line 63 of file TrigIDHitStats.h.

63 {
64 os<<"IDSubDetStat(";
65 for(unsigned i=0; i<TrigIDHitStats::NUM_SUBDETECTORS; i++) {
68 }
69 return os<<")";
70}