Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
L1Trigger
DTUtilities
interface
DTTrigData.h
Go to the documentation of this file.
1
//-------------------------------------------------
2
//
8
//
9
//--------------------------------------------------
10
#ifndef DT_TRIG_DATA_H_
11
#define DT_TRIG_DATA_H_
12
13
//------------------------------------
14
// Collaborating Class Declarations --
15
//------------------------------------
16
17
//----------------------
18
// Base Class Headers --
19
//----------------------
20
//#include "Profound/MuNumbering/interface/MuBarIdInclude.h"
21
//Should become
22
#include "
DataFormats/MuonDetId/interface/DTChamberId.h
"
23
#include "
DataFormats/MuonDetId/interface/DTSuperLayerId.h
"
24
#include "
DataFormats/MuonDetId/interface/DTLayerId.h
"
25
#include "
DataFormats/MuonDetId/interface/DTWireId.h
"
26
//---------------
27
// C++ Headers --
28
//---------------
29
30
// ---------------------
31
// -- Class Interface --
32
// ---------------------
33
34
class
DTTrigData
{
35
36
public
:
37
39
DTTrigData
() {}
40
42
virtual
~DTTrigData
() {}
43
45
virtual
DTChamberId
ChamberId
()
const
= 0;
46
48
inline
int
wheel
()
const
{
return
ChamberId
().
wheel
(); }
49
51
inline
int
station
()
const
{
return
ChamberId
().
station
(); }
52
54
inline
int
sector
()
const
{
return
ChamberId
().
sector
(); }
55
57
virtual
void
print
()
const
= 0;
58
59
};
60
#endif
61
62
63
64
DTTrigData::print
virtual void print() const =0
Print a trigger-data object with also local and global position/direction.
DTSuperLayerId.h
DTTrigData::wheel
int wheel() const
Return wheel number.
Definition:
DTTrigData.h:48
DTChamberId
Definition:
DTChamberId.h:14
DTTrigData::ChamberId
virtual DTChamberId ChamberId() const =0
Identifier of the associated chamber.
DTTrigData::sector
int sector() const
Return sector number.
Definition:
DTTrigData.h:54
DTTrigData::station
int station() const
Return station number.
Definition:
DTTrigData.h:51
DTChamberId.h
DTLayerId.h
DTTrigData::~DTTrigData
virtual ~DTTrigData()
Destructor.
Definition:
DTTrigData.h:42
DTTrigData
Definition:
DTTrigData.h:34
DTWireId.h
DTChamberId::sector
int sector() const
Definition:
DTChamberId.h:61
DTTrigData::DTTrigData
DTTrigData()
Constructor.
Definition:
DTTrigData.h:39
DTChamberId::station
int station() const
Return the station number.
Definition:
DTChamberId.h:51
DTChamberId::wheel
int wheel() const
Return the wheel number.
Definition:
DTChamberId.h:45
Generated for CMSSW Reference Manual by
1.8.5