ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
GIonChamber Class Reference

#include <S800.h>

Inheritance diagram for GIonChamber:
Inheritance graph
[legend]
Collaboration diagram for GIonChamber:
Collaboration graph
[legend]

Public Member Functions

 GIonChamber ()
 
 ~GIonChamber ()
 
void Clear ()
 
void Set (int ch, int data)
 
std::vector< int > GetChannels ()
 
std::vector< float > GetData ()
 

Protected Member Functions

 ClassDef (GIonChamber, 1)
 

Protected Attributes

std::vector< int > fchannels
 
std::vector< float > fdata
 

Detailed Description

Raw data structure for S800 Ion Chamber.

Definition at line 188 of file S800.h.

Constructor & Destructor Documentation

◆ GIonChamber()

GIonChamber::GIonChamber ( )
inline

Definition at line 190 of file S800.h.

◆ ~GIonChamber()

GIonChamber::~GIonChamber ( )
inline

Definition at line 195 of file S800.h.

Member Function Documentation

◆ ClassDef()

GIonChamber::ClassDef ( GIonChamber  ,
 
)
protected

◆ Clear()

void GIonChamber::Clear ( )
inline

Definition at line 196 of file S800.h.

◆ GetChannels()

std::vector<int> GIonChamber::GetChannels ( )
inline

Definition at line 207 of file S800.h.

◆ GetData()

std::vector<float> GIonChamber::GetData ( )
inline

Definition at line 208 of file S800.h.

◆ Set()

void GIonChamber::Set ( int  ch,
int  data 
)
inline

Definition at line 201 of file S800.h.

Member Data Documentation

◆ fchannels

std::vector<int> GIonChamber::fchannels
protected

Definition at line 211 of file S800.h.

◆ fdata

std::vector<float> GIonChamber::fdata
protected

Definition at line 212 of file S800.h.


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