CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
TTUGlobalSignal Class Reference

#include <TTUGlobalSignal.h>

Inheritance diagram for TTUGlobalSignal:
RPCInputSignal

Public Member Functions

void clear ()
 Destructor. More...
 
 TTUGlobalSignal ()
 Standard constructor. More...
 
 TTUGlobalSignal (std::map< int, TTUInput * > *)
 
virtual ~TTUGlobalSignal ()
 Destructor. More...
 
- Public Member Functions inherited from RPCInputSignal
virtual ~RPCInputSignal ()
 

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.

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

Definition at line 18 of file TTUGlobalSignal.cc.

References recoMuon::in, and m_wheelmap.

18  {
19 
20  m_wheelmap = in;
21 
22 }
std::map< int, TTUInput * > * m_wheelmap
TTUGlobalSignal::~TTUGlobalSignal ( )
virtual

Destructor.

Definition at line 26 of file TTUGlobalSignal.cc.

References m_wheelmap, and NULL.

26  {
27 
28  m_wheelmap = NULL;
29 
30 }
std::map< int, TTUInput * > * m_wheelmap
#define NULL
Definition: scimark2.h:8

Member Function Documentation

void TTUGlobalSignal::clear ( )
inlinevirtual

Destructor.

Implements RPCInputSignal.

Definition at line 26 of file TTUGlobalSignal.h.

26 { };

Member Data Documentation

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

Definition at line 26 of file TTUGlobalSignal.h.

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