BmnRoot
Loading...
Searching...
No Matches
BmnSpillHeader.h File Reference
#include <chrono>
#include <map>
#include <unordered_map>
#include <TTimeStamp.h>
#include "BmnAliases.h"
#include "BmnEnums.h"
#include "BmnFunctionSet.h"
#include "RawTypes.h"
Include dependency graph for BmnSpillHeader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BmnSpillHeader
 

Typedefs

using SysClock = std::chrono::system_clock
 
using SysPoint = std::chrono::time_point< SysClock >
 
typedef std::map< string, vector< std::pair< SysPoint, UInt_t > > > ScalerNameSliceCntMap
 

Typedef Documentation

◆ ScalerNameSliceCntMap

typedef std::map<string, vector<std::pair<SysPoint, UInt_t> > > ScalerNameSliceCntMap

Definition at line 21 of file BmnSpillHeader.h.

◆ SysClock

using SysClock = std::chrono::system_clock

Definition at line 15 of file BmnSpillHeader.h.

◆ SysPoint

using SysPoint = std::chrono::time_point<SysClock>

Definition at line 16 of file BmnSpillHeader.h.