#include <TkMeasurementDetSet.h>
Public Member Functions | |
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 |
const PixelClusterParameterEstimator * | pixelCPE () const |
PxMeasurementConditionSet (const PixelClusterParameterEstimator *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 PixelClusterParameterEstimator * | theCPE |
Friends | |
class | MeasurementTrackerImpl |
Definition at line 302 of file TkMeasurementDetSet.h.
|
inline |
Definition at line 304 of file TkMeasurementDetSet.h.
References StMeasurementConditionSet::init(), and findQualityFiles::size.
|
inline |
Definition at line 311 of file TkMeasurementDetSet.h.
References mps_fire::i, and StMeasurementConditionSet::id_.
|
inline |
Definition at line 310 of file TkMeasurementDetSet.h.
References mps_fire::i, and StMeasurementConditionSet::id_.
Referenced by MeasurementTrackerImpl::initialize().
void PxMeasurementConditionSet::init | ( | int | size | ) |
Definition at line 36 of file TkMeasurementDetSet.cc.
References StMeasurementConditionSet::activeThisPeriod_, and StMeasurementConditionSet::id_.
Referenced by MeasurementTrackerImpl::initPxMeasurementConditionSet().
|
inline |
Definition at line 316 of file TkMeasurementDetSet.h.
References StMeasurementConditionSet::activeThisPeriod_, and mps_fire::i.
|
inline |
|
inline |
Definition at line 315 of file TkMeasurementDetSet.h.
References StMeasurementConditionSet::theCPE.
Referenced by MeasurementTrackerImpl::addStackDet().
|
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 320 of file TkMeasurementDetSet.h.
References StMeasurementConditionSet::activeThisPeriod_, and mps_fire::i.
|
friend |
Definition at line 324 of file TkMeasurementDetSet.h.
|
private |
Definition at line 331 of file TkMeasurementDetSet.h.
|
private |
Definition at line 330 of file TkMeasurementDetSet.h.
Referenced by MeasurementTrackerImpl::initPxMeasurementConditionSet().
|
private |
Definition at line 327 of file TkMeasurementDetSet.h.