NSCL DDAS
12.1-001
Support for XIA DDAS at FRIB
ddas
ddasdumper
DDASRootHit.h
Go to the documentation of this file.
1
/*
2
This software is Copyright by the Board of Trustees of Michigan
3
State University (c) Copyright 2017.
4
5
You may use this software under the terms of the GNU public license
6
(GPL). The terms of this license are described at:
7
8
http://www.gnu.org/licenses/gpl.txt
9
10
Authors:
11
Aaron Chester
12
Jeromy Tompkins
13
FRIB
14
Michigan State University
15
East Lansing, MI 48824-1321
16
*/
17
23
#ifndef DDASROOTHIT_H
24
#define DDASROOTHIT_H
25
26
#include <DDASHit.h>
27
#include <TObject.h>
28
74
class
DDASRootHit
:
public
ddasfmt::DDASHit,
public
TObject
75
{
76
public
:
78
DDASRootHit
() {};
80
~DDASRootHit
() {};
81
82
// Tell ROOT we're implementing the class:
83
84
ClassDef
(
DDASRootHit
, 1);
85
};
86
89
#endif
DDASRootHit
Encapsulation of a generic DDAS hit with added capabilities for writing to ROOT files.
Definition:
DDASRootHit.h:75
DDASRootHit::~DDASRootHit
~DDASRootHit()
Default destructor.
Definition:
DDASRootHit.h:80
DDASRootHit::ClassDef
ClassDef(DDASRootHit, 1)
DDASRootHit::DDASRootHit
DDASRootHit()
Default constructor.
Definition:
DDASRootHit.h:78
Generated by
1.9.1