#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 295 of file TkMeasurementDetSet.h.
|
inline |
Definition at line 297 of file TkMeasurementDetSet.h.
|
inline |
|
inline |
Definition at line 303 of file TkMeasurementDetSet.h.
Referenced by PxMeasurementDetSet::id(), and MeasurementTrackerImpl::initialize().
void PxMeasurementConditionSet::init | ( | int | size | ) |
Definition at line 40 of file TkMeasurementDetSet.cc.
References activeThisPeriod_, and id_.
Referenced by MeasurementTrackerImpl::initPxMeasurementConditionSet().
|
inline |
Definition at line 309 of file TkMeasurementDetSet.h.
References activeThisPeriod_, and i.
Referenced by PxMeasurementDetSet::isActive().
|
inline |
Definition at line 302 of file TkMeasurementDetSet.h.
References id_.
Referenced by PxMeasurementDetSet::size().
|
inline |
Definition at line 308 of file TkMeasurementDetSet.h.
References theCPE.
Referenced by TkPixelMeasurementDet::cpe().
|
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 313 of file TkMeasurementDetSet.h.
References activeThisPeriod_, and i.
Referenced by TkPixelMeasurementDet::setActive().
|
friend |
Definition at line 317 of file TkMeasurementDetSet.h.
|
private |
Definition at line 324 of file TkMeasurementDetSet.h.
Referenced by init(), isActiveThisPeriod(), and setActive().
|
private |
Definition at line 323 of file TkMeasurementDetSet.h.
Referenced by find(), id(), init(), MeasurementTrackerImpl::initPxMeasurementConditionSet(), and nDet().
|
private |
Definition at line 320 of file TkMeasurementDetSet.h.
Referenced by pixelCPE().