#include "TMidasFile.h"
#include "TMidasEvent.h"
#include "TStopwatch.h"
#include "TSystem.h"
#include <map>
#include <iostream>
#include <fstream>
#include <chrono>
#include <utility>
Go to the source code of this file.
Functions | |
Bool_t | CheckEvent (const std::shared_ptr< TMidasEvent > &evt) |
int | main (int argc, char **argv) |
void | Write (std::shared_ptr< TMidasEvent > evt, TMidasFile *outfile) |
Variables | |
UInt_t | chanId_threshold = 100 |
Bool_t CheckEvent | ( | const std::shared_ptr< TMidasEvent > & | evt | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 121 of file bufferclean.cxx.
References pygui.grut-view::argv, CheckEvent(), DGREEN, DMAGENTA, DRED, HIDE_CURSOR, TMidasFile::Open(), RESET_COLOR, SHOW_CURSOR, and Write().
void Write | ( | std::shared_ptr< TMidasEvent > | evt, |
TMidasFile * | outfile | ||
) |
Definition at line 112 of file bufferclean.cxx.
References TMidasFile::FillBuffer().
Referenced by pygui.hist_tab.HistTab::_dump_to_tfile(), main(), TPPG::Write(), and TAnalysisOptions::WriteToFile().
UInt_t chanId_threshold = 100 |
Definition at line 15 of file bufferclean.cxx.
Referenced by CheckEvent().