// @(#)root/hist:$Id$ // Author: Olivier Couet 18/05/2022 /************************************************************************* * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * * All rights reserved. * * * * For the licensing terms see $ROOTSYS/LICENSE. * * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ #ifndef ROOT_TScatter #define ROOT_TScatter ////////////////////////////////////////////////////////////////////////// // // // TScatter // // // // A scatter plot able to draw four variables on a single plot // // // ////////////////////////////////////////////////////////////////////////// #include "TNamed.h" #include "TAttLine.h" #include "TAttFill.h" #include "TAttMarker.h" #include "TGraph.h" class TH2F; class TScatter : public TNamed, public TAttLine, public TAttFill, public TAttMarker { protected: Int_t fMaxSize{-1}; ///