![]() |
![]() |
#include <TkMeasurementDetSet.h>
Public Member Functions | |
const ClusterParameterEstimator < Phase2TrackerCluster1D > * | cpe () const |
int | find (unsigned int jd, int i=0) const |
unsigned int | id (int i) const |
void | init (int size) |
bool | isActiveThisPeriod (int i) const |
int | nDet () const |
Phase2OTMeasurementConditionSet (const ClusterParameterEstimator< Phase2TrackerCluster1D > *cpe) | |
void | setActive (int i, bool active) |
Turn on/off the module for reconstruction, for the full run or lumi (using info from DB, usually). This also resets the 'setActiveThisEvent' to true. More... | |
Private Attributes | |
std::vector< bool > | activeThisPeriod_ |
std::vector< unsigned int > | id_ |
const ClusterParameterEstimator < Phase2TrackerCluster1D > * | theCPE |
Friends | |
class | MeasurementTrackerImpl |
Definition at line 395 of file TkMeasurementDetSet.h.
|
inline |
Definition at line 397 of file TkMeasurementDetSet.h.
|
inline |
Definition at line 408 of file TkMeasurementDetSet.h.
References theCPE.
|
inline |
Definition at line 404 of file TkMeasurementDetSet.h.
Referenced by Phase2OTMeasurementDetSet::find().
|
inline |
Definition at line 403 of file TkMeasurementDetSet.h.
Referenced by Phase2OTMeasurementDetSet::id(), and MeasurementTrackerImpl::initialize().
void Phase2OTMeasurementConditionSet::init | ( | int | size | ) |
Definition at line 41 of file TkMeasurementDetSet.cc.
References activeThisPeriod_, and id_.
Referenced by MeasurementTrackerImpl::initPhase2OTMeasurementConditionSet().
|
inline |
Definition at line 409 of file TkMeasurementDetSet.h.
References activeThisPeriod_, and i.
Referenced by Phase2OTMeasurementDetSet::isActive().
|
inline |
Definition at line 402 of file TkMeasurementDetSet.h.
References id_.
Referenced by Phase2OTMeasurementDetSet::size().
|
inline |
Turn on/off the module for reconstruction, for the full run or lumi (using info from DB, usually). This also resets the 'setActiveThisEvent' to true.
Definition at line 413 of file TkMeasurementDetSet.h.
References activeThisPeriod_, and i.
|
friend |
Definition at line 417 of file TkMeasurementDetSet.h.
|
private |
Definition at line 424 of file TkMeasurementDetSet.h.
Referenced by init(), isActiveThisPeriod(), and setActive().
|
private |
Definition at line 423 of file TkMeasurementDetSet.h.
Referenced by find(), id(), init(), MeasurementTrackerImpl::initPhase2OTMeasurementConditionSet(), and nDet().
|
private |
Definition at line 420 of file TkMeasurementDetSet.h.
Referenced by cpe().