#include <PixelEndcapName.h>
Public Types | |
enum | HalfCylinder { mO = 1, mI = 2, pO =3, pI =4 } |
Public Types inherited from PixelModuleName | |
enum | ModuleType { v1x2, v1x5, v1x8, v2x3, v2x4, v2x5, v2x8 } |
Public Member Functions | |
int | bladeName () const |
blade id More... | |
int | diskName () const |
disk id More... | |
PXFDetId | getDetId () |
return DetId More... | |
DetId | getDetId (const TrackerTopology *tt) |
HalfCylinder | halfCylinder () const |
virtual PixelModuleName::ModuleType | moduleType () const |
module Type More... | |
virtual std::string | name () const |
from base class More... | |
virtual bool | operator== (const PixelModuleName &) const |
check equality of modules from datamemebers More... | |
int | pannelName () const |
pannel id More... | |
PixelEndcapName (const DetId &, bool phase=false) | |
ctor from DetId More... | |
PixelEndcapName (const DetId &, const TrackerTopology *tt, bool phase=false) | |
PixelEndcapName (HalfCylinder part=mO, int disk=0, int blade=0, int pannel=0, int plaq=0, bool phase=false) | |
ctor for defined name More... | |
PixelEndcapName (std::string name, bool phase=false) | |
ctor from name string More... | |
int | plaquetteName () const |
plaquetteId (in pannel) More... | |
int | ringName () const |
ring Id More... | |
virtual | ~PixelEndcapName () |
Public Member Functions inherited from PixelModuleName | |
virtual bool | isBarrel () const |
true for barrel modules More... | |
PixelModuleName (bool isBarrel) | |
virtual | ~PixelModuleName () |
Private Attributes | |
bool | phase1 |
int | theBlade |
int | theDisk |
int | thePannel |
HalfCylinder | thePart |
int | thePlaquette |
Additional Inherited Members | |
Static Public Member Functions inherited from PixelModuleName | |
static bool | isBarrel (uint32_t rawDetId) |
Endcap Module name (as in PixelDatabase) for endcaps
Definition at line 16 of file PixelEndcapName.h.
Enumerator | |
---|---|
mO | |
mI | |
pO | |
pI |
Definition at line 19 of file PixelEndcapName.h.
PixelEndcapName::PixelEndcapName | ( | const DetId & | id, |
bool | phase = false |
||
) |
ctor from DetId
Definition at line 97 of file PixelEndcapName.cc.
References PXFDetId::blade(), PXFDetId::disk(), mI, mO, PXFDetId::module(), SurfaceOrientation::outer, PXFDetId::panel(), phase1, pI, pO, relativeConstraints::ring, PXFDetId::side(), theBlade, theDisk, thePannel, thePart, and thePlaquette.
PixelEndcapName::PixelEndcapName | ( | const DetId & | id, |
const TrackerTopology * | tt, | ||
bool | phase = false |
||
) |
Definition at line 14 of file PixelEndcapName.cc.
References mI, mO, SurfaceOrientation::outer, phase1, pI, pO, TrackerTopology::pxfBlade(), TrackerTopology::pxfDisk(), TrackerTopology::pxfModule(), TrackerTopology::pxfPanel(), TrackerTopology::pxfSide(), relativeConstraints::ring, theBlade, theDisk, thePannel, thePart, and thePlaquette.
|
inline |
PixelEndcapName::PixelEndcapName | ( | std::string | name, |
bool | phase = false |
||
) |
ctor from name string
Definition at line 177 of file PixelEndcapName.cc.
References mI, mO, name(), phase1, pI, pO, theBlade, theDisk, thePannel, thePart, and thePlaquette.
|
inlinevirtual |
Definition at line 36 of file PixelEndcapName.h.
|
inline |
blade id
Definition at line 47 of file PixelEndcapName.h.
References theBlade.
Referenced by SiPixelDigiSource::analyze(), SiPixelTrackResidualModule::book(), SiPixelHitEfficiencyModule::book(), SiPixelRecHitModule::book(), SiPixelClusterModule::book(), SiPixelDigiModule::book(), SiPixelDigiSource::buildStructure(), SiPixelRawDataErrorSource::buildStructure(), SiPixelRecHitSource::buildStructure(), SiPixelClusterSource::buildStructure(), SiPixelDigiModule::fill(), getDetId(), SiPixelFolderOrganizer::getModuleFolder(), PixelEndcapLinkMaker::Order::operator()(), sipixelobjects::PixelFEDLink::printForMap(), and SiPixelFolderOrganizer::setModuleFolder().
|
inline |
disk id
Definition at line 44 of file PixelEndcapName.h.
References theDisk.
Referenced by SiPixelDetSummary::add(), SiPixelHitEfficiencySource::analyze(), SiPixelDigiSource::analyze(), SiPixelTrackResidualSource::analyze(), SiPixelTrackResidualModule::book(), SiPixelHitEfficiencyModule::book(), SiPixelRecHitModule::book(), SiPixelClusterModule::book(), SiPixelDigiModule::book(), SiPixelDigiSource::buildStructure(), SiPixelRawDataErrorSource::buildStructure(), SiPixelRecHitSource::buildStructure(), SiPixelClusterSource::buildStructure(), SiPixelTrackResidualSource::dqmBeginRun(), SiPixelClusterModule::fill(), getDetId(), SiPixelFolderOrganizer::getModuleFolder(), PixelEndcapLinkMaker::Order::operator()(), sipixelobjects::PixelFEDLink::printForMap(), QuadrupletSeedMerger::printNtuplet(), and SiPixelFolderOrganizer::setModuleFolder().
PXFDetId PixelEndcapName::getDetId | ( | void | ) |
return DetId
Definition at line 435 of file PixelEndcapName.cc.
References bladeName(), diskName(), halfCylinder(), AnalysisDataFormats_SUSYBSMObjects::hc, mI, mO, SurfaceOrientation::outer, pannelName(), phase1, pI, plaquetteName(), pO, relativeConstraints::ring, ringName(), and theDisk.
DetId PixelEndcapName::getDetId | ( | const TrackerTopology * | tt | ) |
Definition at line 362 of file PixelEndcapName.cc.
References bladeName(), diskName(), halfCylinder(), AnalysisDataFormats_SUSYBSMObjects::hc, mI, mO, SurfaceOrientation::outer, pannelName(), phase1, pI, plaquetteName(), pO, TrackerTopology::pxfDetId(), relativeConstraints::ring, ringName(), and theDisk.
|
inline |
Definition at line 41 of file PixelEndcapName.h.
References thePart.
Referenced by SiPixelDetSummary::add(), SiPixelHitEfficiencySource::analyze(), SiPixelDigiSource::analyze(), SiPixelDigiSource::buildStructure(), SiPixelRawDataErrorSource::buildStructure(), SiPixelRecHitSource::buildStructure(), SiPixelClusterSource::buildStructure(), getDetId(), SiPixelFolderOrganizer::getModuleFolder(), HLTPixelAsymmetryFilter::hltFilter(), PixelEndcapLinkMaker::Order::operator()(), sipixelobjects::PixelFEDLink::printForMap(), and SiPixelFolderOrganizer::setModuleFolder().
|
virtual |
module Type
Implements PixelModuleName.
Definition at line 294 of file PixelEndcapName.cc.
References pannelName(), phase1, plaquetteName(), theDisk, PixelModuleName::v1x2, PixelModuleName::v1x5, PixelModuleName::v2x3, PixelModuleName::v2x4, PixelModuleName::v2x5, and PixelModuleName::v2x8.
Referenced by PixelEndcapLinkMaker::links().
|
virtual |
from base class
Implements PixelModuleName.
Definition at line 337 of file PixelEndcapName.cc.
References phase1, theBlade, theDisk, thePannel, thePart, and thePlaquette.
Referenced by cuy.divideElement::__init__(), cuy.plotElement::__init__(), cuy.additionElement::__init__(), cuy.superimposeElement::__init__(), cuy.graphElement::__init__(), config.CFG::__str__(), SiPixelDetSummary::add(), SiPixelInformationExtractor::findNoisyPixels(), VIDSelectorBase.VIDSelectorBase::initialize(), PixelEndcapLinkMaker::links(), PixelEndcapName(), sipixelobjects::PixelROC::print(), sipixelobjects::PixelFEDLink::printForMap(), SiPixelOfflineCalibAnalysisBase::translateDetIdToString(), and Vispa.Views.PropertyView.Property::valueChanged().
|
virtual |
check equality of modules from datamemebers
Implements PixelModuleName.
Definition at line 323 of file PixelEndcapName.cc.
References PixelModuleName::isBarrel(), python.connectstrParser::o, theBlade, theDisk, thePannel, thePart, and thePlaquette.
|
inline |
pannel id
Definition at line 50 of file PixelEndcapName.h.
References thePannel.
Referenced by SiPixelHitEfficiencySource::analyze(), SiPixelDigiSource::analyze(), SiPixelTrackResidualModule::book(), SiPixelHitEfficiencyModule::book(), SiPixelRecHitModule::book(), SiPixelClusterModule::book(), SiPixelDigiModule::book(), SiPixelDigiSource::buildStructure(), SiPixelRawDataErrorSource::buildStructure(), SiPixelRecHitSource::buildStructure(), SiPixelClusterSource::buildStructure(), SiPixelDigiModule::fill(), sipixelobjects::FrameConversion::FrameConversion(), getDetId(), SiPixelFolderOrganizer::getModuleFolder(), moduleType(), PixelEndcapLinkMaker::Order::operator()(), PixelPannelType::pannelType(), sipixelobjects::PixelFEDLink::printForMap(), and SiPixelFolderOrganizer::setModuleFolder().
|
inline |
plaquetteId (in pannel)
Definition at line 53 of file PixelEndcapName.h.
References thePlaquette.
Referenced by SiPixelHitEfficiencySource::analyze(), SiPixelDigiSource::analyze(), SiPixelTrackResidualModule::book(), SiPixelHitEfficiencyModule::book(), SiPixelRecHitModule::book(), SiPixelClusterModule::book(), SiPixelDigiModule::book(), SiPixelDigiSource::buildStructure(), SiPixelRawDataErrorSource::buildStructure(), SiPixelRecHitSource::buildStructure(), SiPixelClusterSource::buildStructure(), sipixelobjects::FrameConversion::FrameConversion(), getDetId(), SiPixelFolderOrganizer::getModuleFolder(), moduleType(), PixelEndcapLinkMaker::Order::operator()(), and SiPixelFolderOrganizer::setModuleFolder().
|
inline |
ring Id
Definition at line 56 of file PixelEndcapName.h.
References thePlaquette.
Referenced by getDetId().
|
private |
Definition at line 72 of file PixelEndcapName.h.
Referenced by getDetId(), moduleType(), name(), and PixelEndcapName().
|
private |
Definition at line 71 of file PixelEndcapName.h.
Referenced by bladeName(), name(), operator==(), and PixelEndcapName().
|
private |
Definition at line 71 of file PixelEndcapName.h.
Referenced by diskName(), getDetId(), moduleType(), name(), operator==(), and PixelEndcapName().
|
private |
Definition at line 71 of file PixelEndcapName.h.
Referenced by name(), operator==(), pannelName(), and PixelEndcapName().
|
private |
Definition at line 70 of file PixelEndcapName.h.
Referenced by halfCylinder(), name(), operator==(), and PixelEndcapName().
|
private |
Definition at line 71 of file PixelEndcapName.h.
Referenced by name(), operator==(), PixelEndcapName(), plaquetteName(), and ringName().