#include <DTC.h>
Public Member Functions | |
void | addLink (double phimin, double phimax) |
void | addphi (double phi, unsigned int layerdisk) |
void | addSec (int sector) |
int | addStub (std::pair< Stub *, L1TStub * > stub) |
void | clean () |
DTC (std::string name="") | |
const DTCLink & | link (unsigned int i) const |
double | max (unsigned int i) const |
double | min (unsigned int i) const |
unsigned int | nLinks () const |
void | setName (std::string name) |
~DTC ()=default | |
Private Attributes | |
std::vector< DTCLink > | links_ |
std::string | name_ |
double | phimax_ [N_LAYER+N_DISK] |
double | phimin_ [N_LAYER+N_DISK] |
std::vector< int > | sectors_ |
trklet::DTC::DTC | ( | std::string | name = "" | ) |
|
default |
void DTC::addLink | ( | double | phimin, |
double | phimax | ||
) |
void DTC::addphi | ( | double | phi, |
unsigned int | layerdisk | ||
) |
Definition at line 22 of file DTC.cc.
References cms::cuda::assert(), trklet::N_DISK, and trklet::N_LAYER.
void DTC::addSec | ( | int | sector | ) |
void DTC::clean | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
void DTC::setName | ( | std::string | name | ) |
|
private |