GamR  0.0.0
GammaROOT
Loading...
Searching...
No Matches
gamrsort.cc File Reference
#include <atomic>
#include <string>
#include <thread>
#include <vector>
#include <args/args.hxx>
#include <tree/Tree.hh>
#include <sort/CoincidenceCubeDiff.hh>
#include <sort/CoincidenceMatrix.hh>
#include <sort/CoincidenceMatrixPair.hh>
#include <sort/GatedTimeDifference.hh>
#include <sort/Matrix.hh>
#include <sort/Sorter.hh>
#include <sort/TimeDifference.hh>
#include <sort/TimeDifferencePairs.hh>
#include <sort/TimeWalkCal.hh>
#include <utils/REPL.hh>
+ Include dependency graph for gamrsort.cc:

Go to the source code of this file.

Typedefs

using DCPDet1 = D3221_TDetector3
 
using DCPDet2 = D3221_TDetector2
 
using DCPDet3 = D3221_TDetector0
 

Functions

int main (const int argc, const char *argv[])
 

Typedef Documentation

◆ DCPDet1

using DCPDet1 = D3221_TDetector3

Definition at line 23 of file gamrsort.cc.

◆ DCPDet2

using DCPDet2 = D3221_TDetector2

Definition at line 24 of file gamrsort.cc.

◆ DCPDet3

using DCPDet3 = D3221_TDetector0

Definition at line 25 of file gamrsort.cc.

Function Documentation

◆ main()