|
ant
A2 ant: class-based analysis framework
|
Inheritance diagram for RefHist_t:
Collaboration diagram for RefHist_t:Classes | |
| struct | Fill_t |
Public Types | |
| using | Tree_t = physics::EtapDalitz::RefTree_t |
| using | Fill_t = Hist_t< Tree_t >::Fill_t |
| using | Tree_t = physics::EtapOmegaG::Ref_t::Tree_t |
Public Types inherited from CommonHist_t | |
| using | Tree_t = physics::EtapOmegaG::TreeCommon |
| using | ProtonPhoton_t = physics::EtapOmegaG::ProtonPhotonTree_t |
Public Types inherited from Hist_t< physics::EtapDalitz::RefTree_t > | |
| using | Tree_t = PIDEfficiencyCheck::physics::EtapDalitz::RefTree_t |
| using | Tree_t = physics::MesonDalitzDecays::physics::EtapDalitz::RefTree_t |
| using | Tree_t = physics::TriggerSimulation::physics::EtapDalitz::RefTree_t |
| using | fillfunc_t = std::function< void(Hist *, const Fill_t &)> |
| using | fillfunc_t = std::function< void(Hist *, const Fill_t &)> |
Public Member Functions | |
| RefHist_t (const HistogramFactory &hf, cuttree::TreeInfo_t treeInfo) | |
| RefHist_t (HistogramFactory HistFac, cuttree::TreeInfo_t treeInfo) | |
| void | Fill (const Fill_t &f) const |
| std::vector< TH1 * > | GetHists () const |
Public Member Functions inherited from CommonHist_t | |
| CommonHist_t (HistogramFactory HistFac, cuttree::TreeInfo_t treeInfo) | |
| void | Fill (const Fill_t &f) const |
| std::vector< TH1 * > | GetHists () const |
Public Member Functions inherited from Hist_t< physics::EtapDalitz::RefTree_t > | |
| Hist_t (HistogramFactory HistFac, cuttree::TreeInfo_t) | |
| Hist_t (const HistogramFactory &hf, cuttree::TreeInfo_t) | |
| Hist_t (const HistogramFactory &hf, cuttree::TreeInfo_t treeInfo) | |
| Hist_t (HistogramFactory HistFac, cuttree::TreeInfo_t treeInfo) | |
| void | Fill (const Fill_t &f) const |
| void | Fill (const Fill_t &f) const |
| void | Fill (const Fill_t &f) const |
| void | Fill (const Fill_t &f) const |
| cuttree::Cuts_t< Fill_t > | GetCuts () |
| void | AddTH1 (const string &title, const string &xlabel, const string &ylabel, const BinSettings &bins, const string &name, fillfunc_t< TH1D > f) |
| void | AddTH1 (const string &title, const string &xlabel, const string &ylabel, const BinSettings &bins, const string &name, fillfunc_t< TH1D > f, const bool sumw2=false) |
| void | AddTH2 (const string &title, const string &xlabel, const string &ylabel, const BinSettings &xbins, const BinSettings &ybins, const string &name, fillfunc_t< TH2D > f) |
| void | AddTH2 (const string &title, const string &xlabel, const string &ylabel, const BinSettings &xbins, const BinSettings &ybins, const string &name, fillfunc_t< TH2D > f, const bool sumw2=false) |
| std::vector< TH1 *> | GetHists () const |
| std::vector< TH1 *> | GetHists () const |
| std::vector< TH1 *> | GetHists () const |
Static Public Member Functions | |
| static cuttree::Cuts_t< Fill_t > | GetCuts () |
| static cuttree::Cuts_t< Fill_t > | GetCuts () |
Static Public Member Functions inherited from CommonHist_t | |
| static cuttree::Cuts_t< Fill_t > | GetCuts () |
Static Public Member Functions inherited from Hist_t< physics::EtapDalitz::RefTree_t > | |
| static cuttree::Cuts_t< Fill_t > | GetCuts () |
| static cuttree::Cuts_t< Fill_t > | GetCuts () |
| static cuttree::Cuts_t< Fill_t > | GetCuts () |
| static BinSettings | Bins (const unsigned bins, const double min, const double max) |
Additional Inherited Members | |
Static Public Attributes inherited from CommonHist_t | |
| static OptionsPtr | opts |
Static Public Attributes inherited from Hist_t< physics::EtapDalitz::RefTree_t > | |
| static constexpr double | binScale |
| using RefHist_t::Fill_t = Hist_t<Tree_t>::Fill_t |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
| const BinSettings RefHist_t::Chi2Bins = BinSettings(250, 0, 25) |
| const shared_ptr<Detector_t> RefHist_t::ept = ExpConfig::Setup::GetDetector<expconfig::detector::EPT>() |
| const BinSettings RefHist_t::etapBins = Bins( 400, 800, 1200) |
| TH1D* RefHist_t::h_IM_2g = nullptr |
| TH2D* RefHist_t::h_IM_2g_TaggCh = nullptr |
| TH1D* RefHist_t::h_KinFitProb = nullptr |
| TH1D* RefHist_t::h_TaggT = nullptr |
| const BinSettings RefHist_t::IMbins = Bins(1200, 0, 1200) |
| const BinSettings RefHist_t::probbins = BinSettings(250, 0, 1) |
| const BinSettings RefHist_t::TaggChBins = BinSettings(ept->GetNChannels()) |
| const BinSettings RefHist_t::zVertex = Bins(100, -15, 15) |