Public Member Functions | Public Attributes | List of all members
arttest::TH1Data Struct Reference

#include <TH1Data.h>

Public Member Functions

 TH1Data ()
 
void aggregate (TH1Data const &other)
 

Public Attributes

TH1D data
 

Detailed Description

Definition at line 10 of file TH1Data.h.

Constructor & Destructor Documentation

arttest::TH1Data::TH1Data ( )

Definition at line 3 of file TH1Data.cc.

3 : data() {}

Member Function Documentation

void arttest::TH1Data::aggregate ( TH1Data const &  other)
inline

Definition at line 14 of file TH1Data.h.

15  {
16  data.Add(&other.data);
17  }

Member Data Documentation

TH1D arttest::TH1Data::data

Definition at line 12 of file TH1Data.h.


The documentation for this struct was generated from the following files: