#include <CAGraph.h>
|
| CALayer (const std::string &layerName, std::size_t numberOfHits) |
|
const std::string & | name () const |
|
bool | operator== (const std::string &otherString) |
|
Definition at line 8 of file CAGraph.h.
◆ CALayer()
CALayer::CALayer |
( |
const std::string & |
layerName, |
|
|
std::size_t |
numberOfHits |
|
) |
| |
|
inline |
◆ name()
const std::string& CALayer::name |
( |
void |
| ) |
const |
|
inline |
◆ operator==()
bool CALayer::operator== |
( |
const std::string & |
otherString | ) |
|
|
inline |
◆ isOuterHitOfCell
std::vector<std::vector<unsigned int> > CALayer::isOuterHitOfCell |
◆ theInnerLayerPairs
std::vector<int> CALayer::theInnerLayerPairs |
◆ theInnerLayers
std::vector<int> CALayer::theInnerLayers |
◆ theName
std::string CALayer::theName |
|
private |
◆ theOuterLayerPairs
std::vector<int> CALayer::theOuterLayerPairs |
◆ theOuterLayers
std::vector<int> CALayer::theOuterLayers |