|
BOSS 8.0.0
BESIII Offline Software System
|
A class to represent a wire layer. More...
#include <TMDCLayer.h>
Public Member Functions | |
| TMDCLayer (const MdcGeoLayer *) | |
| Constructor. | |
| virtual | ~TMDCLayer () |
| Destructor. | |
| unsigned | id (void) const |
| returns id. | |
| unsigned | superLayerId (void) const |
| returns super layer id. | |
| unsigned | localLayerId (void) const |
| returns local layer id in a super layer. | |
| unsigned | axialStereoLayerId (void) const |
| returns id of axial or stereo id. | |
| unsigned | nWires (void) const |
| returns # of wires. | |
| const TMDCWire *const | wire (int id) const |
| returns a pointer to a wire. 'id' can be negative or 'id' can be greater than 'nWires()'. | |
| bool | axial (void) const |
| returns true if this is an axial layer. | |
| bool | stereo (void) const |
| returns true if this is a stereo layer. | |
| float | offset (void) const |
| returns offset. | |
| float | cellSize (void) const |
| returns cell size. | |
| const MdcGeoLayer * | geocdc (void) const |
| returns a pointer to GEOMDC_WIR. | |
| void | dump (const std::string &message=std::string(""), const std::string &prefix=std::string("")) const |
| dumps debug information. | |
| TMDCLayer (const MdcGeoLayer *) | |
| Constructor. | |
| virtual | ~TMDCLayer () |
| Destructor. | |
| unsigned | id (void) const |
| returns id. | |
| unsigned | superLayerId (void) const |
| returns super layer id. | |
| unsigned | localLayerId (void) const |
| returns local layer id in a super layer. | |
| unsigned | axialStereoLayerId (void) const |
| returns id of axial or stereo id. | |
| unsigned | nWires (void) const |
| returns # of wires. | |
| const TMDCWire *const | wire (int id) const |
| returns a pointer to a wire. 'id' can be negative or 'id' can be greater than 'nWires()'. | |
| bool | axial (void) const |
| returns true if this is an axial layer. | |
| bool | stereo (void) const |
| returns true if this is a stereo layer. | |
| float | offset (void) const |
| returns offset. | |
| float | cellSize (void) const |
| returns cell size. | |
| const MdcGeoLayer * | geocdc (void) const |
| returns a pointer to GEOMDC_WIR. | |
| void | dump (const std::string &message=std::string(""), const std::string &prefix=std::string("")) const |
| dumps debug information. | |
| TMDCLayer (const MdcGeoLayer *) | |
| Constructor. | |
| virtual | ~TMDCLayer () |
| Destructor. | |
| unsigned | id (void) const |
| returns id. | |
| unsigned | superLayerId (void) const |
| returns super layer id. | |
| unsigned | localLayerId (void) const |
| returns local layer id in a super layer. | |
| unsigned | axialStereoLayerId (void) const |
| returns id of axial or stereo id. | |
| unsigned | nWires (void) const |
| returns # of wires. | |
| const TMDCWire *const | wire (int id) const |
| returns a pointer to a wire. 'id' can be negative or 'id' can be greater than 'nWires()'. | |
| bool | axial (void) const |
| returns true if this is an axial layer. | |
| bool | stereo (void) const |
| returns true if this is a stereo layer. | |
| float | offset (void) const |
| returns offset. | |
| float | cellSize (void) const |
| returns cell size. | |
| const MdcGeoLayer * | geocdc (void) const |
| returns a pointer to GEOMDC_WIR. | |
| void | dump (const std::string &message=std::string(""), const std::string &prefix=std::string("")) const |
| dumps debug information. | |
A class to represent a wire layer.
Definition at line 32 of file InstallArea/x86_64-el9-gcc13-dbg/include/TrkReco/TMDCLayer.h.
| TMDCLayer::TMDCLayer | ( | const MdcGeoLayer * | l | ) |
Constructor.
Definition at line 22 of file TMDCLayer.cxx.
|
virtual |
| TMDCLayer::TMDCLayer | ( | const MdcGeoLayer * | ) |
Constructor.
|
virtual |
Destructor.
| TMDCLayer::TMDCLayer | ( | const MdcGeoLayer * | ) |
Constructor.
|
virtual |
Destructor.
|
inline |
returns true if this is an axial layer.
Definition at line 118 of file InstallArea/x86_64-el9-gcc13-dbg/include/TrkReco/TMDCLayer.h.
Referenced by dump().
| bool TMDCLayer::axial | ( | void | ) | const |
returns true if this is an axial layer.
| bool TMDCLayer::axial | ( | void | ) | const |
returns true if this is an axial layer.
|
inline |
returns id of axial or stereo id.
Definition at line 132 of file InstallArea/x86_64-el9-gcc13-dbg/include/TrkReco/TMDCLayer.h.
Referenced by TBuilder0::buildStereo().
| unsigned TMDCLayer::axialStereoLayerId | ( | void | ) | const |
returns id of axial or stereo id.
| unsigned TMDCLayer::axialStereoLayerId | ( | void | ) | const |
returns id of axial or stereo id.
|
inline |
returns cell size.
Definition at line 134 of file InstallArea/x86_64-el9-gcc13-dbg/include/TrkReco/TMDCLayer.h.
| float TMDCLayer::cellSize | ( | void | ) | const |
returns cell size.
| float TMDCLayer::cellSize | ( | void | ) | const |
returns cell size.
| void TMDCLayer::dump | ( | const std::string & | message = std::string( "" ), |
| const std::string & | prefix = std::string( "" ) ) const |
dumps debug information.
Definition at line 44 of file TMDCLayer.cxx.
| void TMDCLayer::dump | ( | const std::string & | message = std::string(""), |
| const std::string & | prefix = std::string("") ) const |
dumps debug information.
| void TMDCLayer::dump | ( | const std::string & | message = std::string(""), |
| const std::string & | prefix = std::string("") ) const |
dumps debug information.
|
inline |
returns a pointer to GEOMDC_WIR.
Definition at line 112 of file InstallArea/x86_64-el9-gcc13-dbg/include/TrkReco/TMDCLayer.h.
Referenced by TMDC::wire().
| const MdcGeoLayer * TMDCLayer::geocdc | ( | void | ) | const |
returns a pointer to GEOMDC_WIR.
| const MdcGeoLayer * TMDCLayer::geocdc | ( | void | ) | const |
returns a pointer to GEOMDC_WIR.
|
inline |
returns id.
Definition at line 106 of file InstallArea/x86_64-el9-gcc13-dbg/include/TrkReco/TMDCLayer.h.
Referenced by wire().
| unsigned TMDCLayer::id | ( | void | ) | const |
returns id.
| unsigned TMDCLayer::id | ( | void | ) | const |
returns id.
|
inline |
returns local layer id in a super layer.
Definition at line 110 of file InstallArea/x86_64-el9-gcc13-dbg/include/TrkReco/TMDCLayer.h.
| unsigned TMDCLayer::localLayerId | ( | void | ) | const |
returns local layer id in a super layer.
| unsigned TMDCLayer::localLayerId | ( | void | ) | const |
returns local layer id in a super layer.
|
inline |
returns # of wires.
Definition at line 116 of file InstallArea/x86_64-el9-gcc13-dbg/include/TrkReco/TMDCLayer.h.
Referenced by TMDCWire::localIdDifference(), and TMDC::wire().
| unsigned TMDCLayer::nWires | ( | void | ) | const |
returns # of wires.
| unsigned TMDCLayer::nWires | ( | void | ) | const |
returns # of wires.
|
inline |
returns offset.
Definition at line 114 of file InstallArea/x86_64-el9-gcc13-dbg/include/TrkReco/TMDCLayer.h.
| float TMDCLayer::offset | ( | void | ) | const |
returns offset.
| float TMDCLayer::offset | ( | void | ) | const |
returns offset.
|
inline |
returns true if this is a stereo layer.
Definition at line 125 of file InstallArea/x86_64-el9-gcc13-dbg/include/TrkReco/TMDCLayer.h.
| bool TMDCLayer::stereo | ( | void | ) | const |
returns true if this is a stereo layer.
| bool TMDCLayer::stereo | ( | void | ) | const |
returns true if this is a stereo layer.
|
inline |
returns super layer id.
Definition at line 108 of file InstallArea/x86_64-el9-gcc13-dbg/include/TrkReco/TMDCLayer.h.
| unsigned TMDCLayer::superLayerId | ( | void | ) | const |
returns super layer id.
| unsigned TMDCLayer::superLayerId | ( | void | ) | const |
returns super layer id.
| const TMDCWire *const TMDCLayer::wire | ( | int | id | ) | const |
returns a pointer to a wire. 'id' can be negative or 'id' can be greater than 'nWires()'.
Definition at line 56 of file TMDCLayer.cxx.
Referenced by TMDC::wire().
| const TMDCWire *const TMDCLayer::wire | ( | int | id | ) | const |
returns a pointer to a wire. 'id' can be negative or 'id' can be greater than 'nWires()'.
| const TMDCWire *const TMDCLayer::wire | ( | int | id | ) | const |
returns a pointer to a wire. 'id' can be negative or 'id' can be greater than 'nWires()'.