ATLAS Offline Software
Loading...
Searching...
No Matches
MyContObj Class Reference

#include <MyContObj.h>

Collaboration diagram for MyContObj:

Public Member Functions

 MyContObj (float t, int i)
 MyContObj ()
 ~MyContObj ()
void set (float t, int i)
float time () const
int id () const

Private Attributes

float m_time
int m_channelID

Detailed Description

Definition at line 11 of file MyContObj.h.

Constructor & Destructor Documentation

◆ MyContObj() [1/2]

MyContObj::MyContObj ( float t,
int i )
inline

Definition at line 14 of file MyContObj.h.

14{set(t,i);}
void set(float t, int i)
Definition MyContObj.h:18

◆ MyContObj() [2/2]

MyContObj::MyContObj ( )
inline

Definition at line 15 of file MyContObj.h.

15{set(0,0);}

◆ ~MyContObj()

MyContObj::~MyContObj ( )
inline

Definition at line 16 of file MyContObj.h.

16{}

Member Function Documentation

◆ id()

int MyContObj::id ( ) const
inline

Definition at line 21 of file MyContObj.h.

21{ return m_channelID; }
int m_channelID
Definition MyContObj.h:25

◆ set()

void MyContObj::set ( float t,
int i )
inline

Definition at line 18 of file MyContObj.h.

◆ time()

float MyContObj::time ( ) const
inline

Definition at line 20 of file MyContObj.h.

20{ return m_time; }

Member Data Documentation

◆ m_channelID

int MyContObj::m_channelID
private

Definition at line 25 of file MyContObj.h.

◆ m_time

float MyContObj::m_time
private

Definition at line 24 of file MyContObj.h.


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