Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
TestObjects
TH1Data.h
Go to the documentation of this file.
1
#ifndef art_test_TestObjects_TH1Data_h
2
#define art_test_TestObjects_TH1Data_h
3
4
#include "TH1D.h"
5
6
namespace
arttest
{
7
struct
TH1Data;
8
}
9
10
struct
arttest::TH1Data
{
11
TH1Data
();
12
TH1D
data
;
13
void
14
aggregate
(
TH1Data
const
&
other
)
15
{
16
data.Add(&other.
data
);
17
}
18
};
19
20
#endif
/* art_test_TestObjects_TH1Data_h */
21
22
// Local Variables:
23
// mode: c++
24
// End:
arttest::TH1Data::TH1Data
TH1Data()
Definition:
TH1Data.cc:3
arttest::TH1Data::aggregate
void aggregate(TH1Data const &other)
Definition:
TH1Data.h:14
arttest::TH1Data::data
TH1D data
Definition:
TH1Data.h:12
arttest
Definition:
GroupSelector_t.h:4
fhicl::other
Definition:
exception.h:26
arttest::TH1Data
Definition:
TH1Data.h:10
Generated by
1.8.11