|
| void | SetRunList (std::initializer_list< int > list) |
| |
| void | SetModeGoodRuns () |
| |
| void | SetModeBadRuns () |
| |
| void | SetDataLabel (TString label) |
| |
| void | SetInputFile (TString name) |
| |
| virtual Bool_t | Init (Int_t format_id) |
| |
| virtual Bool_t | Pass (Event *event) |
| |
| virtual void | Print (Option_t *opt="") const |
| |
| virtual Package * | Report () const |
| |
| | EventExpCut (const Int_t size=1) |
| |
| | EventCut (const Int_t i=1) |
| |
| virtual | ~EventCut () |
| |
| | Cut (const Int_t size=1, ECutUpdate update=ECutUpdate::kNo, TString groupFlag="") |
| |
| | Cut (const Cut &cut) |
| |
| Cut & | operator= (const Cut &other) |
| |
| void | SetLabel (Int_t label) |
| |
| void | Finish () |
| |
| void | Reset () |
| |
| void | SetMinAndMax (Double_t val, Int_t i=0) |
| |
| void | SetMinMax (Double_t min, Double_t max, Int_t i=0) |
| |
| TString | GetGroupFlag () const |
| |
| ECutUpdate | GetUpdateRatio () const |
| |
| Cut ** | MultiClone (Int_t no, Bool_t increment_collections=kFALSE) |
| |
| void | SetMinimum (Double_t min, Int_t i=0) |
| |
| void | SetMaximum (Double_t max, Int_t i=0) |
| |
| void | SetValue (Double_t val, Int_t i=0) |
| |
| void | SetUnitName (TString name, Int_t i=0) |
| |
| void | SetCollectionID (Int_t i) |
| |
| Int_t | GetCutSize () const |
| |
| Int_t | GetCollectionID () const |
| |
| Bool_t | HasPassed () const |
| |
| Bool_t | IsCloned () const |
| |
| Double_t | GetMin (Int_t i=0) const |
| |
| Double_t | GetMax (Int_t i=0) const |
| |
| Double_t | GetValue (Int_t i=0) const |
| |
| Double_t | GetWeight () |
| |
| ULong64_t | GetPassed () const |
| |
| ULong64_t | GetTotal () const |
| |
| ULong64_t | GetFailed () const |
| |
| TString | GetUnit (Int_t i) const |
| |
| virtual Cut * | MakeCopy () const |
| |
| TObjArray * | Split (Int_t n, Int_t i=0, Double_t shift=0) const |
| |
| virtual TString | CutName (Option_t *opt="") const |
| |
| virtual std::vector< std::pair< TString, Double_t > > | GetBinLabels (Int_t par=0) const |
| |
|
| enum class | EMode { kGood
, kBad
} |
| |
Definition at line 25 of file EventRunCut.h.
◆ EMode
| enum class Hal::EventRunCut::EMode |
|
strongprotected |
◆ EventRunCut()
| Hal::EventRunCut::EventRunCut |
( |
| ) |
|
◆ ~EventRunCut()
| virtual Hal::EventRunCut::~EventRunCut |
( |
| ) |
|
|
inlinevirtual |
◆ Init()
| Bool_t Hal::EventRunCut::Init |
( |
Int_t | | ) |
|
|
virtual |
◆ Pass()
| Bool_t Hal::EventRunCut::Pass |
( |
Event * | event | ) |
|
|
virtual |
return true if event pass cut, false otherwise, should be overwittern in subclass *
- Parameters
-
Implements Hal::EventCut.
Definition at line 77 of file EventRunCut.cxx.
◆ Print()
| void Hal::EventRunCut::Print |
( |
Option_t * | option = "" | ) |
const |
|
virtual |
◆ Report()
| Package * Hal::EventRunCut::Report |
( |
| ) |
const |
|
virtual |
◆ SetDataLabel()
| void Hal::EventRunCut::SetDataLabel |
( |
TString | label | ) |
|
|
inline |
◆ SetInputFile()
| void Hal::EventRunCut::SetInputFile |
( |
TString | name | ) |
|
|
inline |
◆ SetModeBadRuns()
| void Hal::EventRunCut::SetModeBadRuns |
( |
| ) |
|
|
inline |
◆ SetModeGoodRuns()
| void Hal::EventRunCut::SetModeGoodRuns |
( |
| ) |
|
|
inline |
◆ SetRunList()
| void Hal::EventRunCut::SetRunList |
( |
std::initializer_list< int > | list | ) |
|
◆ fLabel
| TString Hal::EventRunCut::fLabel |
|
protected |
◆ fListFile
| TString Hal::EventRunCut::fListFile |
|
protected |
◆ fMode
| EMode Hal::EventRunCut::fMode |
|
protected |
◆ fRuns
| std::vector<int> Hal::EventRunCut::fRuns |
|
protected |
The documentation for this class was generated from the following files: