NSCL DDAS  12.1-001
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 
74 class DDASRootHit : public ddasfmt::DDASHit, public TObject
75 {
76 public:
81 
82  // Tell ROOT we're implementing the class:
83 
85 };
86 
89 #endif
Encapsulation of a generic DDAS hit with added capabilities for writing to ROOT files.
Definition: DDASRootHit.h:75
~DDASRootHit()
Default destructor.
Definition: DDASRootHit.h:80
ClassDef(DDASRootHit, 1)
DDASRootHit()
Default constructor.
Definition: DDASRootHit.h:78