CFEL - ASG Software Suite  2.5.0
CASS
Public Member Functions | Public Attributes | List of all members
cass::pp2000::entry_t Struct Reference

struct bundleing info for writing an entry to file More...

#include <root_converter.h>

+ Collaboration diagram for cass::pp2000::entry_t:

Public Member Functions

 entry_t (const std::string &_name, const std::string &_groupname, shared_pointer _pp)
 constructor More...
 

Public Attributes

std::string name
 name of the value in the file More...
 
std::string groupname
 group where the data will be written to More...
 
shared_pointer pp
 processor holding the data to be written More...
 

Detailed Description

struct bundleing info for writing an entry to file

Author
Lutz Foucar

Definition at line 63 of file root_converter.h.

Constructor & Destructor Documentation

cass::pp2000::entry_t::entry_t ( const std::string &  _name,
const std::string &  _groupname,
shared_pointer  _pp 
)
inline

constructor

Parameters
_namethe name of the value in the file
_groupnamethe group where the data will be written to
_ppthe processor holding the data to be written

Definition at line 71 of file root_converter.h.

Member Data Documentation

std::string cass::pp2000::entry_t::groupname

group where the data will be written to

Definition at line 81 of file root_converter.h.

std::string cass::pp2000::entry_t::name

name of the value in the file

Definition at line 78 of file root_converter.h.

shared_pointer cass::pp2000::entry_t::pp

processor holding the data to be written

Definition at line 84 of file root_converter.h.


The documentation for this struct was generated from the following file: