PAASS
Software suite to Acquire and Analyze Data from Pixie16
parameter Class Reference

#include <set2root.hpp>

Collaboration diagram for parameter:

Public Member Functions

 parameter ()
 
 parameter (const std::string &name_, const unsigned int &offset_)
 
std::string getName ()
 
unsigned int getOffset ()
 
std::string print ()
 

Data Fields

std::vector< unsigned int > values
 

Private Attributes

std::string name
 
unsigned int offset
 The name of the pixie16 parameter. More...
 

Detailed Description

Definition at line 21 of file set2root.hpp.

Constructor & Destructor Documentation

§ parameter() [1/2]

parameter::parameter ( )
inline

Definition at line 25 of file set2root.hpp.

Here is the caller graph for this function:

§ parameter() [2/2]

parameter::parameter ( const std::string &  name_,
const unsigned int &  offset_ 
)
inline

Definition at line 27 of file set2root.hpp.

Member Function Documentation

§ getName()

std::string parameter::getName ( )
inline

Definition at line 29 of file set2root.hpp.

§ getOffset()

unsigned int parameter::getOffset ( )
inline

Definition at line 31 of file set2root.hpp.

Here is the call graph for this function:

§ print()

std::string parameter::print ( )

Definition at line 58 of file set2root.cpp.

Here is the caller graph for this function:

Field Documentation

§ name

std::string parameter::name
private

Definition at line 40 of file set2root.hpp.

§ offset

unsigned int parameter::offset
private

The name of the pixie16 parameter.

Definition at line 41 of file set2root.hpp.

§ values

std::vector<unsigned int> parameter::values

Definition at line 23 of file set2root.hpp.


The documentation for this class was generated from the following files: