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

#include <CosTrigTime.h>

Collaboration diagram for CosTrigTime:

Public Member Functions

 CosTrigTime ()=default
 CosTrigTime (const float t)
void setTime (const float t)
float time () const

Private Attributes

float m_time =0

Detailed Description

Definition at line 10 of file CosTrigTime.h.

Constructor & Destructor Documentation

◆ CosTrigTime() [1/2]

CosTrigTime::CosTrigTime ( )
default

◆ CosTrigTime() [2/2]

CosTrigTime::CosTrigTime ( const float t)

Definition at line 7 of file CosTrigTime.cxx.

7 :
8 m_time(t) {};

Member Function Documentation

◆ setTime()

void CosTrigTime::setTime ( const float t)

Definition at line 11 of file CosTrigTime.cxx.

◆ time()

float CosTrigTime::time ( ) const
inline

Definition at line 18 of file CosTrigTime.h.

18 {
19 return m_time;
20 }

Member Data Documentation

◆ m_time

float CosTrigTime::m_time =0
private

Definition at line 23 of file CosTrigTime.h.


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