gdata
Loading...
Searching...
No Matches
gTrueInfoData.cc File Reference

Implements GTrueInfoData. More...

#include "gTrueInfoData.h"
#include <string>
#include <utility>
Include dependency graph for gTrueInfoData.cc:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const GTrueInfoData &data)
 

Detailed Description

Non-Doxygen implementation summary:

  • copies hit identity at construction so the object is independent of the source hit lifetime
  • stores per-hit variables with overwrite semantics
  • accumulates numeric variables by summation for integrated usage
  • builds a compact identity string for logs and stream output

Definition in file gTrueInfoData.cc.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const GTrueInfoData & data )

Definition at line 61 of file gTrueInfoData.cc.