00001 #ifndef SCTDATADISPLAY_TRIMRANGEDISPLAYER_H 00002 #define SCTDATADISPLAY_TRIMRANGEDISPLAYER_H 00003 00004 #include "Displayer.h" 00005 class TH1; 00006 00007 namespace SctDataDisplay { 00008 00013 class TrimRangeDisplayer : public Displayer { 00014 public: 00015 shared_ptr<DisplayData> display(shared_ptr<const Sct::Serializable> data, const DisplayInfo& info, std::ostream& os); 00016 00017 protected: 00018 static void configureTrimHist(TH1& h); 00019 private: 00020 static bool inMap; 00021 }; 00022 } 00023 00024 #endif //SCTDATADISPLAY_TRIMRANGEDISPLAYER_H