Jpp  17.3.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
JACOUSTICS::JCounter Struct Reference

Acoustic counter. More...

#include <JCounter.hh>

Inheritance diagram for JACOUSTICS::JCounter:
JACOUSTICS::JEKey JACOUSTICS::JEvent JACOUSTICS::JHit< JPDF_t >

Public Member Functions

 JCounter ()
 Default constructor. More...
 
 JCounter (const int counter)
 Constructor. More...
 
int getCounter () const
 Get counter. More...
 
 ClassDefNV (JCounter, 1)
 

Protected Attributes

int counter
 

Detailed Description

Acoustic counter.

Definition at line 22 of file JAcoustics/JCounter.hh.

Constructor & Destructor Documentation

JACOUSTICS::JCounter::JCounter ( )
inline

Default constructor.

Definition at line 26 of file JAcoustics/JCounter.hh.

26  :
27  counter(0)
28  {}
JACOUSTICS::JCounter::JCounter ( const int  counter)
inline

Constructor.

Parameters
countercounter

Definition at line 36 of file JAcoustics/JCounter.hh.

36  :
38  {}

Member Function Documentation

int JACOUSTICS::JCounter::getCounter ( ) const
inline

Get counter.

Returns
counter

Definition at line 46 of file JAcoustics/JCounter.hh.

47  {
48  return counter;
49  }
JACOUSTICS::JCounter::ClassDefNV ( JCounter  ,
 
)

Member Data Documentation

int JACOUSTICS::JCounter::counter
protected

Definition at line 54 of file JAcoustics/JCounter.hh.


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