|
Cicada
v1.2.1
Project 8 Processed-Data File Format Library
|
Contains the definition of the branches saved in the Katydid output for a processed multi-peak track. More...
#include <CProcessedMPTData.hh>

Public Member Functions | |
| TProcessedMPTData () | |
| TProcessedMPTData (const TProcessedMPTData &orig) | |
| virtual | ~TProcessedMPTData () |
| TObject * | Clone (const char *newname="") |
| TProcessedMPTData & | operator= (const TProcessedMPTData &rhs) |
| void | SetComponent (UInt_t p_variable) |
| UInt_t | GetComponent () const |
| TProcessedTrackData & | MainTrack () |
| const TProcessedTrackData & | MainTrack () const |
| void | SetAxialFrequency (Double_t p_variable) |
| Double_t | GetAxialFrequency () const |
| std::string | GetBranchName () |
| ClassDef (TProcessedMPTData, 2) | |
Protected Attributes | |
| UInt_t | fComponent |
| TProcessedTrackData | fMainTrack |
| Double_t | fAxialFrequency |
Contains the definition of the branches saved in the Katydid output for a processed multi-peak track.
The branches of the processed multi-peak tracks object saved as a Katydid output in a ROOT file are defined in this class. A TProcessedMPTData object contains the characteristics (such as identifications numbers, the start/end time and frequency, the slope and intercept) of a multi-peak track detected by the event reconstruction. The mv_accessible macros creates public class members and public Get and Set methods (e.g. SetVariable(value)).
Definition at line 35 of file CProcessedMPTData.hh.
Definition at line 25 of file CProcessedMPTData.cc.
| TProcessedMPTData | ( | const TProcessedMPTData & | orig | ) |
Definition at line 32 of file CProcessedMPTData.cc.
|
virtual |
Definition at line 39 of file CProcessedMPTData.cc.
| ClassDef | ( | TProcessedMPTData | , |
| 2 | |||
| ) |
| TObject * Clone | ( | const char * | newname = "" | ) |
Definition at line 42 of file CProcessedMPTData.cc.
|
inline |
Definition at line 46 of file CProcessedMPTData.hh.
|
inline |
Definition at line 49 of file CProcessedMPTData.hh.
|
inline |
Definition at line 44 of file CProcessedMPTData.hh.
|
inline |
Definition at line 45 of file CProcessedMPTData.hh.
|
inline |
Definition at line 45 of file CProcessedMPTData.hh.
| TProcessedMPTData & operator= | ( | const TProcessedMPTData & | rhs | ) |
Definition at line 48 of file CProcessedMPTData.cc.
|
inline |
Definition at line 46 of file CProcessedMPTData.hh.
|
inline |
Definition at line 44 of file CProcessedMPTData.hh.
|
protected |
Definition at line 46 of file CProcessedMPTData.hh.
|
protected |
Definition at line 44 of file CProcessedMPTData.hh.
|
protected |
Definition at line 45 of file CProcessedMPTData.hh.
1.8.11