#include "Conventions/Detector.h"#include "Conventions/SimFlag.h"#include <iosfwd>Go to the source code of this file.
Classes | |
| class | RawBlockId |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const RawBlockId &rbid) |
| Bool_t | operator== (const RawBlockId &lhs, const RawBlockId &rhs) |
| Bool_t | operator!= (const RawBlockId &lhs, const RawBlockId &rhs) |
Variables | |
| const Int_t | defaultRawBlockId = 0 |
| const Int_t | shiftRawBlkIdMinor = 0 |
| const Int_t | shiftRawBlkIdMajor = 8 |
| const Int_t | shiftRawBlkIdIsDCS = 24 |
| const Int_t | shiftRawBlkIdDetector = 25 |
| const Int_t | shiftRawBlkIdCSimFlag = 28 |
| const Int_t | maskRawBlkIdMinor = 0x000000ff |
| const Int_t | maskRawBlkIdMajor = 0x00ffff00 |
| const Int_t | maskRawBlkIdIsDCS = 0x01000000 |
| const Int_t | maskRawBlkIdDetector = 0x0e000000 |
| const Int_t | maskRawBlkIdCSimFlag = 0x30000000 |
|
||||||||||||
|
Definition at line 104 of file RawBlockId.h. References RawBlockId::fEncoded.
|
|
||||||||||||
|
Definition at line 31 of file RawBlockId.cxx. 00032 { return rbid.FormatToOStream(os); }
|
|
||||||||||||
|
Definition at line 101 of file RawBlockId.h. References RawBlockId::fEncoded.
|
|
|
Definition at line 85 of file RawBlockId.h. Referenced by RawBlockId::RawBlockId(). |
|
|
Definition at line 97 of file RawBlockId.h. Referenced by build_beammon_blockid(), and build_dcs_blockid(). |
|
|
Definition at line 96 of file RawBlockId.h. Referenced by build_beammon_blockid(), and build_dcs_blockid(). |
|
|
Definition at line 95 of file RawBlockId.h. Referenced by build_beammon_blockid(), build_dcs_blockid(), and RawBlockId::RawBlockId(). |
|
|
Definition at line 94 of file RawBlockId.h. Referenced by build_beammon_blockid(), and build_dcs_blockid(). |
|
|
Definition at line 93 of file RawBlockId.h. Referenced by build_beammon_blockid(), and build_dcs_blockid(). |
|
|
Definition at line 91 of file RawBlockId.h. Referenced by build_beammon_blockid(), and build_dcs_blockid(). |
|
|
Definition at line 90 of file RawBlockId.h. Referenced by build_beammon_blockid(), and build_dcs_blockid(). |
|
|
Definition at line 89 of file RawBlockId.h. |
|
|
Definition at line 88 of file RawBlockId.h. Referenced by build_beammon_blockid(), and build_dcs_blockid(). |
|
|
Definition at line 87 of file RawBlockId.h. Referenced by build_beammon_blockid(), and build_dcs_blockid(). |
1.3.9.1