Simple decorator class to allow to reuse the functionality of GaudiHistos<TYPE> class in pythin.
More...
|
| static AIDA::IHistogram1D * | plot1D (const GaudiHistoAlg &algo, const double data, const std::string &title, const double low, const double high, const unsigned long bins=100) |
| | "plot"(book&fill) a sequence of data from the vector (implicit loop) (Expected to be more efficient)
|
| |
| static AIDA::IHistogram1D * | plot1D (const GaudiHistoAlg &algo, const double data, const GaudiAlg::HistoID &ID, const std::string &title, const double low, const double high, const unsigned long bins=100) |
| | "plot"(book&fill) a sequence of data from the vector (implicit loop) (Expected to be more efficient)
|
| |
| static AIDA::IHistogram1D * | plot1D (const GaudiHistoAlg &algo, const double data, const long ID, const std::string &title, const double low, const double high, const unsigned long bins=100) |
| | "plot"(book&fill) a sequence of data from the vector (implicit loop) (Expected to be more efficient)
|
| |
| static AIDA::IHistogram1D * | plot1D (const GaudiHistoAlg &algo, const double data, const std::string &ID, const std::string &title, const double low, const double high, const unsigned long bins=100) |
| | "plot"(book&fill) a sequence of data from the vector (implicit loop) (Expected to be more efficient)
|
| |
| static AIDA::IHistogram1D * | plot1D (const GaudiHistoAlg &algo, const GaudiPython::Vector &data, const std::string &title, const double low, const double high, const unsigned long bins=100) |
| | "plot"(book&fill) a sequence of data from the vector (implicit loop) (Expected to be more efficient)
|
| |
| static AIDA::IHistogram1D * | plot1D (const GaudiHistoAlg &algo, const GaudiPython::Vector &data, const GaudiAlg::HistoID &ID, const std::string &title, const double low, const double high, const unsigned long bins=100) |
| | "plot"(book&fill) a sequence of data from the vector (implicit loop) (Expected to be more efficient)
|
| |
| static AIDA::IHistogram1D * | plot1D (const GaudiHistoAlg &algo, const GaudiPython::Vector &data, const long ID, const std::string &title, const double low, const double high, const unsigned long bins=100) |
| | "plot"(book&fill) a sequence of data from the vector (implicit loop) (Expected to be more efficient)
|
| |
| static AIDA::IHistogram1D * | plot1D (const GaudiHistoAlg &algo, const GaudiPython::Vector &data, const std::string &ID, const std::string &title, const double low, const double high, const unsigned long bins=100) |
| | "plot"(book&fill) a sequence of data from the vector (implicit loop) (Expected to be more efficient)
|
| |
| static AIDA::IHistogram2D * | plot2D (const GaudiHistoAlg &algo, const double valueX, const double valueY, const std::string &title, const double lowX, const double highX, const double lowY, const double highY, const unsigned long binsX=50, const unsigned long binsY=50, const double weight=1.0) |
| | fill the 2D histogram (book on demand)
|
| |
| static AIDA::IHistogram2D * | plot2D (const GaudiHistoAlg &algo, const double valueX, const double valueY, const GaudiAlg::HistoID &ID, const std::string &title, const double lowX, const double highX, const double lowY, const double highY, const unsigned long binsX=50, const unsigned long binsY=50, const double weight=1.0) |
| | fill the 2D histogram with forced ID assignment (book on demand)
|
| |
| static AIDA::IHistogram2D * | plot2D (const GaudiHistoAlg &algo, const double valueX, const double valueY, const long ID, const std::string &title, const double lowX, const double highX, const double lowY, const double highY, const unsigned long binsX=50, const unsigned long binsY=50, const double weight=1.0) |
| | fill the 2D histogram with forced ID assignment (book on demand)
|
| |
| static AIDA::IHistogram2D * | plot2D (const GaudiHistoAlg &algo, const double valueX, const double valueY, const std::string &ID, const std::string &title, const double lowX, const double highX, const double lowY, const double highY, const unsigned long binsX=50, const unsigned long binsY=50, const double weight=1.0) |
| | fill the 2D histogram with forced ID assignment (book on demand)
|
| |
| static AIDA::IHistogram3D * | plot3D (const GaudiHistoAlg &algo, const double valueX, const double valueY, const double valueZ, const std::string &title, const double lowX, const double highX, const double lowY, const double highY, const double lowZ, const double highZ, const unsigned long binsX=10, const unsigned long binsY=10, const unsigned long binsZ=10, const double weight=1.0) |
| | fill the 3D histogram (book on demand)
|
| |
| static AIDA::IHistogram3D * | plot3D (const GaudiHistoAlg &algo, const double valueX, const double valueY, const double valueZ, const GaudiAlg::HistoID &ID, const std::string &title, const double lowX, const double highX, const double lowY, const double highY, const double lowZ, const double highZ, const unsigned long binsX=10, const unsigned long binsY=10, const unsigned long binsZ=10, const double weight=1.0) |
| | fill the 3D histogram (book on demand)
|
| |
| static AIDA::IHistogram3D * | plot3D (const GaudiHistoAlg &algo, const double valueX, const double valueY, const double valueZ, const long ID, const std::string &title, const double lowX, const double highX, const double lowY, const double highY, const double lowZ, const double highZ, const unsigned long binsX=10, const unsigned long binsY=10, const unsigned long binsZ=10, const double weight=1.0) |
| | fill the 3D histogram (book on demand)
|
| |
| static AIDA::IHistogram3D * | plot3D (const GaudiHistoAlg &algo, const double valueX, const double valueY, const double valueZ, const std::string &ID, const std::string &title, const double lowX, const double highX, const double lowY, const double highY, const double lowZ, const double highZ, const unsigned long binsX=10, const unsigned long binsY=10, const unsigned long binsZ=10, const double weight=1.0) |
| | fill the 3D histogram (book on demand)
|
| |
| static AIDA::IProfile1D * | profile1D (const GaudiHistoAlg &algo, const double valueX, const double valueY, const std::string &title, const double lowX, const double highX, const unsigned long binsX=100, const std::string &opt="", const double lowY=-std::numeric_limits< double >::max(), const double highY=std::numeric_limits< double >::max(), const double weight=1.0) |
| |
| static AIDA::IProfile1D * | profile1D (const GaudiHistoAlg &algo, const double valueX, const double valueY, const GaudiAlg::HistoID &ID, const std::string &title, const double lowX, const double highX, const unsigned long binsX=100, const std::string &opt="", const double lowY=-std::numeric_limits< double >::max(), const double highY=std::numeric_limits< double >::max(), const double weight=1.0) |
| |
| static AIDA::IProfile1D * | profile1D (const GaudiHistoAlg &algo, const double valueX, const double valueY, const long ID, const std::string &title, const double lowX, const double highX, const unsigned long binsX=100, const std::string &opt="", const double lowY=-std::numeric_limits< double >::max(), const double highY=std::numeric_limits< double >::max(), const double weight=1.0) |
| |
| static AIDA::IProfile1D * | profile1D (const GaudiHistoAlg &algo, const double valueX, const double valueY, const std::string &ID, const std::string &title, const double lowX, const double highX, const unsigned long binsX=100, const std::string &opt="", const double lowY=-std::numeric_limits< double >::max(), const double highY=std::numeric_limits< double >::max(), const double weight=1.0) |
| |
| static AIDA::IProfile2D * | profile2D (const GaudiHistoAlg &algo, const double valueX, const double valueY, const double valueZ, const std::string &title, const double lowX, const double highX, const double lowY, const double highY, const unsigned long binsX=50, const unsigned long binsY=50, const double weight=1.0) |
| |
| static AIDA::IProfile2D * | profile2D (const GaudiHistoAlg &algo, const double valueX, const double valueY, const double valueZ, const GaudiAlg::HistoID &ID, const std::string &title, const double lowX, const double highX, const double lowY, const double highY, const unsigned long binsX=50, const unsigned long binsY=50, const double weight=1.0) |
| |
| static AIDA::IProfile2D * | profile2D (const GaudiHistoAlg &algo, const double valueX, const double valueY, const double valueZ, const long ID, const std::string &title, const double lowX, const double highX, const double lowY, const double highY, const unsigned long binsX=50, const unsigned long binsY=50, const double weight=1.0) |
| |
| static AIDA::IProfile2D * | profile2D (const GaudiHistoAlg &algo, const double valueX, const double valueY, const double valueZ, const std::string &ID, const std::string &title, const double lowX, const double highX, const double lowY, const double highY, const unsigned long binsX=50, const unsigned long binsY=50, const double weight=1.0) |
| |
| static size_t | _histos_a_ (const GaudiHistoAlg *cmp, IDs &ids, Histos1D &histos) |
| |
| static size_t | _histos_t_ (const GaudiHistoTool *cmp, IDs &ids, Histos1D &histos) |
| |
| static size_t | _histos_a_ (const IAlgorithm *cmp, IDs &ids, Histos1D &histos) |
| |
| static size_t | _histos_t_ (const IAlgTool *cmp, IDs &ids, Histos1D &histos) |
| |
| static size_t | _histos_a_ (const GaudiHistoAlg *cmp, IDs &ids, Histos2D &histos) |
| |
| static size_t | _histos_t_ (const GaudiHistoTool *cmp, IDs &ids, Histos2D &histos) |
| |
| static size_t | _histos_a_ (const IAlgorithm *cmp, IDs &ids, Histos2D &histos) |
| |
| static size_t | _histos_t_ (const IAlgTool *cmp, IDs &ids, Histos2D &histos) |
| |
| static size_t | _histos_a_ (const GaudiHistoAlg *cmp, IDs &ids, Histos3D &histos) |
| |
| static size_t | _histos_t_ (const GaudiHistoTool *cmp, IDs &ids, Histos3D &histos) |
| |
| static size_t | _histos_a_ (const IAlgorithm *cmp, IDs &ids, Histos3D &histos) |
| |
| static size_t | _histos_t_ (const IAlgTool *cmp, IDs &ids, Histos3D &histos) |
| |
| static size_t | _histos_a_ (const GaudiHistoAlg *cmp, IDs &ids, Profiles1D &histos) |
| |
| static size_t | _histos_t_ (const GaudiHistoTool *cmp, IDs &ids, Profiles1D &histos) |
| |
| static size_t | _histos_a_ (const IAlgorithm *cmp, IDs &ids, Profiles1D &histos) |
| |
| static size_t | _histos_t_ (const IAlgTool *cmp, IDs &ids, Profiles1D &histos) |
| |
| static size_t | _histos_a_ (const GaudiHistoAlg *cmp, IDs &ids, Profiles2D &histos) |
| |
| static size_t | _histos_t_ (const GaudiHistoTool *cmp, IDs &ids, Profiles2D &histos) |
| |
| static size_t | _histos_a_ (const IAlgorithm *cmp, IDs &ids, Profiles2D &histos) |
| |
| static size_t | _histos_t_ (const IAlgTool *cmp, IDs &ids, Profiles2D &histos) |
| |