ToolDAQFramework
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
DataModel
PMTInfo.h
Go to the documentation of this file.
1
#ifndef PMTINFO_H
2
#define PMTINFO_H
3
4
#include <iostream>
5
#include <vector>
6
7
class
PMTInfo
{
8
9
public
:
10
11
PMTInfo
(
int
tubeno,
float
x,
float
y,
float
z);
12
13
int
m_tubeno
;
14
float
m_x
,
m_y
,
m_z
;
15
16
};
17
18
19
20
21
#endif
PMTInfo::m_z
float m_z
Definition:
PMTInfo.h:14
PMTInfo::m_tubeno
int m_tubeno
Definition:
PMTInfo.h:13
PMTInfo
Definition:
PMTInfo.h:7
PMTInfo::m_y
float m_y
Definition:
PMTInfo.h:14
PMTInfo::m_x
float m_x
Definition:
PMTInfo.h:14
PMTInfo::PMTInfo
PMTInfo(int tubeno, float x, float y, float z)
Definition:
PMTInfo.cpp:3
Generated by
1.8.5