LOGO

RestFrames  v1.0.1
RestFrames HEP Event Analysis Software Library
Public Member Functions | List of all members
RestFrames::RFKey Class Reference

Detailed Description

Definition at line 38 of file RFKey.hh.

Public Member Functions

 RFKey (const RFKey &key)
 Standard constructor. More...
 
 RFKey (int key)
 Standard constructor. More...
 
void operator= (const RFKey &key)
 Tests whether key is the same as this object's key. More...
 
bool operator== (int key) const
 Tests whether key is the same as this object's key. More...
 
bool operator== (const RFKey &key) const
 Tests whether key is the same as this object's key. More...
 
int GetKey () const
 Returns key of this object. More...
 
bool IsSame (const RFKey &key) const
 Tests whether key is the same as this object's key. More...
 

Constructor & Destructor Documentation

◆ RFKey() [1/2]

RestFrames::RFKey::RFKey ( const RFKey key)

Standard constructor.

Parameters
keyKey to be set

Definition at line 35 of file RFKey.cc.

◆ RFKey() [2/2]

RestFrames::RFKey::RFKey ( int  key)

Standard constructor.

Parameters
keyKey to be set

Definition at line 34 of file RFKey.cc.

Member Function Documentation

◆ GetKey()

int RestFrames::RFKey::GetKey ( ) const

Returns key of this object.

Returns
Key of this object

Definition at line 44 of file RFKey.cc.

◆ IsSame()

bool RestFrames::RFKey::IsSame ( const RFKey key) const

Tests whether key is the same as this object's key.

Parameters
keyKey to test

Definition at line 46 of file RFKey.cc.

◆ operator=()

void RestFrames::RFKey::operator= ( const RFKey key)

Tests whether key is the same as this object's key.

Parameters
keyKey to test

Definition at line 38 of file RFKey.cc.

◆ operator==() [1/2]

bool RestFrames::RFKey::operator== ( const RFKey key) const

Tests whether key is the same as this object's key.

Parameters
keyKey to test

Definition at line 42 of file RFKey.cc.

◆ operator==() [2/2]

bool RestFrames::RFKey::operator== ( int  key) const

Tests whether key is the same as this object's key.

Parameters
KeyKey to test

Definition at line 40 of file RFKey.cc.


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