Main Page
Namespaces
Classes
Package Documentation
CondFormats
CTPPSReadoutObjects
src
TotemSymbId.cc
Go to the documentation of this file.
1
/****************************************************************************
2
*
3
* This is a part of TOTEM offline software.
4
* Authors:
5
* Jan Kašpar (jan.kaspar@cern.ch)
6
*
7
****************************************************************************/
8
9
#include "
CondFormats/CTPPSReadoutObjects/interface/TotemSymbId.h
"
10
11
#include "
DataFormats/CTPPSDetId/interface/CTPPSDetId.h
"
12
13
std::ostream&
operator <<
(std::ostream&
s
,
const
TotemSymbID
&sid)
14
{
15
s <<
"DetId="
<< sid.
symbolicID
<<
" ("
<<
CTPPSDetId
(sid.
symbolicID
) <<
")"
;
16
17
return
s
;
18
}
19
operator<<
std::ostream & operator<<(std::ostream &s, const TotemSymbID &sid)
Definition:
TotemSymbId.cc:13
TotemSymbId.h
alignCSCRings.s
s
Definition:
alignCSCRings.py:91
CTPPSDetId.h
TotemSymbID
Symbolic ID describing an entity of a TOTEM subdetector.
Definition:
TotemSymbId.h:17
TotemSymbID::symbolicID
unsigned int symbolicID
chip ID, raw integer representation of DetId class
Definition:
TotemSymbId.h:21
CTPPSDetId
Base class for CTPPS detector IDs.
Definition:
CTPPSDetId.h:32
Generated for CMSSW Reference Manual by
1.8.11