NSCL DDAS 12.2-009
Support for XIA DDAS at FRIB
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
74class DDASRootHit : public ddasfmt::DDASHit, public TObject {
75public:
80
81 // Tell ROOT we're implementing the class:
82
84};
85
88#endif
Encapsulation of a generic DDAS hit with added capabilities for writing to ROOT files.
Definition: DDASRootHit.h:74
~DDASRootHit()
Default destructor.
Definition: DDASRootHit.h:79
ClassDef(DDASRootHit, 1)
DDASRootHit()
Default constructor.
Definition: DDASRootHit.h:77