Project
Loading...
Searching...
No Matches
o2::tpc::SectorEdgeInterval Struct Reference

#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}
 

Detailed Description

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.

Member Function Documentation

◆ ClassDefNV()

o2::tpc::SectorEdgeInterval::ClassDefNV ( SectorEdgeInterval  ,
 
)

Member Data Documentation

◆ endTimeMS

Long64_t o2::tpc::SectorEdgeInterval::endTimeMS {0}

interval end, Unix time in ms

Definition at line 34 of file SectorEdgeFluctuations.h.

◆ sectors

std::vector<std::pair<int, float> > o2::tpc::SectorEdgeInterval::sectors

{o2SectorId, scalingFactor}

Definition at line 35 of file SectorEdgeFluctuations.h.

◆ startTimeMS

Long64_t o2::tpc::SectorEdgeInterval::startTimeMS {0}

interval start, Unix time in ms

Definition at line 33 of file SectorEdgeFluctuations.h.


The documentation for this struct was generated from the following file: