#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 423 of file TkMeasurementDetSet.h.
|
inline |
Definition at line 425 of file TkMeasurementDetSet.h.
References StMeasurementConditionSet::init(), and findQualityFiles::size.
|
inline |
Definition at line 436 of file TkMeasurementDetSet.h.
References StMeasurementConditionSet::theCPE.
|
inline |
Definition at line 432 of file TkMeasurementDetSet.h.
References mps_fire::i, and StMeasurementConditionSet::id_.
|
inline |
Definition at line 431 of file TkMeasurementDetSet.h.
References mps_fire::i, and StMeasurementConditionSet::id_.
Referenced by MeasurementTrackerImpl::initialize().
void Phase2OTMeasurementConditionSet::init | ( | int | size | ) |
Definition at line 41 of file TkMeasurementDetSet.cc.
References StMeasurementConditionSet::activeThisPeriod_, and StMeasurementConditionSet::id_.
Referenced by MeasurementTrackerImpl::initPhase2OTMeasurementConditionSet().
|
inline |
Definition at line 437 of file TkMeasurementDetSet.h.
References StMeasurementConditionSet::activeThisPeriod_, and mps_fire::i.
|
inline |
Definition at line 430 of file TkMeasurementDetSet.h.
References StMeasurementConditionSet::id_.
|
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 441 of file TkMeasurementDetSet.h.
References StMeasurementConditionSet::activeThisPeriod_, and mps_fire::i.
|
friend |
Definition at line 445 of file TkMeasurementDetSet.h.
|
private |
Definition at line 452 of file TkMeasurementDetSet.h.
|
private |
Definition at line 451 of file TkMeasurementDetSet.h.
Referenced by MeasurementTrackerImpl::initPhase2OTMeasurementConditionSet().
|
private |
Definition at line 448 of file TkMeasurementDetSet.h.