Project
Loading...
Searching...
No Matches
GRPDCSDPsSpec.h
Go to the documentation of this file.
1// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3// All rights not expressly granted are reserved.
4//
5// This software is distributed under the terms of the GNU General Public
6// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7//
8// In applying this license CERN does not waive the privileges and immunities
9// granted to it by virtue of its status as an Intergovernmental Organization
10// or submit itself to any jurisdiction.
11
13
14#ifndef O2_GRP_DCS_DPs_SPEC
15#define O2_GRP_DCS_DPs_SPEC
16
17#include <unistd.h>
20#include "Framework/Task.h"
21
22using namespace o2::framework;
23using HighResClock = std::chrono::high_resolution_clock;
24
25namespace o2
26{
27namespace grp
28{
30{
31 public:
32 void init(o2::framework::InitContext& ic) final;
35
36 private:
37 void sendLHCIFDPsoutput(DataAllocator& output);
38 void sendMagFieldDPsoutput(DataAllocator& output);
39 void sendCollimatorsDPsoutput(DataAllocator& output);
40 void sendEnvVarsDPsoutput(DataAllocator& output);
41
42 bool mVerbose = false; // to enable verbose mode
43 std::unique_ptr<GRPDCSDPsProcessor> mProcessor;
44 HighResClock::time_point mTimer;
45 int64_t mDPsUpdateInterval;
46 bool mReportTiming = false;
47 bool mLHCIFupdated = false;
48 size_t mEmptyCyclesEnvVars = 0;
49 size_t mEmptyCyclesCollimators = 0;
50 size_t mWarnEmptyCycles = 1;
51};
52} // namespace grp
53
54namespace framework
55{
56DataProcessorSpec getGRPDCSDPsDataProcessorSpec();
57
58} // namespace framework
59} // namespace o2
60
61#endif
std::chrono::high_resolution_clock HighResClock
void output(const std::map< std::string, ChannelStat > &channels)
Definition rawdump.cxx:197
void endOfStream(o2::framework::EndOfStreamContext &ec) final
This is invoked whenever we have an EndOfStream event.
void run(o2::framework::ProcessingContext &pc) final
void init(o2::framework::InitContext &ic) final
Defining PrimaryVertex explicitly as messageable.
Definition TFIDInfo.h:20
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...