|
DDASToys for NSCLDAQ
6.2-000
|
This class is a ROOT serializable DDAS hit with possible fit data. More...
#include <DDASRootFitHit.h>


Public Member Functions | |
| DDASRootFitHit () | |
| Constructor. | |
| DDASRootFitHit (const DDASRootFitHit &rhs) | |
| Copy constructor. More... | |
| DDASRootFitHit & | operator= (const DDASRootFitHit &rhs) |
| Assignment from another DDASRootFitHit. More... | |
| DDASRootFitHit & | operator= (const DDASFitHit &rhs) |
| Assignment from a DAQ::DDAS::DDASFitHit. More... | |
| void | Reset () |
| Reset the object to empty. This is really just a matter of assigning a reset hit to ourselves. | |
Public Member Functions inherited from ddastoys::DDASFitHit | |
| DDASFitHit () | |
| Constructor. | |
| virtual | ~DDASFitHit () |
| Destructor. | |
| DDASFitHit & | operator= (const DDASFitHit &rhs) |
| Assignment operator. More... | |
| void | Reset () |
| Reset the hit information. | |
| void | setExtension (const HitExtension &extension) |
| Set the hit extension information for this hit. More... | |
| bool | hasExtension () const |
| Check whether hit has a fit extension. More... | |
| const HitExtension & | getExtension () const |
| Get the extension data from the current hit. More... | |
This class is a ROOT serializable DDAS hit with possible fit data.
This is a very, very simple class. It inherits from ddastoys::DDASFitHit and ROOT's TObject class and adds a ROOT ClassDef() macro.
| ddastoys::DDASRootFitHit::DDASRootFitHit | ( | const DDASRootFitHit & | rhs | ) |
Copy constructor.
| rhs | Reference the hit to copy-construct. |
| DDASRootFitHit & ddastoys::DDASRootFitHit::operator= | ( | const DDASFitHit & | rhs | ) |
Assignment from a DAQ::DDAS::DDASFitHit.
| rhs | The hit we're assigning from. |
| DDASRootFitHit & ddastoys::DDASRootFitHit::operator= | ( | const DDASRootFitHit & | rhs | ) |