GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
|
#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 (const 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 111 of file bufferclean.cxx.
References CheckEvent(), DGREEN, DMAGENTA, DRED, HIDE_CURSOR, TMidasFile::Open(), RESET_COLOR, SHOW_CURSOR, and Write().
void Write | ( | const std::shared_ptr< TMidasEvent > & | evt, |
TMidasFile * | outfile ) |
Definition at line 106 of file bufferclean.cxx.
References TMidasFile::FillBuffer().
Referenced by pygui.hist_tab.HistTab::_dump_to_tfile(), main(), and TAnalysisOptions::WriteToFile().
UInt_t chanId_threshold = 100 |
Definition at line 15 of file bufferclean.cxx.
Referenced by CheckEvent().