Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Aug 16, 2024
1 parent c842f7f commit e592103
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/minos/mclient/evbuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,8 @@ int EventBuilder_ProcessBuffer(EventBuilder* eb, void* bu) {

// this should be called at the end of each event
{
/*
auto& prometheusManager = mclient_prometheus::PrometheusManager::Instance();
auto& storageManager = mclient_storage::StorageManager::Instance();
auto& graphManager = mclient_graph::GraphManager::Instance();
Expand All @@ -461,7 +463,6 @@ int EventBuilder_ProcessBuffer(EventBuilder* eb, void* bu) {
cout << "Event ID: " << storageManager.event.id << endl;
cout << "Event timestamp: " << storageManager.event.timestamp << endl;
/*
// AFAIK the first number is the signal id and the rest is the signal data
std::array<unsigned short, 512> waveform;
for (int i = 0; i < ShMem_DaqInfo->nSignals; ++i) {
Expand Down

0 comments on commit e592103

Please sign in to comment.