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

Implements GDigitizedData. More...

#include "gDigitizedData.h"
#include "gdataConventions.h"
#include <map>
#include <string>
#include <vector>
#include "gdynamicDigitization/gdynamicdigitization_options.h"
Include dependency graph for gDigitizedData.cc:

Go to the source code of this file.

Functions

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

Detailed Description

Non-Doxygen implementation summary:

  • copies hit identity at construction so the object is independent of the source hit lifetime
  • stores scalar observables with overwrite semantics for event usage
  • accumulates scalar observables by summation for integrated usage
  • builds filtered map snapshots that separate SRO from non-SRO content

Definition in file gDigitizedData.cc.

Function Documentation

◆ operator<<()

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

Definition at line 140 of file gDigitizedData.cc.