ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
Class for managing PID cuts from HEIST data. Follows the interface required to be passed as a reduction function to AtDataReductionTask. More...
#include <AtCutHEIST.h>
Public Member Functions | |
AtCutHEIST (TTree *tree, TString cutFile) | |
AtCutHEIST (TString treeFile, TString cutFile, TString treeName="E12014") | |
bool | AddSpecies (std::string species) |
Add a species to accept in the cut. More... | |
void | AddAllSpecies () |
std::string | GetSpecies () |
bool | operator() () |
void | SetSaveCuts (TFile *outFile) |
Class for managing PID cuts from HEIST data. Follows the interface required to be passed as a reduction function to AtDataReductionTask.
Definition at line 23 of file AtCutHEIST.h.
AtCutHEIST::AtCutHEIST | ( | TTree * | tree, |
TString | cutFile | ||
) |
Definition at line 26 of file AtCutHEIST.cxx.
AtCutHEIST::AtCutHEIST | ( | TString | treeFile, |
TString | cutFile, | ||
TString | treeName = "E12014" |
||
) |
Definition at line 16 of file AtCutHEIST.cxx.
void AtCutHEIST::AddAllSpecies | ( | ) |
Definition at line 60 of file AtCutHEIST.cxx.
bool AtCutHEIST::AddSpecies | ( | std::string | species | ) |
Add a species to accept in the cut.
Definition at line 40 of file AtCutHEIST.cxx.
std::string AtCutHEIST::GetSpecies | ( | ) |
Definition at line 85 of file AtCutHEIST.cxx.
bool AtCutHEIST::operator() | ( | ) |
Definition at line 67 of file AtCutHEIST.cxx.
|
inline |
Definition at line 47 of file AtCutHEIST.h.