CMS 3D CMS Logo

Public Member Functions | Public Attributes

TTUGlobalSignal Class Reference

#include <TTUGlobalSignal.h>

Inheritance diagram for TTUGlobalSignal:
RPCInputSignal

List of all members.

Public Member Functions

void clear ()
 Destructor.
 TTUGlobalSignal (std::map< int, TTUInput * > *)
 TTUGlobalSignal ()
 Standard constructor.
virtual ~TTUGlobalSignal ()
 Destructor.

Public Attributes

std::map< int, TTUInput * > * m_wheelmap

Detailed Description

Author:
Andres Felipe Osorio Oliveros
Date:
2008-11-29

Definition at line 17 of file TTUGlobalSignal.h.


Constructor & Destructor Documentation

TTUGlobalSignal::TTUGlobalSignal ( ) [inline]

Standard constructor.

Definition at line 20 of file TTUGlobalSignal.h.

{ };
TTUGlobalSignal::TTUGlobalSignal ( std::map< int, TTUInput * > *  in)

Definition at line 18 of file TTUGlobalSignal.cc.

References recoMuon::in, and m_wheelmap.

                                                                 {

  m_wheelmap = in; 
  
}
TTUGlobalSignal::~TTUGlobalSignal ( ) [virtual]

Destructor.

Definition at line 26 of file TTUGlobalSignal.cc.

References m_wheelmap, and NULL.

                                  {
  
  m_wheelmap = NULL;
  
} 

Member Function Documentation

void TTUGlobalSignal::clear ( ) [inline, virtual]

Destructor.

Implements RPCInputSignal.

Definition at line 26 of file TTUGlobalSignal.h.

{ };

Member Data Documentation

Definition at line 26 of file TTUGlobalSignal.h.

Referenced by TTUGlobalSignal(), and ~TTUGlobalSignal().