#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 StripTopology & | specificPadTopology () const |
const StripTopology & | specificTopology () const |
const Topology & | topology () const |
~GEMEtaPartitionSpecs () | |
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 | isMuon () const |
bool | isRPC () 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 19 of file GEMEtaPartitionSpecs.h.
typedef std::vector<float> GEMEtaPartitionSpecs::GEMSpecs |
Definition at line 23 of file GEMEtaPartitionSpecs.h.
GEMEtaPartitionSpecs::GEMEtaPartitionSpecs | ( | SubDetector | rss, |
const std::string & | name, | ||
const GEMSpecs & | pars | ||
) |
Definition at line 9 of file GEMEtaPartitionSpecs.cc.
References _p, _top, _top_pad, b, GeomDetEnumerators::GEM, h, gen::npad, and RecoTauPiZeroBuilderPlugins_cfi::strips.
GEMEtaPartitionSpecs::~GEMEtaPartitionSpecs | ( | ) |
Definition at line 35 of file GEMEtaPartitionSpecs.cc.
References _top, and _top_pad.
const std::string & GEMEtaPartitionSpecs::detName | ( | ) | const |
Definition at line 69 of file GEMEtaPartitionSpecs.cc.
References _n.
const Topology & GEMEtaPartitionSpecs::padTopology | ( | ) | const |
Definition at line 56 of file GEMEtaPartitionSpecs.cc.
References _top_pad.
Referenced by GEMEtaPartition::padTopology().
const StripTopology & GEMEtaPartitionSpecs::specificPadTopology | ( | ) | const |
Definition at line 62 of file GEMEtaPartitionSpecs.cc.
References _top_pad.
Referenced by GEMEtaPartition::specificPadTopology().
const StripTopology & GEMEtaPartitionSpecs::specificTopology | ( | ) | const |
Definition at line 49 of file GEMEtaPartitionSpecs.cc.
References _top.
Referenced by GEMEtaPartition::specificTopology().
|
virtual |
Implements GeomDetType.
Definition at line 43 of file GEMEtaPartitionSpecs.cc.
References _top.
Referenced by GEMSimTriv::simulate(), GEMSimAverage::simulate(), and GEMEtaPartition::topology().
|
private |
Definition at line 48 of file GEMEtaPartitionSpecs.h.
Referenced by detName().
|
private |
Definition at line 47 of file GEMEtaPartitionSpecs.h.
Referenced by GEMEtaPartitionSpecs().
|
private |
topology of strips
Definition at line 42 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 45 of file GEMEtaPartitionSpecs.h.
Referenced by GEMEtaPartitionSpecs(), padTopology(), specificPadTopology(), and ~GEMEtaPartitionSpecs().