GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
bufferclean.cxx File Reference
#include "TMidasFile.h"
#include "TMidasEvent.h"
#include "TStopwatch.h"
#include "TSystem.h"
#include <map>
#include <iostream>
#include <fstream>
#include <chrono>
#include <utility>
+ Include dependency graph for bufferclean.cxx:

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
 

Function Documentation

◆ CheckEvent()

Bool_t CheckEvent ( const std::shared_ptr< TMidasEvent > & evt)

Definition at line 17 of file bufferclean.cxx.

References chanId_threshold.

Referenced by main().

◆ main()

int main ( int argc,
char ** argv )

◆ Write()

void Write ( const std::shared_ptr< TMidasEvent > & evt,
TMidasFile * outfile )

Variable Documentation

◆ chanId_threshold

UInt_t chanId_threshold = 100

Definition at line 15 of file bufferclean.cxx.

Referenced by CheckEvent().