#include <GEMEtaPartitionSpecs.h>
Public Types | |
typedef std::vector< float > | GEMSpecs |
Public Types inherited from GeomDetType | |
typedef GeomDetEnumerators::SubDetector | SubDetector |
Public Member Functions | |
const std::string & | detName () const |
GEMEtaPartitionSpecs (SubDetector rss, const std::string &name, const GEMSpecs &pars) | |
const Topology & | padTopology () const |
const GEMSpecs & | parameters () const |
const StripTopology & | specificPadTopology () const |
const StripTopology & | specificTopology () const |
const Topology & | topology () const override |
~GEMEtaPartitionSpecs () override | |
Public Member Functions inherited from GeomDetType | |
GeomDetType (const std::string &name, SubDetector subdet) | |
bool | isBarrel () const |
bool | isCSC () const |
bool | isDT () const |
bool | isEndcap () const |
bool | isGEM () const |
bool | isInnerTracker () const |
bool | isME0 () const |
bool | isMuon () const |
bool | isOuterTracker () const |
bool | isRPC () const |
bool | isTiming () const |
bool | isTracker () const |
bool | isTrackerPixel () const |
bool | isTrackerStrip () const |
const std::string & | name () const |
SubDetector | subDetector () const |
virtual | ~GeomDetType () |
Private Attributes | |
std::string | _n |
std::vector< float > | _p |
StripTopology * | _top |
topology of strips More... | |
StripTopology * | _top_pad |
topology of trigger pads (pad = bundle of strips, basically, a "fat" strip) More... | |
Storage of the parameters of the GEM Chamber using standard topologies
Definition at line 18 of file GEMEtaPartitionSpecs.h.
typedef std::vector<float> GEMEtaPartitionSpecs::GEMSpecs |
Definition at line 20 of file GEMEtaPartitionSpecs.h.
GEMEtaPartitionSpecs::GEMEtaPartitionSpecs | ( | SubDetector | rss, |
const std::string & | name, | ||
const GEMSpecs & | pars | ||
) |
Definition at line 7 of file GEMEtaPartitionSpecs.cc.
References _p, _top, _top_pad, TtFullHadDaughter::B, b, l1t::mtf7::GEM, gen::npad, and DigiDM_cff::strips.
|
override |
const std::string & GEMEtaPartitionSpecs::detName | ( | ) | const |
const Topology & GEMEtaPartitionSpecs::padTopology | ( | ) | const |
Definition at line 44 of file GEMEtaPartitionSpecs.cc.
References _top_pad.
Referenced by GEMEtaPartition::padTopology().
const std::vector< float > & GEMEtaPartitionSpecs::parameters | ( | void | ) | const |
const StripTopology & GEMEtaPartitionSpecs::specificPadTopology | ( | ) | const |
Definition at line 46 of file GEMEtaPartitionSpecs.cc.
References _top_pad.
Referenced by GEMEtaPartition::specificPadTopology().
const StripTopology & GEMEtaPartitionSpecs::specificTopology | ( | ) | const |
Definition at line 42 of file GEMEtaPartitionSpecs.cc.
References _top.
Referenced by GEMEtaPartition::specificTopology().
|
overridevirtual |
Implements GeomDetType.
Definition at line 40 of file GEMEtaPartitionSpecs.cc.
References _top.
Referenced by GEMEtaPartition::topology().
|
private |
Definition at line 46 of file GEMEtaPartitionSpecs.h.
Referenced by detName().
|
private |
Definition at line 45 of file GEMEtaPartitionSpecs.h.
Referenced by GEMEtaPartitionSpecs(), and parameters().
|
private |
topology of strips
Definition at line 40 of file GEMEtaPartitionSpecs.h.
Referenced by GEMEtaPartitionSpecs(), specificTopology(), topology(), and ~GEMEtaPartitionSpecs().
|
private |
topology of trigger pads (pad = bundle of strips, basically, a "fat" strip)
Definition at line 43 of file GEMEtaPartitionSpecs.h.
Referenced by GEMEtaPartitionSpecs(), padTopology(), specificPadTopology(), and ~GEMEtaPartitionSpecs().