![]() |
Project
|
#include <SectorEdgeFluctuations.h>
Public Member Functions | |
| ClassDefNV (SectorEdgeInterval, 1) | |
Public Attributes | |
| Long64_t | startTimeMS {0} |
| interval start, Unix time in ms | |
| Long64_t | endTimeMS {0} |
| interval end, Unix time in ms | |
| std::vector< std::pair< int, float > > | sectors |
| {o2SectorId, scalingFactor} | |
One time interval during which a set of TPC sectors has edge fluctuations. Each sector carries an optional scaling factor (default 1.0).
Definition at line 32 of file SectorEdgeFluctuations.h.
| o2::tpc::SectorEdgeInterval::ClassDefNV | ( | SectorEdgeInterval | , |
| 1 | |||
| ) |
| Long64_t o2::tpc::SectorEdgeInterval::endTimeMS {0} |
interval end, Unix time in ms
Definition at line 34 of file SectorEdgeFluctuations.h.
| std::vector<std::pair<int, float> > o2::tpc::SectorEdgeInterval::sectors |
{o2SectorId, scalingFactor}
Definition at line 35 of file SectorEdgeFluctuations.h.
| Long64_t o2::tpc::SectorEdgeInterval::startTimeMS {0} |
interval start, Unix time in ms
Definition at line 33 of file SectorEdgeFluctuations.h.