#include <CAGraph.h>
Public Member Functions | |
CALayer (const std::string &layerName, const int seqNum, std::size_t numberOfHits) | |
const std::string & | name () const |
bool | operator== (const std::string &otherString) const |
bool | operator== (const int otherSeqNum) const |
const int | seqNum () const |
Public Attributes | |
std::vector< std::vector< unsigned int > > | isOuterHitOfCell |
std::vector< int > | theInnerLayerPairs |
std::vector< int > | theInnerLayers |
std::vector< int > | theOuterLayerPairs |
std::vector< int > | theOuterLayers |
Private Attributes | |
std::string | theName |
int | theSeqNum |
|
inline |
Definition at line 9 of file CAGraph.h.
References isOuterHitOfCell.
|
inline |
Definition at line 18 of file CAGraph.h.
References theName.
Referenced by config.CFG::__str__(), and validation.Sample::digest().
|
inline |
|
inline |
|
inline |
std::vector<std::vector<unsigned int> > CALayer::isOuterHitOfCell |
|
private |
Definition at line 30 of file CAGraph.h.
Referenced by name(), and operator==().
|
private |
Definition at line 31 of file CAGraph.h.
Referenced by operator==(), and seqNum().