#include "WireCellRoot/CelltreeFrameSink.h"
#include "WireCellUtil/NamedFactory.h"
#include "WireCellUtil/BoundingBox.h"
#include "WireCellUtil/Waveform.h"
#include "TFile.h"
#include "TH2F.h"
#include "TH2I.h"
#include "TTree.h"
#include "TH1F.h"
#include "TClonesArray.h"
#include <iostream>
#include <algorithm>
#include <unordered_map>
Go to the source code of this file.
Definition at line 100 of file CelltreeFrameSink.cxx.
103 auto const& all_traces = frame->traces();
104 for (
size_t index : frame->tagged_traces(
tag)) {
105 ret.push_back(all_traces->at(
index));
110 auto ftags = frame->frame_tags();
111 if (
std::find(ftags.begin(), ftags.end(),
tag) == ftags.end()) {
FMT_CONSTEXPR bool find(Ptr first, Ptr last, T value, Ptr &out)
Definition at line 91 of file CelltreeFrameSink.cxx.
94 for (
auto jone :
cfg) {
95 ret.insert(jone.asString());
std::unordered_set< std::string > string_set_tc