Main Page
Namespaces
Classes
Package Documentation
L1Trigger
RPCTechnicalTrigger
interface
RPCLogicUnit.h
Go to the documentation of this file.
1
#ifndef INTERFACE_RPCLOGICUNIT_H
2
#define INTERFACE_RPCLOGICUNIT_H 1
3
4
// Include files
5
13
class
RPCLogicUnit
{
14
public
:
16
RPCLogicUnit
( ) {};
17
18
RPCLogicUnit
(
int
,
int
,
int
);
19
20
virtual
~RPCLogicUnit
( );
21
22
int
m_propA
;
23
int
m_propB
;
24
int
m_propC
;
25
26
protected
:
27
28
private
:
29
30
};
31
#endif // INTERFACE_RPCLOGICUNIT_H
RPCLogicUnit::~RPCLogicUnit
virtual ~RPCLogicUnit()
Destructor.
Definition:
RPCLogicUnit.cc:26
RPCLogicUnit
Definition:
RPCLogicUnit.h:13
RPCLogicUnit::m_propC
int m_propC
Definition:
RPCLogicUnit.h:24
RPCLogicUnit::RPCLogicUnit
RPCLogicUnit()
Standard constructor.
Definition:
RPCLogicUnit.h:16
RPCLogicUnit::m_propA
int m_propA
Definition:
RPCLogicUnit.h:22
RPCLogicUnit::m_propB
int m_propB
Definition:
RPCLogicUnit.h:23
Generated for CMSSW Reference Manual by
1.8.11