pflib v3.12.0-1-g716e801
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
examine_phase.h
1
2#pragma once
3
4#include "../daq_run.h"
5#include "../pftool.h"
6
15void scan_phase_strobe(Target* tgt, pflib::ROC& roc, int i_roc,
16 DecodeAndBuffer& buffer, int nevents);
17void scan_phase_ck(Target* tgt, DecodeAndBuffer& buffer, int nevents);
18int peak_bx(Target* tgt, pflib::ROC& roc, int i_roc, DecodeAndBuffer& buffer,
19 int nevents);
20void examine_phase(Target* tgt);
Consume an event packet, decode it, and save to buffer.
Definition daq_run.h:132
Definition ROC.h:19
encapulating a given setup's access rules
Definition Target.h:26
Shared declarations for all pftool menu commands.
static void roc(const std::string &cmd, Target *pft)
ROC menu commands.
Definition roc.cxx:122